Skip to content

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

  1. The user clicks checkout
  2. The merchant calls the PayerMax order API
  3. The API returns the cashier URL and redirects to the PayerMax cashier
  4. The user completes payment on the PayerMax cashier
  5. 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

  1. You render the supported payment methods in your own cashier
  2. The user selects a payment method
  3. You are responsible for collecting payment information and calling the PayerMax order and pay API to complete the payment
  4. PayerMax asynchronously notifies you of the final payment result
  5. 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

  1. Call the PayerMax pre-component to obtain initialization information
  2. Render supported payment methods in your own cashier and use the PayerMax JS SDK render Card, ApplePay, or GooglePay payment methods
  3. If the user selects a PayerMax-rendered payment method, you can use the JS SDK capabilities get user's payment token
  4. Call the PayerMax order and pay API, passing the token to complete the payment
  5. PayerMax asynchronously notifies you of the final payment result
  6. if you choose your own payment method, please handle it yourself

LinkPay Demo

Merchant Info

Merchant Info

Logo URL
Contact Email

Process Description

  1. Fill in merchant, product, order, and customer information
  2. Click "Generate Payment Link"
  3. Send the payment link to your customer

Was this page helpful?

Thank you for your help in improving PayerMax Product Docs!

Last updated:

Released under the MIT License.