Create Your First PayButton
Add a "Pay Now" button to your website in minutes!
No coding skills required — just copy, paste, and start accepting payments.
What's a PayButton?
A simple payment button you add to your website. When customers click it, they're taken to a secure checkout page to complete their purchase.
1️. Log in to Your myPOS Account
Go to mypos.com and sign in to your merchant account.
2️. Go to PayButton Creation
From the left menu, go to:
Stores → Create Store → PayButton
3️. Fill in the PayButton Details
Button Details:
- PayButton Name: For your reference (e.g., "Product XYZ Button")
- Language: Choose the language for your payment page
- Website URL: (Optional) Where you'll use this button
- Settlement Account: Select which account receives the payment
Item Details:
- Product Name: What are you selling? (e.g., "Premium Subscription")
- Product Price: Set your price per item
- Currency: Choose your currency (e.g., EUR, USD)
- Quantity: How many items? (default: 1)
- Amount: Automatically calculated (price × quantity)
Pro Tip: Use a clear product name so customers know exactly what they're buying!
4️. Customize Appearance (Optional)
Make your button match your brand!
You can customize:
- Button Text: Add custom text (up to 20 characters) like "Buy Now" or "Subscribe"
- Button Style: Choose from Sharp (square), Rounded, or Oval
- Button Size: Large (prominent) or Small (compact)
- Colors: Set button and text colors to match your website
Preview: See how your button looks in real-time as you customize it!
5️. Configure PayButton Settings
Collect Customer Information (Optional):
- Name
- Shipping Address
- Email Address
- Phone Number
Notifications:
- Email: Free notifications
- SMS: Small fee may apply
Customize Payment Page:
- Show Cancel Payment button (let customers go back)
- Show Return to Merchant button (add a "Back to Site" button after payment)
SMS Charges: Text message notifications may incur additional charges based on your plan.
6️. Review & Create
Double-check all your details and appearance settings, then click Create to finalize your PayButton!
Success! Your PayButton is ready to use.
7. Add Your PayButton to Your Website
Option 1: Copy & Paste HTML Code (Easy!)
- Go to your PayButton's Options menu (⋮)
- Click Get code
- Click Copy to Clipboard
- Paste the code into your website's HTML editor
Your button code will look like this:
<form action="http://mypos.com/vmp/btn/" method="post" target="_blank">
<input type="hidden" name="button_id" value="YOUR_BUTTON_ID" />
<input type="image" src="http://mypos.com/img/vmypos/lg/btn-en.png" border="0" name="submit" alt="Pay" />
</form>