Pre-requisites
- Active Conduit account with API access.
- API credentials (API Key and Secret).
- Completed onboarding for your first customer as shown in the Customer Onboarding guide.
- You have read our Payment Methods Core Concepts.
1
Choose Payment Method Type
Decide which payment method you want to add:
- Bank Account: For fiat currency transactions (onramp/offramp, traditional payments)
- Crypto Wallet: For stablecoin transactions (onramp/offramp, crypto transfers)
POST /customers/id/payment-methods2
Summary
Your customer’s payment methods are now ready to be used in transactions. What you can do now:- Use them in Onramp Transactions (fiat → crypto)
- Use them in Offramp Transactions (crypto → fiat)
- Reference them in any payment flow through the Conduit API

