Create a recurring invoice
Creates a recurring subscription invoice with flexible billing cycles, trial periods, and automated payment collection. Supports weekly, monthly, yearly, and daily intervals.
The interval field maximum depends on the billing_cycle value:
day→ max interval 365week→ max interval 52month→ max interval 12year→ max interval 1
Body Parameters
Subscription start date (ISO format or Unix timestamp)
Payment due date for each generated invoice
Invoice label/title
Language code for localization
Three-letter ISO currency code
Must be true for recurring invoices
accountoffText on customer's bank/card statement
Send each invoice to customer via email
Trial period in days before first charge
Billing frequency unit
dayweekmonthyearNumber of billing_cycle units between charges
Payment method IDs (required for recurring)
Additional text/notes appended to each invoice
Single product for recurring billing
Responses
Recurring invoice created successfully
Transaction object with subscription details
Bad request – validation or business-logic error
Human-readable error message
Machine-readable error code
Missing or invalid API key