curl --request GET \
--url https://staging-api.chip-in.asia/api/send/send_limits \
--header 'Authorization: Bearer <token>' \
--header 'checksum: <checksum>' \
--header 'epoch: <epoch>'{
"results": [
{
"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"
}
],
"meta": {
"pagination": {
"current_page": 1,
"prev_page": null,
"next_page": null,
"total_pages": 1,
"total_count": 1
}
}
}Returns list of send limits.
curl --request GET \
--url https://staging-api.chip-in.asia/api/send/send_limits \
--header 'Authorization: Bearer <token>' \
--header 'checksum: <checksum>' \
--header 'epoch: <epoch>'{
"results": [
{
"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"
}
],
"meta": {
"pagination": {
"current_page": 1,
"prev_page": null,
"next_page": null,
"total_pages": 1,
"total_count": 1
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unix epoch timestamp Unix timestamp (seconds)
1619740800
Refer to checksum calculation
Successful response
Show child attributes
1 for RM 1
0
1
MYR: Ringgit Malaysia (RM)MYR "MYR"
flat, percentage "flat"
in, out "out"
1 for RM 1
1
-1 for -RM 1
-1
"2023-07-21"
Status will be pending until all approver approve the send limit increase request.
pending, approved, expired "success"
Approval that are required before processing
0
Approval that have been received
0
Object creation time in UTC
Object updated time in UTC
Show child attributes
This is pagination schema
Show child attributes
Current page value
1
Previous page value
null
Next page value
null
Total available pagination
1
Total avaialable records
1