postWebhooklimitIncrease.update

Payload

webhook_event'limitIncrease.update' required
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 payload

{
  "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"
}

Response

Limit increase updated

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.