Simulate (Sandbox)

Simulate Virtual Account Action

post
/v0/customers/{customerId}/virtual-account/simulate

Simulates actions on virtual accounts for testing purposes. This endpoint is only available in non-production environments.

Path parameters
customerIdstringRequired

The unique identifier of the customer

Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Body
actionstring · enumRequired

The action to perform

Possible values:
virtual_account_idstring · uuidRequired

The unique identifier of the virtual account to issue

Responses
post
/v0/customers/{customerId}/virtual-account/simulate

Last updated