POST /v1/virtual-account/sub/create.API-KEY: ********************API-SIGNATURE: ********************API-TIMESTAMP: ********************{
"primaryAccountId": "",
"currency": "MXN",
"companyName": "Test Company",
"accountSubType": "STATIC",
"externalAccountId": "EX-CORP-249973-001",
"userType": "Corporate",
"companyInfo": {
"entityName": "Test Company",
"incorporatedCountry": "MX",
"incorporatedDate": "2024-05-24",
"registrationNumber": "ABC210315K12",
"companyAddress": "XXXX 217, XXXXXX, 64763, XXX City, Monterrey",
"phoneNumber": "+5212345678",
"email": "ashleigh19@hotmail.com",
"businessType": "B2B",
"industry": "Private Education & Training Services"
}
}curl --location '/v1/virtual-account/sub/create' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"primaryAccountId": "",
"currency": "MXN",
"companyName": "Test Company",
"accountSubType": "STATIC",
"externalAccountId": "EX-CORP-249973-001",
"userType": "Corporate",
"companyInfo": {
"entityName": "Test Company",
"incorporatedCountry": "MX",
"incorporatedDate": "2024-05-24",
"registrationNumber": "ABC210315K12",
"companyAddress": "XXXX 217, XXXXXX, 64763, XXX City, Monterrey",
"phoneNumber": "+5212345678",
"email": "ashleigh19@hotmail.com",
"businessType": "B2B",
"industry": "Private Education & Training Services"
}
}'{"status": 200, "code": "SUCCESS", "msg": "OK", "success": true, "traceId": "tr_va_c", "data": {"status": "PROCESSING"}}