v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Billing

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

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "paypal_plan_id": "P-8L0089381A309563KM6NJQKY"
  }
}