how to capture orders without api

deansatch
Contributor
Contributor

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?

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

MTS_Justin
Moderator
Moderator

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!

View solution in original post

Login to Me Too
1 REPLY 1
Solved

MTS_Justin
Moderator
Moderator

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!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.