curl --location --request POST 'https://dev.your-api-server.com/v1.0/transfer-va/payment' \
--header 'Authorization: Bearer ABCXYZ==' \
--header 'Channel-Id: 00000000-0000-0000-0000-000000000000' \
--header 'X-External-Id: 00000000-0000-0000-0000-000000000000' \
--header 'X-Partner-Id: 00000000-0000-0000-0000-000000000000' \
--header 'X-Signature: ABCXYZ==' \
--header 'X-Timestamp: 2025-07-04T14:11:26+07:00' \
--header 'Content-Type: application/json' \
--data-raw '{
"responseCode": "2000001",
"responseMessage": "Successful",
"virtualAccountData": {
"customerNo": " 2048",
"hashedSourceAccountNo": "0000000860011002300",
"paidAmount": {
"currency": "IDR",
"value": "10000.00"
},
"partnerServiceId": " 2048",
"paymentRequestId": "250704BI02478718",
"sourceBankCode": "022",
"virtualAccountNo": " 20489673811510665"
}
}'