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.
name
Unique identifier name for the billing plan
description
Detailed description of the billing plan's purpose
mid
Merchant ID assigned to your account
payment_account_uuid
Unique identifier for the vault payment method
amount
Recurring payment amount in dollars
rrule_pattern
RFC 5545 recurrence rule defining payment frequency
Response
Billing plan created successfully
id
Unique identifier for the newly created billing plan