Dear Sir,
I am working hard with Katalon to verify the integration. In PayPal it is curl library using -u and -d option. My Question is how do I releate -d and -u to Katalon Studio? Can somebody advise?
- HTTP Header (for -H)
- HTTP Body
- Verification
- Variables
- Variables Editor
curl -v https://api.sandbox.paypal.com/v1/oauth2/token
-H “Accept: application/json”
-H “Accept-Language: en_US”
-u " client_id secret"
-d “grant_type=client_credentials”
Best regards,
Tiong