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": 7485,
"seller_id": 7485,
"name": "Subscription Test",
"value": 10,
"type": "ADDON"
}Response
Subscription created
Example response
{
"currency": "EUR"
}Changes
Changed in 1 of the 4 revisions of this API.11
- ▲
the request property
seller_idbecame requiredrequest-property-became-required
- ○
added the new optional request property
start_datenew-optional-request-property
- ▲