VirtualAccountCreate
clientIdstringrequired
ID of the client to which the Virtual Account belongs
Example:
401f4647-8372-495f-8de0-aafb3e1eaf93currencyCodestringrequired
Three letters collection currency code
Possible values: <= 3 characters
Example:
AUDpayidEmailstring<^[a-z0-9_](?!.*\.\.)[\.a-z0-9_]{4,30}[a-z0-9_]@.+$>
Paid email,PayID email local part must be 6-32 characters, only lowercase letters, digits, underscores and dots are allowed, start and end with a lowercase letter, digit or underscore, and not contain consecutive dots
Possible values: >= 6 characters and <= 64 characters
Example:
abc@abc.comVirtualAccountCreate
{
"clientId": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"currencyCode": "AUD",
"payidEmail": "abc@abc.com"
}