Enable or Disable Virtual Account

To temporarily avoid receiving payments on a Virtual Account you can disable it. While the account is disabled, the receipt of payments on it will be rejected.

This functionality is only available in Mexico

PUT {{api_environment_url}}/api/virtual-account/:externalid/activation/:status

Query Parameters

Example: Disable Virtual Account

curl --location \
--request PUT '{{api_base_url}}/api/virtual-account/a17998fc/activation/disable' \
--header 'Authorization: Bearer {{token}}'

Example: Enable Virtual Account

curl --location \
--request PUT '{{api_base_url}}/api/virtual-account/a17998fc/activation/enable' \
--header 'Authorization: Bearer {{token}}'

Last updated