ApiVirtual accounts

Stop an account collecting

Money sent to a disabled account still arrives — the partner does not know it is off. It goes to suspense rather than to the business, and shows up in the ops queue with `account_disabled` against it.

POST
/api/b/v1/virtual-accounts/{account_id}/disable

Money sent to a disabled account still arrives — the partner does not know it is off. It goes to suspense rather than to the business, and shows up in the ops queue with account_disabled against it.

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

Path Parameters

account_id*Account Id
Formatuuid
admin_access_token?string|null

Response Body

application/json

application/json

curl -X POST "https://example.com/api/b/v1/virtual-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/disable"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "label": "string",  "currency": "string",  "scheme": "string",  "provider": "string",  "account_identifier": "string",  "bank_name": "string",  "routing_code": "string",  "reference_code": "string",  "status": "string",  "reference_required": true,  "created_at": "2019-08-24T14:15:22Z"}