Close Sandbox Account

POST /account/closeSandBoxAccount

This endpoint is used in a sandbox environment to close test accounts. Occassioned by the need to frequently close and open accounts to test functionality, this endpoint is special in that:

  1. OTP will NOT be required to validate the request.

  2. Manual review is NOT required. The request will be executed automatically without user intervention The account closing result will be sent to you by call back notification. Please refer to - CallBack Definition.

Parameters

Parameters
Type
Description
Is Required

accountId

string

Account number

TRUE

Response

{
  "code": "00000",
  "msg": "Completed successfully"
}

Last updated