Close/Re-Open Account
Shared Functions
Close/Re-Open Account
This endpoint is used to send a request to close or re-open a customer’s account.
POST
Close/Re-Open Account
Documentation Index
Fetch the complete documentation index at: https://doc.withedge.co/llms.txt
Use this file to discover all available pages before exploring further.
Close/Re-Open Account
Use this endpoint to close or re-open a customer’s account by specifying the close parameter.Additional Information
- When the close field is passed as
true, the account will be closed, updating the status to closed. - When the close field is passed as
false, the account status will be reverted to active.
Request Parameters
A unique identifier for the request, used for idempotency.
Example:
Example:
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9The customer’s account number.
Example:
Example:
5118745523The reason for the request.
Example:
Example:
Customer requested account closureIndicates the action to be taken on the account:
true: Close the account.false: Re-open the account.
Example:true