Pay in 3 REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Is it possible to fully integrate Pay in 3 with server-side REST API calls? There don't seem to be any hooks for this at the moment.
Any advice would be greatly appreciated.
Best
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's also simply part of the wallet when buyers log in to pay with PayPal in general.
Where exactly are you getting stuck?
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many thanks for your reply @angelleye
As I say, I'm using server-side calls to the v2 REST API only, no client-side javascript.
Workflow goes like this:
- Customer clicks a 'Buy with PayPal' button in the Checkout which goes to our server
- The server issues a '/v2/checkout/orders' request with an 'intent' of 'authorize', logs the response and re-directs to a client-side Confirmation page
- Customer clicks 'Confirm Order' which goes back to the server
- Server issues a '/v2/checkout/orders/{id}/authorize' request, logs the response and re-directs the customer to a Thank You page
- At a later stage, when ready to ship, my client issues a '/v2/payments/authorizations/{authorization_id}/capture' to capture the payment BUT ...
How does this work with Pay Later? The payment that comes back with the '/v2/checkout/orders' request is for the full amount and takes no account of a 'Pay in 3' option selected by the customer. Does PayPal take care of all this and we just Capture the full amount or .....?
Many thanks in advance for any help on this.
Best
David

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- NOT ENABLED TO VAULT PAYMENT SOURCE in Sandbox Environment
- Charge a customer for the remaining balance after a purchase has been made? in REST APIs
- "issue": "NOT_ENABLED_TO_VAULT_PAYMENT_SOURCE" in REST APIs
- Error payment in PayPal Payments Standard
- Authorization failed due to insufficient permissions in Sandbox Environment