These docs are for v2.0. Click to read the latest docs for v2.1.

Add PayPal payment details

Use this method to add PayPal payment details, so that new payment details can be used for recurring payments.

Example use cases include: a customer changes payment method from a card to PayPal, or wants to use a different account in PayPal. For more information, see the docs.

Body example

{
 "paymentMethodId": 123456789,
 "successUrl": "https://mypage.com/success",
 "cancelUrl": "https://mypage.com/cancel",
 "errorUrl": "https://mypage.com/error",
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!