- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I integrated the rest API into a site and set the intent as 'order' instead of 'sale'. A few orders have gone through before I managed to change it to 'sale' and those orders sit in the paypal account as 'pending' - I need to capture those payments but the only option when logging into paypal is to void or archive them. Is there any way yo process these payments or will all the orders need to be voided and billed for manually again?
Solved! Go to Solution.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @deansatch
You would need to void and re-submit them if you want to be able to capture them via the webui or submit an authorization via API and then you could submit a capture request via API, just so you could capture these transactions and then going forward, use the webui instead, once you pass the intent as "authorize" for future transactions.
Was my post helpful? If so, please give me a kudos!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @deansatch
You would need to void and re-submit them if you want to be able to capture them via the webui or submit an authorization via API and then you could submit a capture request via API, just so you could capture these transactions and then going forward, use the webui instead, once you pass the intent as "authorize" for future transactions.
Was my post helpful? If so, please give me a kudos!

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- p is not a function error using the example downloaded from Paypal in SDKs
- PHP SDK error: broken content-length header in SDKs
- How to get the custom field from a payment with webhook/API? in REST APIs
- How to validate data existence on PayPal side in REST APIs
- ppxo_inline_guest_unhandled_error - How to handle this error throguh code in PayPal Payments Standard