Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Has anyone been able to connect Talend to Cyber Source using Merchant Id Key and Merchant Sercet Key combo. If yes, then what component are you using and how are you generating the Signature Key?
Thanks,
Sas
Hello,
Could you please give us more information about this Cyber Source? Is it a web service- or rest-API service?
Here is our online component reference about Webservice components
https://help.talend.com/r/en-US/8.0/webservice/webservice-component
Best regards
Sabrina
Hi Sabrina,
Thanks for getting back. It is a Rest Api service. We already have a JAVA based application that logs into Cyber Source and downloads a report everyday. We wanted to replicate the same functionality in Talend. What we are doing in JAVA is creating a signature key by using Merchant Secret Key that we have obtained from Cyber Source. Am attaching the code to generate the Secret Key with sensitive information scrubbed. I have used Postman to extract data by generating the Secret Key first and passing necessary header information.
My question is there a component in Talend which will allow me to perform the encoding operations (same as JAVA code) to get the Secret Key. Basically a component in Talend where I can copy paste the JAVA code and run it with necessary modifications.
For reference, the format of date being passed in Secret Key is : Thu, 28 Dec 2023 20:18:11 GMT
Thanks,
Sas