Request
Body Params application/json
{
"id": "8fdC56eo-cC99-46E1-B6AC-4asD8755B25C",
"order": {
"amount": 100.05,
"invoice_number": "INV-20210231-0001",
"currency": "MYR",
"expired_at": "2025-10-03T22:22:25.333Z"
},
"customer": {
"name": "John Doe",
"email": "customer_email@test.com",
"phone": "+60812345678"
}
}
Responses
application/json
{
"id": "8fdC56eo-cC99-46E1-B6AC-4asD8755B25C",
"order": {
"amount": 100.05,
"invoice_number": "INV-20210231-0001",
"currency": "MYR",
"expired_at": "2025-10-03T22:22:25.333Z"
},
"checkout_experience": {
"channels": [
"EWALLET_TNG",
"INTERNET_BANKING_FPX",
"EWALLET_GRABPAY"
],
"language": "EN",
"auto_redirect": true,
"retry_payment": {
"enabled": true
}
},
"payment": {
"checkout_url": "https://sandbox.doku.com/checkout-link-v2/2ebffd22d23e436895ce5c38f7ddcf8620244712094712362",
"status": "PENDING",
"state": "INITIATE"
},
"customer": {
"id": "DOKU-CUST-001",
"name": "John Doe",
"email": "customer_email@test.com",
"phone": "+60812345678",
"country": "MY",
"address": "Street 1"
}
}
Modified at 2026-07-01 07:02:37