Get Billing Plan

Retrieve details of a billing plan including scheduled payments

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idintegerRequired
Billing Plan ID

Response

Billing plan retrieved successfully
idinteger
Unique identifier for the billing plan
namestring
Name of the billing plan
descriptionstring or null
Detailed description of the billing plan
midstring
Merchant ID associated with the billing plan
payment_account_uuidstringformat: "uuid"
Reference to the vault payment method
statusenum
Current status of the billing plan
Allowed values:
rrule_patternstring
RFC 5545 recurrence rule defining payment frequency
amountstring
Recurring payment amount
scheduled_paymentslist of objects
List of scheduled payment instances

Errors