Deposit creation endpoint
Learn how to create deposits with QuickPay
OneShot Request example
{
"invoice_id" : "1000000001",
"amount": "1000",
"country": "BR",
"currency": "BRL"
"payment_method": "IX",
"description": "test description",
"client_ip": "123.123.123.123",
"device_id": "00000000-00000000-01234567-89ABCDEF",
"notification_url": "https://www.d24.com/d24/notify",
"test": false,
"mobile": true,
"language": "pt"
}
{
"invoice_id" : "1000000001",
"payer": {
"id": 74662347
},
"amount": "1000",
"country": "MX",
"currency": "MXN"
"payment_method": "SE",
"description": "test description",
"client_ip": "123.123.123.123",
"device_id": "00000000-00000000-01234567-89ABCDEF",
"notification_url": "https://www.d24.com/d24/notify",
"test": false,
"mobile": true,
"language": "es"
}Last updated
Was this helpful?

