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

  1. Subscription - Recurring Payment
    1. Supports payment through bank cards, including major global brands such as VISA, Mastercard, UnionPay debit cards, and credit cards
    2. Alipay subscription
  2. One-time payment
    1. Payment via bank cards, WeChat Pay, and Alipay
  3. User authentication
    1. API and encapsulated page to query user's payment information
    2. Users can view their subscription details and have the option to cancel the subscription
  4. Payment supports multiple currencies (USD and CNY)
  5. Admin Backend
    1. Developers can view each order, along with payment details related to subscriptions, in the admin panel.

2. Prepare in advance

  1. Registering on Kodepay
  2. Your Extension (compatible with the Chrome engine)

二、Get Start

  1. Creating Sells Plan in Kodepay Backend
  2. Integrate Kodepay's JS code into your extension
  3. Add a payment page to your extension, test it, and publish it.

二、API & Use Case

  1. API Documentation
  2. Function Development Sample Code
  3. Frequently Asked Questions (FAQ)