Integration Demo
The following product pages are assumed to be your own checkout counter pages
Payermax Cashier Demo
use payermax cashier
Product Information
Sample Product
Price: 100.00 USD
Description: This is a high-quality sample product with many excellent features.
Quantity
Total: 100.00 USD
Process Description
- The user clicks checkout
- The merchant calls the PayerMax order API
- The API returns the cashier URL and redirects to the PayerMax cashier
- The user completes payment on the PayerMax cashier
- PayerMax notifies the merchant of the payment result
Direct API Payment Demo
use your cashier and you have PCI-DSS qualifications
Product Information
Another Sample Product
Price: 250.00 USD
Description: This is another sample product for Direct API payment.
Quantity
Total: 250.00 USD
Process Description
- You render the supported payment methods in your own cashier
- The user selects a payment method
- You are responsible for collecting payment information and calling the PayerMax order and pay API to complete the payment
- PayerMax asynchronously notifies you of the final payment result
- If you collect card-related payment elements, you need to have PCI-DSS certification
DropIn Demo
use your cashier and you don't have PCI-DSS qualifications
Product Information
Another Sample Product
Price: 250.00 SAR
Description: This is another sample product for Direct API payment.
Quantity
Total: 250.00 SAR
Process Description
- Call the PayerMax pre-component to obtain initialization information
- Render supported payment methods in your own cashier and use the PayerMax JS SDK render Card, ApplePay, or GooglePay payment methods
- If the user selects a PayerMax-rendered payment method, you can use the JS SDK capabilities get user's payment token
- Call the PayerMax order and pay API, passing the token to complete the payment
- PayerMax asynchronously notifies you of the final payment result
- if you choose your own payment method, please handle it yourself
LinkPay Demo
Enter product information to directly create a payment link and send it to the user to complete the payment, no development required.
Merchant Info
Process Description
- Fill in merchant, product, order, and customer information
- Click "Generate Payment Link"
- Send the payment link to your customer