GET
/
send
/
send_instructions
/
{id}
curl --request GET \
  --url https://staging-api.chip-in.asia/api/send/send_instructions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "id": 3,
  "bank_account_id": 12,
  "amount": "100.00",
  "state": "received",
  "email": "wan@chip-in.asia",
  "description": "test",
  "reference": null,
  "created_at": "2022-12-25T04:19:20.620Z",
  "updated_at": "2022-12-25T04:19:20.620Z"
}

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

This is send instructions schema