Create Billing Plan

Creates a new billing plan for recurring payments

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired
Unique identifier name for the billing plan
descriptionstringRequired
Detailed description of the billing plan's purpose
midstringRequired
Merchant ID assigned to your account
payment_account_uuidstringRequiredformat: "uuid"
Unique identifier for the vault payment method
amountstringRequired
Recurring payment amount in dollars
rrule_patternstringRequired
RFC 5545 recurrence rule defining payment frequency

Response

Billing plan created successfully
idinteger
Unique identifier for the newly created billing plan

Errors