Partner Integration Benefits
- Enable fiat-to-crypto and crypto-to-fiat conversions without the complexity of building blockchain infrastructure
- Leverage our pre-built KYC verification and banking relationships to meet global compliance requirements
- Access industry-leading exchange rates and minimal transaction fees to maximize your profitability
- Deliver fast, reliable conversion options that enhance customer satisfaction and retention
Integration Journey
As a DollarPe partner, your integration journey involves these key steps:Getting Started
Learn the basics of DollarPe integration, including authentication,
environment setup, and initial configuration.
Stablecoins & Blockchains
Understand our supported cryptocurrencies and blockchain asset, networks for
optimal implementation.
Fiat Payment Methods
Explore the available fiat options you can offer to your customers.
KYC Integration
Implement our KYC verification flow to ensure regulatory compliance for your
users.
PayIn Integration
Connect to our payin system to enable fiat-to-crypto
transfers to wallet addresses.
Payout Integration
Connect to our payout system to enable crypto-to-fiat
transfers to bank accounts.
Webhooks & Notifications
Set up webhooks to receive real-time updates on transaction statuses and
important events.
Testing & Sandbox
Learn how to test your integration in our sandbox environment before going
live.
Partner Integration Flow
The typical partner integration flow follows these steps:Key Integration Components
1. API Authentication
Secure your API requests to our platform using our authentication system:2. Customer KYC Integration
Implement our KYC flow to verify your customers’ identities:KYC Implementation Steps (Sharing based)
KYC Implementation Steps (Sharing based)
- Initiate a customer profile through the /customer/create endpoint
- Submit KYC documents and information using /kyc/add-kyc-data
- Monitor verification status via /customer/ or webhooks
- Handle verification issues if needed using /kyc/update-tax-info or /kyc/update-document-info
- Add bank account details once verified using /bank/create
3. PayIn Service Integration
Connect to our payin system to enable fiat-to-crypto transfers:PayIn Implementation Steps
PayIn Implementation Steps
- Fetch payin configurations using /payin/configuration
- Fetch current exchange rates using /payin/fetch-rate
- Create a quotation using /payin/quotation
- Send fiat amount to the provided bank details
- Initiate the payin with transaction details using /payin/initiate
- Monitor the payin status using /payin/payin_id or webhooks
4. Payout Service Integration
Connect to our payout system to enable crypto-to-fiat transfers:Payout Implementation Steps
Payout Implementation Steps
- Fetch payout configurations using /payout/configuration
- Fetch current exchange rates using /payout/fetch-rate
- Create a quotation using /payout/quotation
- Initiate the payout with transaction details using /payout/initiate
- Monitor the payout status using /payout/payout_id or webhooks

