82rules
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Aug-26-2017
12:21 PM
I create a business account and validated my info.
I created a REST app, and got my API credentials:
However, whether in app code or in straight curl I cannot get past this response:
{ "responseEnvelope": { "timestamp": "2017-08-26T12:17:43.633-07:00", "ack": "Failure", "correlationId": "f13da1d9917dd", "build": "37103655" }, "error": [ { "errorId": "520002", "domain": "PLATFORM", "subdomain": "Application", "severity": "Error", "category": "Application", "message": "Internal Error" } ] }
An example curl input (with variable redacted) is:
curl -X POST \ https://svcs.sandbox.paypal.com/AdaptivePayments/Pay \ -H 'x-paypal-application-id: APP-80W284485P519543T' \ -H 'x-paypal-response-data-format: JSON' \ -H 'x-paypal-security-password: ############################' \ -H 'x-paypal-security-signature: ###########################' \ -H 'x-paypal-security-userid: ########-facilitator@##########.com' \ -F actionType=PAY \ -F currencyCode=USD \ -F cancelUrl=#### CANCEL URL ##### \ -F returnUrl=### RETURN URL ##### \ -F 'receiverList["receiver"][0]["amount"]=546.00' \ -F 'receiverList["receiver"][0]["email"]=#########-facilitator@########.com' \ -F 'receiverList["receiver"][0]["primary"]=true' \ -F 'requestEnvelope["errorLanguage"]=en_US' \ -F 'requestEnvelope["detailLevel"]=ReturnAll'
I can use the same credentials on non Adaptive Enpoints, not sure what I need to do to get tpast this.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug-28-2017
04:13 AM
Hi @82rules
Please conduct a new transaction attempt today and if the issue persists, submit a ticket for the issue via our support portal at https://www.paypal.com/mts and ensure to include the unredacted cURL POST request
Was my post helpful? If so, please give me a kudos!
Please conduct a new transaction attempt today and if the issue persists, submit a ticket for the issue via our support portal at https://www.paypal.com/mts and ensure to include the unredacted cURL POST request
Was my post helpful? If so, please give me a kudos!
1 REPLY 1

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug-28-2017
04:13 AM
Hi @82rules
Please conduct a new transaction attempt today and if the issue persists, submit a ticket for the issue via our support portal at https://www.paypal.com/mts and ensure to include the unredacted cURL POST request
Was my post helpful? If so, please give me a kudos!
Please conduct a new transaction attempt today and if the issue persists, submit a ticket for the issue via our support portal at https://www.paypal.com/mts and ensure to include the unredacted cURL POST request
Was my post helpful? If so, please give me a kudos!

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- NVP/SOAP API: CreateAndSendInvoice stopped working. in NVP/SOAP APIs
- PayPal Adaptive Payments - User is not allowed to perform this action. in REST APIs
- What replaced the deprecated PayPal Adaptive payments API in SDKs
- Error 580027 "This account type is not supported" when I create account using Adaptive Accounts in REST APIs
- Adaptive Payments API throwing malformed cancel url in NVP/SOAP APIs