Payment Initiation
Environment
Method
URL
Body Request
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Request
{
"order": {
"id": "TRVIDN-DS000001",
"amount": "200000",
"description": "Package Trip Bali 5D4N",
"item": [
{
"name": "VOA",
"quantity": "1",
"unitPrice": "100000",
"subMerchantId": "MPN001"
},
{
"name": "Service Charge",
"quantity": "1",
"unitPrice": "100000",
"subMerchantId": "VFS001"
}
]
},
"customer": {
"email": "[email protected]",
"firstName": "Albert",
"lastName": "Andreas",
"mobilePhone": "+6285108014914"
},
"url": {
"callbackUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/tangkapCurl.php"
},
"billing": {
"billerServiceProvider": {
"customerId": "118120000441100",
"id": "050017",
"subId": "DP1002",
"type": "post"
}
},
"sourceOfFunds": {
"type": "cc"
}
}Body Response
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Response
Last updated

