v26

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-162077261.3 KB
Accounts

Close an account

Closes an account. If an account is closed, you cannot process transactions, pay out its funds, or reopen it. If payments are made to a closed account, the payments are sent to your liable account.

post/closeAccount

Request body

accountCodestring required

The code of account to be closed.

Response

OK - the request has succeeded.

accountCodestring

The account code of the account that is closed.

pspReferencestring

The reference of a request. Can be used to uniquely identify the request.

resultCodestring

The result code.

status'Active' | 'Closed' | 'Inactive' | 'Suspended'

The new status of the account.

Permitted values: Active, Inactive, Suspended, Closed.