CHECKOUT.ORDER.APPROVED vs PAYMENT.CAPTURE.COMPLETED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @ct_4444,
Thank you for posting to the PayPal community.
Merchants should first perform the Create Order API( https://developer.paypal.com/docs/api/orders/v2/#orders_create) call and then redirect the customer/buyer to the "approve" URL.
Once the order is approved by the customer/buyer, the merchant should perform CaptureOrder ( https://developer.paypal.com/docs/api/orders/v2/#orders_capture) API call, and the customer/buyer should pass the valid funding source.
For further guidance on integrating Standard Checkout and understanding the workflow in detail, please refer to the following link: https://developer.paypal.com/docs/checkout/standard/integrate/#link-howitworks
If you are still facing issues, please create an MTS ticket via - https://www.paypal-support.com/s/?language=en_US with the detailed information and error details.
Sincerely,
Vaishnavi
PayPal MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think the question is if he can expect payment capture to always be complete in the status of the response, or if he has to integrate webhooks to know when capture took place.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.