Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
SMUKERJI83
Contributor
Contributor

Connect Talend to Cyber Source

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

Labels (4)
2 Replies
Anonymous
Not applicable

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

SMUKERJI83
Contributor
Contributor
Author

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