GuidesAPI ReferenceChangelog
Log In
Changelog

13 July 2026

πŸ”œ Coming Soon

  1. 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

  1. Sandbox β€” webhook ping/test endpoint here β€” verify reachability and signature handling before activating the webhook. This works while the webhook is still disabled.
  2. 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.
    1. Toggle your compliance review mode here
    2. Use the simulate endpoint here to manually drive your compliance review

🌐 New Routes

  1. Expanded pay-in intents β€” New pay-in intent support for ARS, MXN, and BRL.

⭐ Enhancements

  1. New filter on counterparty search endpoint β€” accepts an email filter
  2. New filter on the payout method search endpoints β€” accepts an alias filter
  3. Custom payin developer fees expanded β€” you can now configure payin developer fees for ARS / MXN / BRL via PUT /accounts/{id}/set-developer-fees (previously only usd / eur were accepted)
  4. Documents API β€” presigned upload URL expiry extended from 15 minutes to 1 hour, giving more time to gather and upload compliance documents.
  5. 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/410 responses still fail fast without retries
  6. Compliance Reviews β€” tax-ID Γ— residency validation β€” submitting a review now validates the (tax-ID type, residency country) pair; incompatible pairs return SUBMISSION_VALIDATIONS_FAILED with the failure set, which you can fix by re-uploading or bypass for WARNING-severity failures with acknowledgeWarnings: true
  7. KYC β€” Senegal TIN accepted β€” Senegalese individuals and associated persons may now submit a TIN (previously only ID was allowed)

πŸ› Bug Fixes

  1. The ARS exchangeFee on the Payins API is now returned as an absolute USD amount rather than a spread percentage.
  2. Transient upstream provider / ramp failures now surface as 503 Service Unavailable instead of 500 Internal Server Error
  3. Compliance review fix β€” fixed a bug where we would treat ITINs ****as SSNs, fixing rejections for residents whose tax ID begins with 9
  4. Address fields are now trimmed before validation, preventing leading/trailing-whitespace rejection errors during payout method / customer creation.