Why Offer Multiple Payment Methods?
Boost Conversion
Local methods increase sales 20-30% in target markets.
One Platform
All methods managed through a single API.
Smart Routing
Right options shown based on location and device.
How It Works
Payment methods are automatically presented to customers based on:- Customer Location — Regional methods like iDEAL (Netherlands) or UPI (India) only appear for customers in those regions
- Transaction Currency — Payment methods are filtered by supported currencies
- Device Type — Apple Pay only appears on compatible Apple devices and browsers
- Transaction Type — Some methods don’t support subscriptions or have minimum amounts
Automatic Activation: All payment methods are pre-configured and managed by Dodo Payments. No additional setup needed — they become available once your account is verified and live mode is enabled.
Supported Payment Methods
*All Indian-issued cards (Visa, Mastercard, Rupay, etc.) and UPI support subscriptions with RBI-compliant mandates. The 48-hour processing delay applies to all Indian-issued cards and UPI. See the India Payment Methods page for details on mandate requirements.
Payment Method Categories
Credit & Debit Cards
Accept Visa, Mastercard, Amex, Discover, JCB, UnionPay, and regional networks like Cartes Bancaires and Interac.
Digital Wallets
Apple Pay, Google Pay, Amazon Pay, Cash App Pay, and RevolutPay for fast, secure one-tap checkout.
Buy Now Pay Later
Klarna, Afterpay, and Billie installment options to increase average order value and conversion.
ACH Direct Debit
USDで支払う米国顧客向けの銀行口座引き落とし。単発決済で利用できます。
India
インド市場向けの、RBI準拠のサブスクリプション mandate に対応したUPIおよびRupayカード。
Europe
iDEAL(オランダ)、Bancontact(ベルギー)、EPS(オーストリア)、Multibanco(ポルトガル)、BLIK(ポーランド)。
South Korea
Kakao Pay、Naver Pay、PAYCOウォレット、および韓国のローカルカード。KRWで請求されます。
Pix
QRコードまたはコピー&ペーストキーを利用した、ブラジル市場向けの即時銀行振込。
Stablecoins
インドを除く世界中の顧客から、USD建てでStablecoin決済を受け付けます。
WeChat Pay
WeChat経由で中国の顧客からQRコード決済を受け付けます。USDとCNYに対応しています。
ビジネスレベルでの決済手段の無効化
ダッシュボードから、ビジネスレベルで特定の決済手段を無効にできます。これはビジネスのすべてのcheckout sessionに適用されるため、商品やセッションごとに設定する必要はありません。1
Navigate to Settings
Dodo Payments dashboardで Settings > Payment Methods に移動します。
2
Disable Payment Methods
顧客に提供したくない決済手段をオフに切り替えます。
ビジネスレベルの設定はグローバルフィルターとして機能します。
allowed_payment_method_typesを使用したcheckoutごとの制限により、ビジネスレベルで有効になっている手段の中から、利用可能な手段をさらに絞り込めます。Checkoutごとの決済手段の設定
ビジネスレベルの設定に加えて、allowed_payment_method_typesを使用して、個々のcheckout sessionに表示する決済手段を制限できます。
- JavaScript
- Python
- cURL
利用可能な手段の種類
APIエンドポイント
Checkout Sessions
許可された支払い方法でcheckoutを作成します。
Preview Checkout
セッションを作成する前に、料金と税金をプレビューします。
Update Payment Method
サブスクリプションのpayment-method更新ページで、利用できる方法を制限します。
ベストプラクティス
Match methods to your market
Match methods to your market
ターゲット市場の地域に適した決済手段を含めてください。オランダではiDEALがオンライン決済の約60%を占め、インドではUPIが主流です。これらの手段を省くと、コンバージョンが大幅に低下します。
Always provide card fallbacks
Always provide card fallbacks
特定の手段を対象にする場合でも、フォールバックとして
creditとdebitを含めてください。すべての顧客がすべての決済手段を利用できるわけではありません。Consider transaction minimums
Consider transaction minimums
BNPL手段にはプロバイダーごとの最低金額があります。KlarnaとAfterpayでは$50.01が必要です。これらの範囲外の商品には含めないでください。表示されないだけなので問題ありません。
Test across regions and devices
Test across regions and devices
本番環境で公開する前に、test modeを使用して、異なる顧客所在地、通貨、デバイスタイプにおける決済手段の利用可否を確認してください。
トラブルシューティング
Payment method not appearing
Payment method not appearing
次の要素を確認してください:
allowed_payment_method_typesに手段が含まれているか- 顧客の所在地が手段の対応地域と一致しているか
- 取引通貨が手段に対応しているか 4. 取引金額が手段の対応範囲内か(例: Klarna/Afterpayの最低金額は$50.01)
- サブスクリプションの場合、手段が継続決済に対応しているか
allowed_payment_method_typesを一時的に削除して、利用可能なすべての手段を表示し、問題の原因を絞り込んでください。Unexpected methods appearing
Unexpected methods appearing
考えられる原因:
allowed_payment_method_typesが正しく渡されていない- Parameterの形式が正しくない(文字列の配列である必要があります)
Regional method not available
Regional method not available
確認事項:
- 顧客の請求先住所が手段の地域と一致しているか
- 通貨が正しく設定されているか(例: iDEALではEUR)
- 顧客が海外の場合、Adaptive Currencyが有効になっているか
Indian payment method issues
Indian payment method issues
UPIとRupayのサブスクリプションには、48時間の処理遅延やRBI mandateの上限など、固有の要件があります。参照: 詳細なガイダンスについてはIndia Payment Methodsをご覧ください。
関連ページ
Adaptive Currency
対応通貨と自動換算。
Checkout Guide
checkoutの完全な実装ガイド。
Testing Process
テストカード、UPI ID、ウォレットのテスト。
Subscriptions
継続請求と決済手段の更新。