Quick Start
Overview
To assist plugin developers in quickly integrating online payment capabilities, enabling both recurring subscription payments and one-time payments on the plugin side.
1. Features
- Subscription - Recurring Payment
- Supports payment through bank cards, including major global brands such as VISA, Mastercard, UnionPay debit cards, and credit cards
- Alipay subscription
- One-time payment
- Payment via bank cards, WeChat Pay, and Alipay
- User authentication
- API and encapsulated page to query user's payment information
- Users can view their subscription details and have the option to cancel the subscription
- Payment supports multiple currencies (USD and CNY)
- Admin Backend
- Developers can view each order, along with payment details related to subscriptions, in the admin panel.
2. Prepare in advance
- Registering on Kodepay
- Your Extension (compatible with the Chrome engine)
二、Get Start
- Creating Sells Plan in Kodepay Backend
- Integrate Kodepay's JS code into your extension
- Add a payment page to your extension, test it, and publish it.
二、API & Use Case
- API Documentation
- Function Development Sample Code
- Frequently Asked Questions (FAQ)