v1
latestOpenAPI 3.1.02026-07-241040774.6 KBCriar assinatura avulsa
Fornecemos a possibilidade de criação de uma assinatura (subscription) sem a necessidade de criação de um plano (plan).
post/subscriptions.
Request body
Response
200
Example response
{
"id": "sub_8RQW76TG8SOeYZro",
"code": "3R0ZSQ5BJ5",
"start_at": "2018-04-04T00:00:00Z",
"interval": "month",
"interval_count": 1,
"billing_type": "prepaid",
"current_cycle": {
"id": "cycle_GvX8zgQU9NUemBm5",
"start_at": "2018-04-04T00:00:00Z",
"end_at": "2018-05-03T23:59:59Z",
"billing_at": "2018-04-04T00:00:00Z"
},
"next_billing_at": "2018-05-04T00:00:00Z",
"payment_method": "boleto",
"currency": "BRL",
"installments": 1,
"status": "active",
"created_at": "2018-04-04T20:59:01Z",
"updated_at": "2018-04-04T20:59:01Z",
"customer": {
"id": "cus_a21Y9wCnVszRqVR5",
"name": "Tony Stark",
"email": "903c2a55-0ce0-47c5-8b64-fa6a3036f861@avengers.com",
"created_at": "2018-04-04T20:59:01Z",
"updated_at": "2018-04-04T20:59:01Z"
},
"items": [
{
"id": "si_6DOoWzDip7izX8xV",
"name": "Premium",
"description": "Sem anuncios",
"quantity": 1,
"status": "active",
"created_at": "2018-04-04T20:59:01Z",
"updated_at": "2018-04-04T20:59:01Z",
"pricing_scheme": {
"price": 1490,
"scheme_type": "unit"
}
}
]
}