Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

External payment methods


Deprecated

External payment methods Deprecated

Add external payment methods to the Payment Element.

Deprecated

We created a custom payment methods feature that allows you to extend your payment integration with payment methods processed outside of Stripe. We recommend using it for your integration instead of external payment methods.

The Payment Element can display external payment methods that you support in addition to the payment methods processed through Stripe. Integrating external payment methods requires additional integration work, because external payment method transactions are processed and finalized outside of Stripe.

External payment methods disclaimer

When customers choose an external payment method, they’re redirected to a URL you configured for the external payment method. Learn about what you’re responsible for and the ongoing availability of external payment methods.

This guide adds an external payment method, Divido, using the HTML/JS example from the Payment Element quickstart.

Before you begin

  1. Create a Stripe account or sign in .
  2. Follow the Payment Element quickstart to complete a payments integration.
  3. For each external payment method you want to add, ensure you’ve completed the integration with each external payment method and confirmed that it’s working in the region that you want to enable them in.

Add external payment method types

In your checkout.js file, when you initialize Stripe Elements, specify the external payment methods you want to add to the Payment Element. This example adds Divido:

checkout.js

elements = stripe.elements({
 clientSecret: clientSecret,
 externalPaymentMethodTypes: ['external_divido']
 });

Handle payment method selection listener

There are two ways to handle the redirect to the external payment method:

  • Replace the action of the Stripe Pay now button to redirect to the external payment method.
  • Replace the Stripe Pay now button with the external payment method provider’s button.

This listener replaces the action of the Stripe Pay now button to redirect the customer to the Divido checkout page where they can complete the transaction. In checkout.js, add the listener code after the paymentElement.mount call:

checkout.js

paymentElement.mount("#payment-element");

// Track selected payment method
let selectedPaymentMethod;
paymentElement.on('change', (event) => {
 selectedPaymentMethod = event?.value?.type;
});

Update the handleSubmit function to redirect to the Divido checkout page:

checkout.js

async function handleSubmit(e) {
 if (selectedPaymentMethod === 'external_divido') {
 // Redirect customer to the Divido checkout page to complete the transaction
 const dividoRedirectUrl = "<< fill the Divido redirect URL here >>";
 window.location.href = dividoRedirectUrl;
 } else {
 ...
 }
}

Optional Position external payment methods

Test your integration

  1. Go through your checkout flow and verify that the Payment Element displays Divido. This example configures Divido in the second position after cards. Payment Element with Divido
  2. Choose the Divido payment method to verify messaging about the next step redirecting to Divido.
  3. Click Pay now to test your existing Divido integration. Verify that you’re redirected to Divido to complete the transaction and any post-payment actions (for example, display a confirmation page, success message, or failure message) still work with your Divido integration.

Dashboard considerations

PaymentIntents for transactions processed with an external payment method provider have an incomplete status in the Stripe Dashboard. Stripe isn’t involved in external payment method transactions and can’t determine the status of these transactions.

If you collect payment details before creating an Intent, you won’t see any incomplete transactions in the Stripe Dashboard for transactions that were processed with an external payment method provider.

External payment methods disclaimer

You can use the Stripe Payment Element to show some external payment methods that aren’t supported by Stripe but that you directly integrate with. When customers choose an external payment method, they’re redirected to a URL that you configure for the external payment method. You acknowledge that:

  1. External payment methods aren’t offered nor supported by Stripe. The operation and support of external payment methods is provided by the external payment method provider.
  2. You’re responsible for maintaining a direct integration with the external payment method provider.
  3. You need to maintain an agreement with the external payment method provider and are responsible for complying with your agreements with each external payment method provider.
  4. You’re responsible for obtaining all necessary rights to use the external payment method provider’s marks and logos within your checkout as described in these docs.
  5. Stripe isn’t responsible for the processing of any transactions with any external payment method provider including, for example, any charges, refunds, disputes, settlements or funds flows.
  6. You or the external payment method provider are responsible for the completion of the purchase flow after a customer has selected an external payment method, including, for example, the order confirmation and reconciliation of orders.
  7. You’re responsible for properly configuring the redirect URL for the external payment method.
  8. You must immediately remove any external payment methods in the event your agreements with any external payment method provider terminate or Stripe removes the availability of an external payment method.
  9. You’re only permitted to integrate with and present in the Payment Element the external payment methods listed in this guide.
  10. You’re solely responsible for making sure that customers are redirected correctly to their chosen external payment method.

Ongoing availability of external payment methods

Stripe might at any time decide to remove the availability of any payment method as an external payment method. Stripe will notify you of any removal of an external payment method that you’re using, and you must immediately remove the external payment method in your code. Failure to do so will result in the external payment method not rendering to your customers.

Available external payment methods

You can display the following external payment methods. You must use the corresponding external payment method type in your code.

RegionPayment methodExternal payment method type
the related settingInteracexternal_interac
the related settingau PAYexternal_au_pay
the related settingatoneexternal_atone
the related settingTouch’n Goexternal_tng_ewallet
the related settingソフトバンクまとめて支払い (Softbank carrier payments)external_softbank_carrier_payment
the related settingToss Payexternal_toss_pay
the related settingLaybuyexternal_laybuy
the related settingBank Payexternal_bank_pay
the related settingauかんたん決済 (au easy payments)external_au_easy_payment
the related settingBitCashexternal_bitcash
the related settingAzupayexternal_azupay
the related settingd払い (d-barai)external_dbarai
the related settingFamiPayexternal_famipay
the related settingGCashexternal_gcash
the related settingGrabPay Laterexternal_grabpay_later
the related settingMoMoexternal_momo
the related settingNET the related settingexternal_net_cash
the related settingOctopusexternal_octopus
the related settingPaidyexternal_paidy
the related settingPayPayexternal_paypay
the related settingPlanPayexternal_planpay
the related settingペイジー (Pay-easy)external_pay_easy
the related setting楽天ペイ (Rakuten Pay)external_rakuten_pay
the related settingメルペイ (Merpay)external_merpay
the related settingWebMoneyexternal_webmoney
the related setting, EuropeShopback Payexternal_shopback_pay
EuropeAplazameexternal_aplazame
EuropeBizumexternal_bizum
EuropeDividoexternal_divido
EuropeFonixexternal_fonix
EuropeIwocapayexternal_iwocapay
EuropeKBCexternal_kbc
EuropeNexi Payexternal_nexi_pay
EuropeOneyexternal_oney
EuropePayconiqexternal_payconiq
EuropePayPoexternal_paypo
EuropeSofincoexternal_sofinco
EuropePostepayexternal_postepay
EuropePostFinanceexternal_postfinance
EuropeScalapayexternal_scalapay
EuropeTrueLayerexternal_truelayer
EuropeWalleyexternal_walley
EuropeYounitedPayexternal_younited_pay
Globalthe related setting Payexternal_line_pay
Globalpaysafecardexternal_paysafecard
GlobalSamsung Payexternal_samsung_pay
GlobalSezzleexternal_sezzle
the related settingDappexternal_dapp
the related settingPicPayexternal_picpay
MEATabbyexternal_tabby
MEABenefitexternal_benefit
MEAFawryexternal_fawry
Last verified 2026-09-24

Is this helpful?