Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I would like to use the stripe REST API for connecting through talend and retrieve the JSON from the response.
HowI could do that?
I've tryed the following on a terminal and seems to work:
curl https://api.stripe.com/v1/customers -u sk_test_BQokikJOvBiI2HlWgH4olfQ2: -d description="New Customer" -d mail="test@test.com
Hi
You can try tSystem component, refer to
https://community.talend.com/t5/Design-and-Development/how-to-call-curl-in-the-tsystem-using-Talend/...
https://community.talend.com/t5/Design-and-Development/Call-and-Execute-curl-commands-to-upload-CSV-...
Regards
Shong
(reply deleted, new issue opened)