{
"partnerServiceId": "98829172",
"customerNo": "30000000000000000001",
"virtualAccountNo": "4339382374532139",
"virtualAccountName": "Customer Name",
"trxId": "123321123321",
"virtualAccountTrxType": "C",
"totalAmount": {
"value": "11500.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BCA"
}
}curl --location --request POST 'https://sandbox.ayolinx.id/v1.0/transfer-va/create-va' \
--header 'X-TIMESTAMP: 2024-09-12T12:55:00+07:00' \
--header 'X-SIGNATURE: 85be817c55b2c135157c7e89f52499bf0c25ad6eeebe04a986e8c862561b19a5' \
--header 'X-PARTNER-ID: CK-11111abc-0000-2222-bbcc-dd55555ee666' \
--header 'X-EXTERNAL-ID: 418075533589' \
--header 'Authorization: Bearer d348e681b54e9a4e2368870bf9ae7d69' \
--header 'Content-Type: application/json' \
--data-raw '{
"partnerServiceId": "98829172",
"customerNo": "30000000000000000001",
"virtualAccountNo": "4339382374532139",
"virtualAccountName": "Customer Name",
"trxId": "123321123321",
"virtualAccountTrxType": "C",
"totalAmount": {
"value": "11500.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BCA"
}
}'{
"responseCode": "2002700",
"responseMessage": "",
"virtualAccountData": {
"partnerServiceId": "98829172",
"customerNo": "30000000000000000001",
"virtualAccountNo": "8473617259410240",
"virtualAccountName": "Customer Name",
"virtualAccountEmail": "",
"virtualAccountPhone": "",
"virtualAccountTrxType": "C",
"trxId": "23219829714",
"totalAmount": {
"value": "11500.00",
"currency": "IDR"
},
"billDetails": "",
"freeTexts": "",
"feeAmount": "",
"additionalInfo": {
"channel": "VIRTUAL_ACCOUNT_BCA"
},
"expiredDate": 1726371458
}
}