Private preview
MoMo payments Private preview
Learn how to accept MoMo, a popular mobile wallet in Vietnam.
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.
