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

idstring required
status'in_review' | 'approved' | 'rejected' required
per_transactioninteger nullable
dailyinteger nullable
monthlyinteger nullable
approved_per_transactioninteger nullable
approved_dailyinteger nullable
approved_monthlyinteger nullable
supporting_document_type'individual_bank_statement' | 'individual_tax_return' | 'individual_proof_of_income' | 'individual_pay_stub' | 'individual_employment_letter' | 'individual_investment_statement' | 'individual_crypto_exchange_statement' | 'individual_blockchain_wallet_statement' | 'business_bank_statement' | 'business_financial_statements' | 'business_tax_return' | 'business_contract' | 'business_accounts_receivable' | 'business_merchant_processor_statement' | 'business_shareholder_loan' nullable
supporting_document_filestring uri nullable
customer_idstring required
created_atstring date-time nullable
updated_atstring date-time nullable

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.