๐งพ Product Description#
UseePay currently provides two types of checkout experiences: Redirect Checkout and Embedded Checkout. The supported payment methods vary by type.
โ
Redirect Checkout (Hosted Page)#
Redirects the user to a secure UseePay-hosted page.
Supports Apple Pay, Google Pay, and Credit Card.
Recommended for scenarios requiring a wide range of payment methods or mobile-friendly redirection.
After the merchant creates an Invoice, the checkout URL is returned in the response payload.
Merchants can use this URL to redirect customers to the hosted checkout page.
โ
Embedded Checkout (Payment Element)#
Payment form is embedded directly on your website via the UseePay JS SDK.
Provides a seamless and controlled user experience.
Currently supports only Credit Card payments.
Apple Pay and Google Pay are ๐ง Coming Soon in embedded mode.
๐ Summary Table#
Payment Method | Redirect Checkout | Embedded Checkout |
---|
๐ณ Credit Card | โ
Supported | โ
Supported |
Apple Pay | โ
Supported | ๐ง Coming Soon |
๐ฉ Google Pay | โ
Supported | ๐ง Coming Soon |
๐ Notes#
Apple Pay & Google Pay are supported only in redirect mode for now.
Embedded support for these wallets is under development.
Merchants receive the redirect checkout URL immediately after Invoice creation for smooth payment redirection.
Modified atย 2025-07-15 07:36:22