Billing
Update a PayPal Subscription
Used to verify that a subscription was created upon callback from PayPal SDK
patch/v1/billing/invoices/{invoice_id}/paypal_subscription
Path parameters
invoice_idinteger required
Request body
Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"success": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.