Subscriptions
Authorizes the subscription proposal
Registers the authorization given by the buyer for the subscription proposal and activates it
post/v1/subscriptions/{subscription_id}/subscribe
Path parameters
subscription_idstring required
Subscription ID
Request body
Example request
{
"encrypted_card": "U2FsdGVkX19/KxeUpl25r00ejtEkXsMQhZt/CF/QdJFalEHzW5CoryrX9LzwhMPxLST/yH46PGSSn8uXoPZ8cM46Fj+udK9X/f+UghZzl/QAMKTKCAi785RlfDGWi+VhAXPZJhgka+hXmAoHUQRduE8g5jM75Smkf3xrq9miwQvRbOcC1AwTXL9nC7zhuoKEdmmoi1Vot+xipLEQFXB9Kg==",
"buyer": {
"first_name": "John",
"last_name": "Zeisivig",
"email": "teste@teste.com",
"taxpayer_id": "76537741807",
"birthdate": "1990-01-05",
"phone_number": "21987440889",
"address": {
"city": "Rio de Janeiro",
"number": "143",
"state_code": "RJ",
"street": "R. Marquês de Abrantes",
"neighborhood": "Flamengo",
"zip": "22230061",
"country_code": "BR"
}
}
}Response
The object has been successfully created
Example response
{
"created_at": "2026-10-01T23:59:59+00:00",
"updated_at": "2026-10-01T23:59:59+00:00",
"seller_id": "117a97d225337dmf96bb0b883a1019sj",
"reference_id": "my_subscription_728",
"buyer_id": "39c784f7bf754698aa078a261cf42439",
"status": "PROPOSAL",
"expires_in": "2026-10-01",
"charge": {
"start_date": "2026-10-01",
"frequency": "MONTHLY",
"duration": 1,
"amount": 10000
},
"notification_url": "https://api.domain.com.br/v1/edubank-notification",
"subscription_permission": {
"authorized_in": "2026-10-01T23:59:59+00:00"
},
"references": [
{
"due_date": "2026-10-01",
"reference_id": "my_tuition_996"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.