v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBilling
Create a PayPal Subscription
Used to create a PayPal subscription which can be used with PayPal's SDK Buttons
post/v1/billing/invoices/{invoice_id}/paypal_subscription
Path parameters
invoice_idinteger required
Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"paypal_plan_id": "P-8L0089381A309563KM6NJQKY"
}
}