Express Checkout via Braintree SDK - Sandbox Account - INVALID_RESOURCE_ID
Nietzsch3
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jun-07-2024
09:10 AM
I am conducting some tests with the sandbox environment using Braintree (Express Checkout via Braintree SDK - Sandbox Account). The transactions are failing at the settlement stage
paypalSettlementResponse = brainTreeClient.gatewayInstance().transaction().sale(paypalSettlementRequest);
The transactions are failing at the settlement stage with the error: SETTLEMENT FAILED: Declined.
"processorResponseCode": "2046",
"processorResponseText": "Declined",
"processorSettlementResponseCode": "",
"processorSettlementResponseText": "",
"additionalProcessorResponse": "2046 : INVALID_RESOURCE_ID",
"status": "PROCESSOR_DECLINED",
When I check the PayPal console, I find these calls:
Let me know if you need any more assistance!
Labels:
- Labels:
-
Express Checkout
0 REPLIES 0

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
- permission_denied response in call to patch order when paying by Card in Braintree Client-side Integration (JS, iOS, Android SDKs)
- Does the PayPal Checkout Standard integration support Apple Pay and Google Pay out of the box? in REST APIs
- Unable to capture payment for order with error 'INVALID_RESOURCE_ID' in Sandbox Environment
- Enable billing address return for a sandbox account in Sandbox Environment
- Help needed for Sandbox Webhooks configuration in Sandbox Environment