13 July 2026
6 days ago
π Coming Soon
- Plasma blockchain support β the EVM chain Plasma (mainnet + testnet) soon to be fully supported for deposits, payouts and wallets. Reach out to [email protected] for early access.
π New APIs
- Sandbox β webhook ping/test endpoint here β verify reachability and signature handling before activating the webhook. This works while the webhook is still disabled.
- Sandbox β Simulate Compliance Review endpoints here β dedicated endpoints that allow you to test out various compliance review status transitions without actually going through the entire Compliance Review process.
π New Routes
- Expanded pay-in intents β New pay-in intent support for ARS, MXN, and BRL.
β Enhancements
- New filter on counterparty search endpoint β accepts an
emailfilter - New filter on the payout method search endpoints β accepts an
aliasfilter - Custom payin developer fees expanded β you can now configure payin developer fees for ARS / MXN / BRL via
PUT /accounts/{id}/set-developer-fees(previously onlyusd/eurwere accepted) - Documents API β presigned upload URL expiry extended from 15 minutes to 1 hour, giving more time to gather and upload compliance documents.
- Webhook delivery retries extended β failed deliveries now retry up to 12 times over ~24 hours (was 3 attempts over ~6 minutes), with exponential backoff.
400/401/403/404/410responses still fail fast without retries - Compliance Reviews β tax-ID Γ residency validation β submitting a review now validates the (tax-ID type, residency country) pair; incompatible pairs return
SUBMISSION_VALIDATIONS_FAILEDwith the failure set, which you can fix by re-uploading or bypass forWARNING-severity failures withacknowledgeWarnings: true - KYC β Senegal TIN accepted β Senegalese individuals and associated persons may now submit a
TIN(previously onlyIDwas allowed)
π Bug Fixes
- The ARS
exchangeFeeon the Payins API is now returned as an absolute USD amount rather than a spread percentage. - Transient upstream provider / ramp failures now surface as
503 Service Unavailableinstead of500 Internal Server Error - Compliance review fix β fixed a bug where we would treat ITINs ****as SSNs, fixing rejections for residents whose tax ID begins with
9 - Address fields are now trimmed before validation, preventing leading/trailing-whitespace rejection errors during payout method / customer creation.