{
"partnerServiceId": " 19008",
"customerNo": "00000000000000000001",
"virtualAccountNo": " 19008000000000000000000001",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "customer.email@mail.com",
"trxId": "23219829713",
"paymentRequestId": "12839218738127830",
"paidAmount": {
"value": "11500.00",
"currency": "IDR"
},
"virtualAccountPhone": "081293912081",
"additionalInfo": {
"allow_tenor": [
0
],
"close_redirect": "www.doku.com",
"doku_wallet_notify_url": "https://dw-notify.free.beeceptor.com",
"doku_wallet_sac_id": "SAC_001"
},
"trxDateTime": "2023-01-01T10:55:00+07:00",
"virtualAccountTrxType": "1"
}
curl --location --request POST '/v1.1/transfer-va/payment' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'X-PARTNER-ID;' \
--header 'X-EXTERNAL-ID;' \
--header 'CHANNEL-ID;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"partnerServiceId": " 19008",
"customerNo": "00000000000000000001",
"virtualAccountNo": " 19008000000000000000000001",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "customer.email@mail.com",
"trxId": "23219829713",
"paymentRequestId": "12839218738127830",
"paidAmount": {
"value": "11500.00",
"currency": "IDR"
},
"virtualAccountPhone": "081293912081",
"additionalInfo": {
"allow_tenor": [
0
],
"close_redirect": "www.doku.com",
"doku_wallet_notify_url": "https://dw-notify.free.beeceptor.com",
"doku_wallet_sac_id": "SAC_001"
},
"trxDateTime": "2023-01-01T10:55:00+07:00",
"virtualAccountTrxType": "1"
}'
{
"responseCode": "2002500",
"responseMessage": "Success",
"virtualAccountData": {
"partnerServiceId": " 19008",
"customerNo": "00000000000000000001",
"virtualAccountNo": " 19008000000000000000000001",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "customer.email@mail.com",
"paymentRequestId": "12839218738127830",
"paidAmount": {
"value": "11500.00",
"currency": "IDR"
},
"virtualAccountTrxType": "1"
},
"additionalInfo": {
"allow_tenor": [
0
],
"close_redirect": "www.doku.com",
"doku_wallet_notify_url": "https://dw-notify.free.beeceptor.com",
"doku_wallet_sac_id": "SAC_001"
}
}