GET
/
send
/
bank_accounts
/
{id}
curl --request GET \
  --url https://staging-api.chip-in.asia/api/send/bank_accounts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "id": 1,
  "status": "verified",
  "account_number": "111111111129",
  "bank_code": "CIBBMYKL",
  "group_id": null,
  "name": "wan",
  "reference": null,
  "created_at": "2022-12-19T15:20:42.285Z",
  "is_debiting_account": false,
  "is_crediting_account": false,
  "updated_at": "2022-12-19T15:20:42.285Z",
  "deleted_at": null,
  "rejection_reason": null
}

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:

1

Response

200
application/json

Successful response

This is bank account schema