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.
iOS SDK
iOS SDK integration process >
Android SDK
Android SDK integration process >
Flutter SDK
Flutter SDK integration process >
2. Flow
- Please use Create Order API to pre-create an order on your backend side.
- Initializing Payment SDK with Order number and AppID.
- 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 APIinfo
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