Logo
API_DOC API Documentation

Close an account

POST {{baseUrl}}/closeAccount

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/closeAccount' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountCode":"CODE_OF_ACCOUNT"}'

ENDPOINTS