{ "customerId": "string", "accountName": "string", "email": "string", "identityType": 0, "identityNumber": "string" }
curl --location --request POST 'https://openapi-sandbox.aicapay.com/account-biz/openapi/create/virtual/account' \ --header 'timestamp;' \ --header 'nonce;' \ --header 'access-key;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerId": "string", "accountName": "string", "email": "string", "identityType": 0, "identityNumber": "string" }'
{ "customerId": "string", "accountNo": "string", "accountName": "string", "accountStatus": 0, "bankName": "string" }