Introduction
Wonder Open API uses a unified method to access different functions, adopts a JSON-based transmission protocol and an RSA-based signature algorithm to protect data security, and currently includes the following functions:
- Order Management API: Manage your order and transaction data, with support for operations such as voiding and refunding transactions.
- Customer Management API: Manage your customer data and customers' payment methods.
- Recurring Payment API: A solution suitable for payment scenarios involving automatic recurring subscriptions, which deducts funds from the customer's card regularly according to a set schedule.
- Issuing API: Wonder supports creating and managing JCB credit cards issued through Wonder via the OpenAPI.
- Payout API: Wonder supports managing your payers and initiating payment requests via the OpenAPI.
Environments
All Wonder Gateway OpenAPIs use the same endpoint, different environments provide different access to the domain name, except for the domain name all other information is identical (including API Uri / Header etc...).
| Environment | Domain |
|---|---|
| Sandbox | https://gateway-stg.wonder.today |
| Production | https://gateway.wonder.today |
Sandbox environments are usually virtual transactions, but in order to maintain a more consistent experience with production environments, some payment methods are still real payment behaviors in the test environment.
- Alipay.
- Wechat pay.
So, if you have tested the above payment methods in a Sandbox environment, you can return the money to the test account via the Void Transaction API.