Subscriptions
Create subscription
Creates a recurring payment subscription. The first order is created immediately; subsequent orders are triggered on the defined schedule.
post/subscriptions
Request body
Example request
{
"buyer_id": 42,
"name": "Monthly plan",
"value": 9.99,
"type": "CARD"
}Response
Subscription created
Example response
{
"currency": "EUR"
}