Integration Notes
Request Domain Name
https://api.yypay.io/open-apiEncoding
Use UTF-8 as the standard character encoding.
Credentials
The APPID and APPSECRET mentioned in the API documentation can be obtained from the Application Management section in the Merchant Dashboard.
Required Fields
Fields marked as truefor "required" in the API are mandatory and must be provided with valid values.
Data Submission
Use the
GETmethod for query-type APIs.Use the
POSTmethod for operation-type APIs.The
Content-Typeheader for POST requests must be:application/json.
Last updated