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.onekeypayments.com/OKP/notify",
"test": false,
"mobile": true,
"language": "pt"
}
Last updated
Was this helpful?

