Parameter
Data Type
Description
Reference no from withdraw inquiry
API request identifier from the user's system
{
"referenceNo": "14566793313542356099013590867539",
"partnerReferenceNo": "5722a4c5-1ce5-4512-8727-5efe47fbfa01"
}
Parameter
Data Type
Description
(HTTP status code + service code + case code)
Description of responseCode
API request identifier from the provider's system
API request identifier from the user's system
value of withdrawalAmount
currency of withdrawalAmount
Response Body
{
"responseCode": "2000000",
"responseMessage": "Successful",
"referenceNo": "xplorinsnap60431532",
"partnerReferenceNo": "xplorinsnap56420519",
"withdrawalAmount": {
"value": "300000.00",
"currency": "IDR"
},
"additionalInfo": {
"accountHolderName": "Mariya Wise",
"bankAccountNumber": "1234567890",
"bankCode": "014",
"bankName": "BANK BCA",
"status": "SUCCESS"
}
}
curl --location --request POST 'localhost:9009/api/v1.0/aggregator/merchant/withdraw' \
--header 'X-TIMESTAMP: 2022-08-10T00:00:00+07:00' \
--header 'X-SIGNATURE: 7553325a8eefd399c37098ef71457b1241aa8a5f5027240e82e897062d934f4a7357d1d745478d39b02dccf2d68187a7d0b576f2faa3a39e0bf489c22f2656a2' \
--header 'Content-Type: application/json' \
--header 'Authorization: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NjcyODYxMDgsImlhdCI6MTY2NzI4NTIwOCwiaXNzIjoiYml0ZG5hLXRva28ifQ.0HlYPPE8OYu-UEPKheMN5jgmUHOiKS4ZIIuaQ-htT3IbUQ1eixM6dSmSoBNbxZqdSdggngn4TjjsQLSSUVoLQg' \
--header 'X-PARTNER-ID: TokoNetmeClientId' \
--header 'X-EXTERNAL-ID: 41807553358950093184162180797837' \
--header 'CHANNEL-ID: 95221' \
--data-raw '{
"referenceNo": "14566793313542356099013590867539",
"partnerReferenceNo": "5722a4c5-1ce5-4512-8727-5efe47fbfa01"
}'