Request higher transaction limits for a customer directly through the API:
Upload a supporting document with
POST /customers/{id}/documentsusing one of the new document types:LIMIT_REQUEST_BANK_STATEMENT,LIMIT_REQUEST_TAX_RETURN, orLIMIT_REQUEST_FINANCIAL_STATEMENTS.Create the request with
POST /customers/{id}/limit-requests.Track it with the read endpoints or subscribe to the
customer.limit_request.*webhook events. Thestatusmoves fromIN_REVIEWtoAPPROVED,PARTIALLY_APPROVED, orREJECTED.
See the Limit Increase Requests guide.
A
"requested": {
"single": "15000.00",
"daily": "60000.00",
"monthly": "120000.00"
},
"supportingDocumentId": "9d1e2f3a-4b5c-6d7e-8f90-1a2b3c4d5e6f"
}

