Skip to main content

VirtualAccountCreate

clientIdstringrequired

ID of the client to which the Virtual Account belongs

Example: 401f4647-8372-495f-8de0-aafb3e1eaf93
currencyCodestringrequired

Three letters collection currency code

Possible values: <= 3 characters

Example: AUD
payidEmailstring<^[a-z0-9_](?!.*\.\.)[\.a-z0-9_]{4,30}[a-z0-9_]@.+$>

Paid email,PayID email local part must be 6-32 characters, start and end with alphanumeric or underscore, and not contain consecutive dots

Possible values: >= 6 characters and <= 64 characters

Example: abc@abc.com
VirtualAccountCreate
{
"clientId": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"currencyCode": "AUD",
"payidEmail": "abc@abc.com"
}