v1
latestOpenAPI 3.1.02026-07-263436159.3 KBGet Customer's Virtual Accounts
get/{uniqueCustomerIdentifier}/virtual-accounts
Path parameters
uniqueCustomerIdentifierstring required
Headers
Ocp-Apim-Subscription-Keystring required
The subscription key has a length of 32 characters and will be provided within the API keys. Will be available for new integrations from July 24th onwards.
Response
200
Example response
{
"uniqueCustomerIdentifier": "PERM850515MDFPRD32",
"virtualAccounts": [
{
"id": "string",
"paymentMethod": "string",
"isDefault": "boolean",
"isActive": "boolean",
"deactivationReason": "string",
"createdDate": "datetime",
"editedDate": "datetime",
"data": [
{
"id": "integer",
"type": "string",
"value": "object"
}
]
}
]
}