Skip to main content

Payment SDK

The Payment SDK allows you to embed Wonder Payment Gateway's payment capabilities into your application. Supported both Web and Native.

1. Integrate SDK into your project

  • Add the SDK to the project

    Our SDK helps customer build customizable payment flows into your applications, available in both Android and IOS app.

2. Flow

  1. Please use Create Order API to pre-create an order on your backend side.
  2. Initializing Payment SDK with Order number and AppID.
  3. If you need to support the user credit card tokenisation feature, then you also need to get the unique customer token via the API, refer Create customer API
    info

    Once you receive the callback from the payment sdk, you should call the Query Order API to query the backend status.

3. Check payment details

tip

If you need to query payment details, please query through the server interface