Recurring Payment Endpoint
Deposit Creation
Headers
Name
Type
Description
Recurring Payment Fields
Name
Type
Description
Example Request
{
"invoice_id": "invoiceid10000",
"country": "BR",
"currency": "BRL",
"payment_method": "IXA",
"payer":
{
"first_name": "Ricardo",
"last_name": "Carlos",
"document": "01234567890",
"document_type": "CPF",
"email": "[email protected]",
"phone": "+5511999999999"
},
"amount": 1,
"success_url": "https://merchant.com/payment/success",
"notification_url": "https://merchant.com/payment/notification",
"back_url": "https://merchant.com/payment/back",
"error_url": "https://merchant.com/payment/error",
"enrollment":
{
"id": 30,
"scheduled_date": "2025-11-22"
}
}Status & Flow
Last updated
Was this helpful?

