Preparing the payment for execution
How to make a payment ready to be executed on Paypal
Last updated
How to make a payment ready to be executed on Paypal
Last updated
Your customer has approved the payment on Paypal – i.e. through — and has been redirected to your client. You need to make sure it's ready to be executed.
To enable the payment execution with PayPal, you need to update the PayPal payment object. To do that, send a PATCH
request to the /api/paypal_payments/:id
endpoint, filling the payment_payer_id
with the payer ID you just received from the client – see for any reference.
The following request updates the PayPal payment source identified by the "qaZPVIyoeg" ID with the payer ID received from the client:
See our documentation if you need more information on how to . See our Checkout guide for more details on how to place an order.