Customers

Request Limit Increase

post/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

Headers

Idempotency-Keystring

Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body returns an error. Keys are kept for 24 hours.

Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

Request body

per_transactioninteger nullable required
dailyinteger nullable required
monthlyinteger nullable required
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' required
supporting_document_filestring uri required

Example request

{
  "per_transaction": 100000,
  "daily": 200000,
  "monthly": 1000000,
  "supporting_document_type": "individual_bank_statement",
  "supporting_document_file": "https://example.com/document.pdf"
}

Response

Create customer limit increase

idstring required

Example response

{
  "id": "rl_000000000000"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.