Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

MoMo payments


Private preview

MoMo payments Private preview

Checkout

Elements

Direct API

MoMo is a popular mobile wallet in Vietnam. Customers maintain a balance in their MoMo wallet and can use it to pay for online purchases.

To pay with MoMo, customers are redirected to a Boku-hosted page, which redirects them to the MoMo app to authenticate and confirm the transaction. After confirming, customers are redirected back to your website.

Determine compatibility

A Checkout Session must satisfy all of the following conditions to support MoMo payments:

  • Prices for all line items must be expressed in Vietnamese dong (currency code vnd ).

Accept a MoMo payment

Note

Build an integration to accept a payment with Checkout before using this guide.

Enable MoMo in your Dashboard. Stripe automatically displays MoMo to eligible customers using dynamic payment methods. If you currently specify payment_method_types, see the migration guide.

When creating a Checkout Session, make sure all line_items use the vnd currency.

Command Line

Select a language

cURL

Stripe CLI

Ruby

Python

PHP

Java

Node.js

Go

.NET

No results

Fulfill your orders

After accepting a payment, learn how to fulfill orders.

Test your integration

When testing your Checkout integration, select MoMo as the payment method and click Pay.

See also

Last verified 2026-09-24

Is this helpful?