DELETE
/
send
/
bank_accounts
/
{id}
curl --request DELETE \
  --url https://staging-api.chip-in.asia/api/send/bank_accounts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "id": 84,
  "status": "verified",
  "account_number": "157380111111",
  "bank_code": "MBBEMYKL",
  "group_id": null,
  "name": "AHMAD PINTU",
  "reference": null,
  "created_at": "2023-07-20T08:59:10.766Z",
  "is_debiting_account": false,
  "is_crediting_account": false,
  "updated_at": "2023-07-20T10:34:00.541Z",
  "deleted_at": "2023-07-20T10:34:00.541Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

epoch
integer
required

Unix epoch timestamp

Example:

1619740800

checksum
string
required

Refer to checksum calculation

Path Parameters

id
integer
required
Example:

84

Response

200
application/json

Successful response

This is bank account schema