Skip to main content

02/27/2026

External Account Webhook Support

We are adding support for External Account webhooks on 03/09/2026. We will be supporting created and updated webhooks.
02/26/2026

Additions to ExternalAccount Fields

We are adding the below fields to the External Account endpoints on 03/09/2026.
  1. deactivation_reason
You can now see why an external account was deactived. Refer to the API for details at Retrieve an External Account object.
  1. deactivation_details
You can now see any additional details, if available, as to why an external account was deactived. Refer to the API for details at Retrieve an External Account object.Please note this data will only appear for external accounts that were deactivated after 02/26/2026
02/09/2026

Celo blockchain onramp & offramp support

Bridge now supports onramps and offramps for USDC.Celo. Check out all of our supported orchestration routes here.
02/09/2026

Enhanced crypto return support via Transfers API

You can now set return instructions on Transfers to control where crypto deposits are refunded. If a crypto deposit associated with a Transfer needs to be returned, Bridge will send the funds to the address specified in return_instructions.This is a more flexible alternative to a global crypto return policy, since it lets you configure return destinations per payment—without requiring you to route funds through an omnibus wallet or “be in the flow of funds.”Learn more about crypto returns here.
01/23/2026

🇬🇧 GBP onramps and offramps via Faster Payments

Bridge now supports GBP (British Pound) onramps and offramps via UK’s Faster Payment System (FPS) in beta. Your individual and business customers can now:
  • Onramp to a unique UK virtual account number from 1st party deposits and 3rd party payments from approved businesses (Individual 3rd party payments not supported).
  • Offramp to 1st and 3rd party UK bank accounts, withdrawing funds or completing payments to individuals and businesses.
Customers must have the faster_payments endorsement. For more information and to start integrating, please refer to our GBP FPS Integration Guide.
11/17/2025

🇧🇷 BRL onramps and offramps via Pix now available

Create Pix virtual accounts to onramp BRL deposits from external bank accounts and receive payments from approved third parties. You can also offramp BRL to any recipient instantly with Pix payments. If you’d like to enable BRL capabilities, refer to our integration guide.
09/17/2025

🔁 Reverse Exchange Rates Now Supported

The Exchange Rates API now supports fetching rates in both directions for all supported fiat pairs.
Previously: USD → EUR, USD → MXN, USD → BRL
Now also: EUR → USD, MXN → USD, BRL → USD You can use the same request shape — no code changes required.
09/17/2025

💸 New Payment State: missing_return_policy

Bridge will now mark crypto deposits with a new status — missing_return_policy — when a refund is required but no return policy is configured.To resolve, configure a return policy via API or dashboard, and we’ll auto-initiate the refund to the sender’s original address.
08/18/2025

New dashboard updates!

Account Page Enhancements
  • You can now manage admin permissions for your team directly from the Account page — no support ticket needed.
  • Find a summary of monthly invoices under the Billing tab, with links to download detailed PDFs.
Help & Onboarding Resources
  • The left nav now includes quick access to our Help Center.
  • A detailed Onboarding Guide is available to help new developers create customers and send payments.
[Beta] New Payments Module
  • Our new payments experience is rolling out in dashboard (public beta).
  • We welcome your feedback!
07/20/2025

Handling Proof of Address Requests

We will be more consistently requesting proof of address when we detect conflicting location signals in a user’s KYC/KYB.If using the API, you can tell if a customer needs to submit proof of address by looking at the endorsements section of a customer response, where the requirement will show up as missing
{
  "endorsements": [
    {
      "name": "base",
      "status": "incomplete",
      "requirements": {
					...
          "missing": {
            "all_of": [  
              "proof_of_address",  
              ...  
            ]
          },
          ...
      },
    },
To submit a proof of address document via API, include documents in your customer put/post request body, with an entry where the purpose is proof_of_address
07/15/2025

Use Your Bridge Wallet to Automate Returns

You can now use a Bridge Wallet to seamlessly fund fiat returns.Bridge’s Transfer API already lets you return ACH, Wire, or SEPA deposits in cases of recalls, rejections, or refunds. Now, you can use a Bridge Wallet to fund those returns directly—no need to wait for a fresh deposit to initiate a payout.
  • Pre-fund your wallet at any time
  • Return funds instantly when needed
  • Simplify your flows
Learn more here!
07/15/2025

Additions to LiquidationAddress, VirtualAccount, and StaticMemo Fields

We have added the below fields to Bridge endpoints.1.customer_id added to LiquidationAddressYou can now identify which customer owns a liquidation address. Refer API reference at Get a liquidation address.
  1. created_atadded to VirtualAccount and StaticMemo
Timestamp fields are now included to help with auditing and sorting. Refer API reference at Get a Virtual Account.3.source_deposit_instructions.payment_rails added to StaticMemoIncludes the source details in the static memo response (supported rails right now are ACH & wire). Refer API reference at Get a Static Memo.4.destination_payment_railnow included in history recordsThe StaticMemo and VirtualAccount objects returned in history endpoints now show the destination_payment_rail (e.g. USD.USDC.polygon) once the payment completes successfully.Refer API reference at Virtual Account Activity and Static Memo Activity