Use this file to discover all available pages before exploring further.
This page is part of the legacy Bridge Cards API. For new integrations, use the consumer issuing guide instead.
Creating a card and running your first transaction is the best way to get a feel for the Bridge Cards API. To create your first card you will need to both create a customer and then create a card for them to use.
Before issuing a card, you must first onboard a customer. Learn more at Create your first customer. Once you have a customer onboarded, you can make the customer eligible for cards by following this guide.
Once your customer is onboarded, you can create a card account. Bridge supports a variety of different funds flows, and in particular we support the ability to spend directly out of a noncustodial wallet via onchain approvals.Each card is tied to a single currency and network. This cannot be changed after creation.
After provisioning the card, you can view card details such as PAN and CVV by following this integration guide. This approach keeps your backend out of PCI compliance scope by ensuring that sensitive card details are revealed only directly to customer.
In addition, you can get notified of card authorizations in real time using the card_transaction.created webhook. This gives you a view of authorized but not yet settled transactions.