Automatic order capture without any additional requests

v_galakhov
New Community Member

I'm integrating my application with PayPal as a merchant using PayPal REST API and I have a question about v2/checkout/orders/{orderId}/capture endpoint usage. Integration steps I'm going to use:

 

1. Get an access token.

2. Create an order in PayPal via /v2/checkout/orders POST endpoint.

3. Client approves an order by approve link.

4. After approval I want the money to be transferred to my business account. For this, I have to use v2/checkout/orders/{orderId}/capture endpoint because after capturing the order is has status: COMPLETED and I receive money.

 

Is it possible to automatically capture an order without any additional requests to capture it?

In other words, is it possible to transfer money to my business account without v2/checkout/orders/{orderId}/capture step?

Login to Me Too
1 REPLY 1

erinc5
Contributor
Contributor

Very curious about this as well. Looking to get all orders, without having to pass an order id in the api. 

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.