Endpoints
Create card subscription
Create a recurring subscription charged through card
POST
Creates a card subscription.
Body parameters
string
required
Unique identifier for this subscription in your application.
number
required
Subscription charge amount.
object
required
Customer information.
string
required
Customer full name.
string
required
Customer email address.
string
required
Customer phone number.
string
required
Customer document.
string
required
IPv4 of the customer performing the subscription transaction.
object
required
Card data used for recurring charges.
string
required
Card number.
string
required
Cardholder name.
string
required
Card expiration date in
YYYY-MM format.string
required
Card security code.
string
Statement descriptor displayed on the card charge.
object
required
Product associated with the subscription.
object
required
Recurrence configuration.
string
URL that will receive subscription webhook notifications.

