Create subscription plan
This service allows you to create subscription plans and then associate the plan ID with the creation of the subscriptions required by the customer.
Post a new subscription plan
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"internalId": "38a16a07-6616-4a90-82b9-0d7c8e2a2b76",
"name": "Plan Básico Mensual",
"description": "Acceso básico a contenido exclusivo",
"amount": 100.0,
"country": "ARG",
"currency": "ARS",
"accountNumber": "032.032.00000023",
"autoRecurring": {
"repetitions": 1,
"type": "month"
},
"status": {
"code": "100",
"description": "ACTIVE",
"detail": "Subscription plan is active"
},
}{
"status": {
"code": "400",
"description": "REJECTED",
"detail": "autoRecurring.type is required"
}
}Creating a subscription plan: Example request & response
Last updated
Was this helpful?