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.
- 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.
- 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 missingdocuments in your customer put/post request body, with an entry where the purpose is proof_of_address07/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
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.created_atadded to VirtualAccount and StaticMemo
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