Customers
Retrieve Limit Increase Requests
get/v1/instances/{instance_id}/customers/{customer_id}/limit-increase
Path parameters
instance_idstring required
Example:in_000000000000
customer_idstring required
Customer ID
Example:re_000000000000
Response
List customer limit increase requests
Example response
[
{
"id": "rl_000000000000",
"status": "in_review",
"per_transaction": 100000,
"daily": 200000,
"monthly": 1000000,
"approved_per_transaction": 70000,
"approved_daily": 140000,
"approved_monthly": 700000,
"supporting_document_type": "individual_bank_statement",
"supporting_document_file": "https://example.com/document.pdf",
"customer_id": "re_000000000000",
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.