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!
... View more