GET
/
send
/
send_limits
/
{id}
curl --request GET \
  --url https://staging-api.chip-in.asia/api/send/send_limits/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "id": 1,
  "currency": "MYR",
  "fee_type": "flat",
  "transaction_type": "out",
  "amount": 0,
  "fee": 1,
  "net_amount": -1,
  "from_settlement": "2023-07-21",
  "status": "success",
  "approvals_required": 0,
  "approvals_received": 0,
  "created_at": "2023-07-20T09:00:16.982Z",
  "updated_at": "2023-07-20T09:00:16.982Z"
}

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 send limit schema