With User Interface
1. Create a Deposit
{
"invoice_id" : "1000000001",
"amount": "1000",
"country": "MX",
"currency": "MXN",
"payer": {
"id": "11",
"document": "CURP4321TEST",
"first_name": "Ricardo",
"last_name": "Carlos",
"email": "[email protected]"
},
"payment_method": "VI",
"client_ip": "123.123.123.123",
"back_url": "https://www.d24.com/deposit_cancelled",
"success_url": "https://www.d24.com/deposit_completed",
"error_url": "https://www.d24.com/deposit_error",
"notification_url": "https://www.d24.com/d24/notify",
"token_requested":true
}2. Instantiate Cards SDK
3. Display the Cards SDK component
4. Retrieve the Deposit final status
Last updated
Was this helpful?


