v1
latestOpenAPI 3.1.02026-07-24104338.0 KBSubscriptions
Create a subscription
Subscribes a subscriber (by email) to one of your plans. Starts in PENDING until the subscriber completes checkout. Pass customerProfile to supply Travel Rule / AML customer data.
post/api/v3/subscriptions
Request body
Example request
{
"amount": "49.00"
}Response
Subscription created.
Example response
{
"amount": {
"amount": "29.00",
"asset": "USD"
},
"startDate": 1748513400,
"currentPeriod": {
"start": 1748513400,
"end": 1748513400
},
"nextPaymentDate": 1748513400,
"endsAt": 1748513400,
"cancellation": {
"at": 1748513400
},
"expiration": {
"at": 1748513400
},
"createdAt": 1748513400,
"updatedAt": 1748513400
}