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
headerrequired

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

Headers

epoch
integer
required

Unix epoch timestamp

checksum
string
required

Refer to checksum calculation

Path Parameters

id
integer
required

Response

200 - application/json
id
integer

The ID given in the respone must be stored as it will be used for later process.

status
enum<string>
  • pending: The bank account is yet to be verified
  • verified: Valid bank account
  • rejected: Invalid bank account
Available options:
pending,
verified,
rejected
account_number
string
required

The length depends on recipient bank

bank_code
enum<string>
required
  • PHBMMYKL: Affin Bank Berhad
  • AGOBMYKL: Agrobank
  • RJHIMYKL: Al-Rajhi
  • MFBBMYKL: Alliance Bank Malaysia Berhad
  • ARBKMYKL: Ambank Malaysia Berhad
  • BIMBMYKL: Bank Islam Malaysia Berhad
  • BKRMMYKL: Bank Kerjasama Rakyat Malaysia Berhad
  • BMMBMYKL: Bank Muamalat Malaysia Bhd
  • BOFAMY2X: Bank of America (M) Berhad
  • BKCHMYKL: Bank of China (M) Berhad
  • BOTKMYKX: Bank of Tokyo-Mitsubishi UFJ (M) Berhad
  • BSNAMYK1: Bank Simpanan Nasional Berhad
  • BNPAMYKL: BNP Paribas Malaysia Berhad
  • PCBCMYKL: China Construction Bank (M) Berhad
  • CIBBMYKL: CIMB Bank Berhad
  • DEUTMYKL: Deutsche Bank (Malaysia) Berhad
  • FNXSMYNB: Finexus Cards Sdn. Bhd.
  • HLBBMYKL: Hong Leong Bank Berhad
  • HBMBMYKL: HSBC Bank Malaysia Berhad
  • ICBKMYKL: Industrial and Commercial Bank of China (M) Berhad
  • CHASMYKX: JP Morgan Chase Bank Berhad
  • KFHOMYKL: Kuwait Finance House
  • MBBEMYKL: Maybank Berhad
  • AFBQMYKL: MBSB BANK BERHAD
  • MHCBMYKA: Mizuho Bank (Malaysia) Berhad
  • OCBCMYKL: OCBC Bank Berhad
  • PBBEMYKL: Public Bank Berhad
  • RHBBMYKL: RHB Bank Berhad
  • SCBLMYKX: Standard Chartered Bank Malaysia Berhad
  • SMBCMYKL: Sumitomo Mitsui Banking Corporation (M) Berhad
  • TNGDMYNB: Touch `n Go eWallet
  • UOVBMYKL: United Overseas Bank Berhad (UOB)
Available options:
PHBMMYKL,
AIBBMYKL,
BPMBMYKL,
MFBBMYKL,
ALSRMYK1,
RJHIMYKL,
ARBKMYKL,
AISLMYKL,
BIMBMYKL,
BKRMMYKL,
BMMBMYKL,
BSNAMYK1,
CIBBMYKL,
CTBBMYKL,
HLBBMYKL,
HLIBMYKL,
HBMBMYKL,
HMABMYKL,
KFHOMYKL,
MBBEMYKL,
MBISMYKL,
OCBCMYKL,
OABBMYKL,
PBBEMYKL,
PIBEMYK1,
RHBBMYKL,
RHBAMYKL,
SCBLMYKX,
UOVBMYKL,
AFBQMYKL,
CHASMYKX
group_id
integer | null
name
string
required
reference
string

Unique value to prevent multiple submission

created_at
string

Object creation time in UTC

is_debiting_account
boolean
is_crediting_account
boolean
updated_at
string

Object creation time in UTC

deleted_at
string

Object creation time in UTC

rejection_reason
string | null