Pre-requisites
- You have an active Conduit account with API access
- You have API credentials (API Key and Secret)
- You have a customer onboarded as instructed in Create Your First Customer guide.
- You have read our Payment Methods Core Concepts
1
Choose Payment Method Type
Step 1: Choose Payment Method Type
Decide which type you need:- Bank Account: For fiat currency transactions (onramp/offramp, traditional payments)
- Crypto Wallet: For cryptocurrency transactions (onramp/offramp, crypto transfers)
POST /customers/id/payment-methods2
🎉 You’re Done!
Once your payment methods are added, they’re ready for transactions. What you can do now:- Ready to use in onramp transactions (fiat to crypto)
- Ready to use in offramp transactions (crypto to fiat)
- Can be referenced in any payment flow
In the next guide, learn how to create your customer’s first counterparty: Create Your Customer’s First Counterparty.

