メインコンテンツへスキップ
Dodo Payments supports a wide range of payment methods to help you serve customers globally. Turn on new payment methods instantly — no additional contracts, integrations, or merchant accounts needed.

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

Payment MethodSupported CountriesSupported CurrenciesSubscriptionsMin Amount
Credit CardsGlobalAll currenciesYes$0.50
Debit CardsGlobalAll currenciesYes$0.50
Apple PayGlobal (Excl. IN)All currenciesYes$0.50
Google PayGlobal (Excl. IN)All currenciesYes$0.50
Amazon PayGlobal (Excl. IN)USDNo$0.50
Cash App PayUSUSDNo$0.50
KlarnaUS, EuropeUSD, EUR, GBP + 7 moreNo$50.01
AfterpayUS, UKUSD, GBPNo$50.01
UPIIndiaINRYes*₹1
RupayIndiaINRYes*₹1
iDEALNetherlandsEURNo€0.50
BancontactBelgiumEURNo€0.50
EPSAustriaEURNo€0.50
MultibancoPortugalEURNo€0.50
RevolutPayGlobalGBPNo£0.50
BillieGlobalGBPNo£0.50
PixBrazilBRLNo$0.50
Crypto & StablecoinsGlobal (Excl. IN)USDNo$0.50
WeChat PayGlobalUSD, CNYNo$0.50
*インド発行のすべてのカード(Visa、Mastercard、Rupayなど)およびUPIは、RBI準拠のマンダートをサポートしています。48時間の処理遅延は、インド発行のすべてのカードとUPIに適用されます。マンダート要件の詳細については、インドの支払い方法ページをご覧ください。
PayPal Support Paused: PayPal is temporarily unavailable for new transactions. We’ll update this page when restored.

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.

India

UPI and Rupay cards with RBI-compliant subscription mandates for the Indian market.

Europe

iDEAL (Netherlands), Bancontact (Belgium), EPS (Austria), and Multibanco (Portugal).

Pix

Instant bank transfers for the Brazilian market via QR code or copy-paste key.

Crypto & Stablecoins

Accept cryptocurrency and stablecoin payments from customers worldwide (excluding India), billed in USD.

WeChat Pay

QR code payments for Chinese customers via WeChat, supporting USD and CNY.

ビジネスレベルの支払い方法の無効化

ダッシュボードからビジネスレベルで特定の支払い方法を無効にすることができます。これは、商品やセッションごとに設定する必要なく、ビジネスのすべてのチェックアウトセッションに適用されます。
1

Navigate to Settings

Dodo Paymentsのダッシュボードで設定 > 支払い方法に移動します。
2

Disable Payment Methods

提供したくない支払い方法を無効にします。
この機能を使用して、地域で詐欺率の高い支払い方法を無効にしたり、ビジネスが運用上サポートする方法のみに制限したりできます。
ビジネスレベルの設定はグローバルフィルタとして機能します。allowed_payment_method_typesによるチェックアウトごとの制限で、ビジネスレベルで有効化された方法の中からさらに利用可能な方法を絞り込みます。

チェックアウトごとの支払い方法の設定

ビジネスレベルの設定に加えて、allowed_payment_method_typesを使用して、個別のチェックアウトセッションに表示される方法を制限できます。
const session = await client.checkoutSessions.create({
  product_cart: [{ product_id: 'prod_123', quantity: 1 }],
  allowed_payment_method_types: [
    'credit',
    'debit', 
    'apple_pay',
    'google_pay'
  ],
  return_url: 'https://example.com/success'
});

利用可能な方法の種類

タイプ説明
creditクレジットカード(Visa、Mastercard、Amexなど)
debitデビットカード
apple_payApple Pay
google_payGoogle Pay
amazon_payAmazon Pay
cashappCash App Pay
klarnaKlarna BNPL
afterpay_clearpayAfterpay / Clearpay
upi_collectUPI Collect (QRコード)
idealiDEAL(オランダ)
bancontact_cardBancontact(ベルギー)
epsEPS(オーストリア)
multibancoMultibanco(ポルトガル)
revolut_payRevolutPay
billieBillie B2B BNPL
pixPix(ブラジル)
cryptoクリプト&ステーブルコイン
wechat_payWeChat Pay
常にcreditdebitをフォールバックとして含めます。指定された支払い方法がすべて顧客に利用できない場合、チェックアウトは失敗します。

APIエンドポイント

Checkout Sessions

許可された方法でチェックアウトを作成します。

Payments

方法フィルタリングによる一回限りの支払い。

Subscriptions

方法制限による継続的な支払い。

ベストプラクティス

ターゲット市場向けに地域の支払い方法を含める。iDEALはオランダのオンライン支払いの約60%を占め、UPIはインドで支配的です。これらの方法を省略すると、コンバージョンに大きな影響があります。
特定の方法をターゲットにする場合であっても、creditdebitをフォールバックとして含めます。すべての顧客がすべての支払い方法にアクセスできるわけではありません。
BNPL方法(Klarna、Afterpay)は50.01ドル以上が必要です。低価格の商品には含めないでください。これらは表示されないだけで、それで問題ありません。
テストモードを使用して、異なる顧客の場所、通貨、デバイスタイプに対する支払い方法の利用可能性を確認してからライブに移行します。

トラブルシューティング

これらの要因を確認します:
  1. allowed_payment_method_typesに方法が含まれていますか?
  2. 顧客の所在地が方法の対応地域と一致していますか?
  3. トランザクション通貨が方法によってサポートされていますか?
  4. トランザクション金額が最低額(例:BNPLには$50.01)が満たされていますか?
  5. サブスクリプションの場合:方法が継続的な支払いをサポートしていますか?
解決策: 一時的にallowed_payment_method_typesを削除して、所有している方法をすべて表示し、問題を絞り込みます。
可能性のある原因:
  • allowed_payment_method_typesが正しく渡されていない
  • パラメータのフォーマットが間違っている(文字列配列である必要があります)
解決策: APIリクエストペイロードをログし、パラメータ構造を確認します。
確認事項:
  • 顧客の請求先住所が方法の地域に一致していること
  • 通貨が正しく設定されていること(例:iDEALに対してEUR)
  • 顧客が国際的な場合、アダプティブ通貨が有効になっていること
解決策: APIリクエストで請求先住所の国コードと通貨を確認します。
UPIおよびRupayのサブスクリプションには、48時間の処理遅延やRBIのマンダート制限など、特有の要件があります。参照: インドの支払い方法の完全なガイダンス。

関連ページ

Adaptive Currency

サポートされている通貨と自動変換。

Checkout Guide

完全なチェックアウト実装ガイド。

Testing Process

テストカード、UPI ID、およびウォレットテスト。

Subscriptions

定期請求と支払い方法の更新。

支払いオプションの拡大

新しい支払い方法を継続的に追加しています。ここに記載されていない特定の方法が必要な場合は、support@dodopayments.comまでご連絡ください。
Last modified on April 20, 2026