Sandbox Environment

URL

The base-URL for our sandbox API environment is https://baas-pilot.choicebankapi.com/arrow-up-right

Private Key - Sandbox

Get the private key for sandbox environment from your account manager.

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 notification type 0019 here.

Parameters

Parameters
Type
Description
Is Required

accountId

string

Account number

TRUE

Response

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

Last updated