Close a virtual account

Requests closure. Closing is asynchronous: a 202 Accepted returns the record with status: CLOSING, and the account reaches CLOSED once the banking partner acknowledges. Poll GET /virtual_accounts/{id} for the transition. Calling it again while a close is in flight, or after it completes, returns 200 OK. Accounts in PENDING, BLOCKED or FAILED cannot be closed and return 409 Conflict. An unknown id returns 404 Not Found; an account belonging to another platform returns 403 Forbidden. The request body is empty.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json