Skip to main content
This guide walks you through how to offramp funds from a Bridge-managed wallet to an external fiat account (e.g. a customer’s bank account) using the Transfers API.

Prerequisites

Before you start, make sure you have
  • A Bridge wallet with sufficient balance
  • A verified customer (via KYC or business onboarding)
  • External account created

1

Step 1: Create a transfer from a Bridge wallet to an external bank account

Use Create a transfer endpoint to move funds from a Bridge wallet to a fiat destination.
Request
2

Step 2: Monitor transfer status

You can query the Get a transfer endpoint or listen to webhook events to retrieve the transfer details:
Request
Response
Common states:
  • awaiting_funds: waiting for source balance
  • payment_submitted: funds handed off to banking partner
  • payment_processed: funds delivered to external account

Related Docs