I also had to use the "is_final_capture": true for the pending payment to go to payment on the Sandbox buyers Paypal account summary. $data = '{ "intent": "CAPTURE", "purchase_units": [ { "amount": { "currency_code": "USD", "value": "5.54" } } ], "is_final_capture": true }';
... View more