Paymentwall website uses cookies to store your browsing preferences on your device. However, cookies do not collect personal information.

For more information about how we use cookies, check our cookie policy

Close
MONETIZE CUSTOMERS IN VIETNAM WITH
Get Started
Key features
HIGH SECURITY STANDARDS
PCI-DSS Level 1 certified service for digital commerce.
FRAUD PREVENTION TOOLS
State of the art risk management & fraud monitoring.
FULLY CUSTOMIZABLE
Personalized checkout & UI fit your brand’s needs.
CUSTOMER SUPPORT
24/7 live customer service, we’re always here to help.
FLEXIBLE SERVICE DELIVERY
Set up custom schedules to deliver your service & bill users.
REPORTING AND ANALYTICS
Track sales and generate detailed transaction reports.
START SELLING IN VIETNAM TODAY!
Set up a Paymentwall widget and submit it for a quick review. Once your widget is live, you can access internal tools like state of the art fraud protection and risk management services and advanced reporting & analytics tools.
< Choose a server language, please >
PHP
Python
Ruby
Node.js
Iframe
Branch on GitHub
  • PHP
  • Python
  • Ruby
  • Node.js
  • Iframe
123456789101112131415161718192021222324
// Paymentwall PHP Library: https://www.paymentwall.com/lib/php require_once('/path/to/paymentwall-php/lib/paymentwall.php'); Paymentwall_Base::setApiType(Paymentwall_Base::API_GOODS); Paymentwall_Base::setAppKey('YOUR_APPLICATION_KEY'); Paymentwall_Base::setSecretKey('YOUR_SECRET_KEY'); $widget = new Paymentwall_Widget( 'user40012', 'p10', array( new Paymentwall_Product( 'order_no_555123', 9.99, 'VND', 'Gold Membership', Paymentwall_Product::TYPE_FIXED ) ), array( 'country_code' => 'VN', 'email' => 'user@hostname.com' ) ); echo $widget->getHtmlCode();
12345678910111213141516171819202122
# Paymentwall Python Library: https://www.paymentwall.com/lib/python from paymentwall import * Paymentwall.set_api_type(Paymentwall.API_GOODS) Paymentwall.set_app_key('YOUR_APPLICATION_KEY') Paymentwall.set_secret_key('YOUR_SECRET_KEY') product = Product( 'product301', 9.99, 'VND', 'Gold Membership', Product.TYPE_FIXED ) widget = Widget( 'user4522', 'p10', [product], { 'country_code': 'VN', 'email': 'user@hostname.com' } # additional parameters ) print(widget.get_html_code())
123456789101112131415161718192021222324
# Paymentwall Ruby Library: https://www.paymentwall.com/lib/ruby require_relative '/path/to/paymentwall-ruby/lib/paymentwall.rb' Paymentwall::Base::setApiType(Paymentwall_Base::API_GOODS) Paymentwall::Base::setAppKey('YOUR_APPLICATION_KEY') Paymentwall::Base::setSecretKey('YOUR_SECRET_KEY') widget = Paymentwall::Widget.new( 'user40012', 'p10', [ Paymentwall::Product.new( 'product301', 9.99, 'VND', 'Gold Membership', Paymentwall::Product::TYPE_FIXED ) ], { 'country_code' => 'VN', 'email' => 'user@hostname.com' } ) puts widget.getHtmlCode()
1234567891011121314151617181920212223242526
// Paymentwall Node.JS Library: https://www.paymentwall.com/lib/node var Paymentwall = require('paymentwall'); Paymentwall.configure( Paymentwall.Base.API_GOODS, 'YOUR_APPLICATION_KEY', 'YOUR_SECRET_KEY' ); var widget = new Paymentwall.Widget( 'user40012', 'p10', [ new Paymentwall.Product( 'product301', 9.99, 'VND', 'Gold Membership', Paymentwall.Product.TYPE_FIXED ) ], { 'country_code': 'VN', 'email': 'user@hostname.com' } ); console.log(widget.getHtmlCode());
123456789101112131415
<iframe src="https://api.paymentwall.com/api/subscription ?key=YOUR_APPLICATION_KEY &uid=user40012 &widget=p10 &amount=9.99 ¤cyCode=VND &ag_name=Gold+Membership &ag_external_id=order_no_555123 &ag_type=fixed &sign_version=2 &country_code=VN &email=user%40hostname.com &sign=SIGNATURE" frameborder="0" height="800" width="750"> iframe>
Set up your Paymentwall account to buy and sell online!
Personal
  • Instant access to your payment history
  • Receive the latest updates on your favourite service
  • Easily upgrade to a merchant account to
    start selling digital goods
Business
  • Instantly start selling your digital goods
    and services in more than 200 countries
  • Take advantage of being a Paymentwall merchant,
    advertiser, referral or affiliate
  • Gain access to tools for fraud management,
    analytics and advanced reporting
 
This page needs JavaScript
Your browser is
not supported anymore.
Please update to the more recent one.
This page needs JavaScript
This page needs JavaScript.
Please enable it in your browser settings and try again.
We use cookies on this website to make your browsing experience better. By using the Paymentwall website you agree to our Cookie Policy.