API ReferenceIntegrationsKnowledge Base

Delete an Allowed Payer Account

Use this API to delete allowed payers account details added to a virtual account. You can delete one account detail in a single request.

/virtual_accounts/{:va_id}/allowed_payers/{:id}

Path Parameter🔗

va_id mandatory
string The unique identifier of the virtual account from which the allowed_payers account details should be deleted.
id mandatory
string The unique identifier of the allowed_payers account that has to be deleted.

You get a 204(No Content) response if the allowed payer account details are deleted successfully.

Refer to the Errors page for information about all the possible errors that may occur while deleting allowed payer account details.

×