Indodana
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": "{{orderId}}",
"amount": "1000000",
"currency": "IDR",
"description": "Testing",
"item": [
{
"name": "name",
"quantity": "1",
"category": "marketplace",
"description": "apalah",
"unitPrice": "500000"
},
{
"name": "name",
"quantity": "1",
"category": "marketplace",
"description": "apalah",
"unitPrice": "500000"
}
]
},
"shipping": {
"method": "SAME_DAY",
"origin": {
"postcodeZip": "12740"
},
"contact": {
"email": "hajar.finnet@gmail.com",
"firstName": "Hajar",
"lastName": "Ismail",
"mobilePhone": "+6281286288844",
"phone": "+62211500770"
},
"address": {
"city": "Jakarta Selatan",
"company": "Finnet Indonesia",
"country": "IDN",
"postcodeZip": "12740",
"stateProvince": "DKI Jakarta",
"stateProvinceCode": "31",
"street": "Jalan Gatot Subroto",
"street2": "Jalan Gatot Subroto",
"source": "Jakarta",
"sameAsBilling": "SAME"
}
},
"url": {
"callbackUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php"
},
"sourceOfFunds": {
"type": "indodana"
}
}Body Response
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Response
Last updated

