Debit ATM Bersama
Environment
Method
URL
Body Request
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Request
{
"customer": {
"email": "hajar.finnet@gmail.com",
"firstName": "Hajar",
"lastName": "Ismail",
"mobilePhone": "+6281286288844"
},
"order": {
"id": "1680771671970",
"amount": "200",
"description": "Testing",
"item": [
{ "name": "name", "quantity": "1", "unitPrice": "100" },
{ "name": "name", "quantity": "1", "unitPrice": "100" }
]
},
"url": {
"callbackUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php",
"successUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php",
"failUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultfailed.php"
},
"sourceOfFunds": { "type": "bsecure" }
}Body Response
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Response
Last updated

