How does a website access API payments?

Published:2025-08-21 09:05

Payment functions can be integrated into your application or website by accessing the API. The API interface also provides real-time access to payment-related data and reports, including transaction records, payment status, and fund flows, helping you with real-time monitoring and management.

Before accessing the API payment, you need to complete the registration operation.

  • Click "Application"
Click Application
  • Select API access to payments and click "Access"
click Access
  • Click "Add application"
Click Add application
  • Fill in the App name, Callback address, etc. and click "Submit".
Fill in the App name, Callback address, etc. and click Submit
  • After successful creation, we can see the newly added API application and will produce APP_ID and APP_SECRET for API calls, and then refer to the API documentation for operation. Tip: APP_ID and APP_SECRECT are very important, please don't show them in any web code, URL parameter!
we can see the newly added API application and will produce APP_ID and APP_SECRET for API calls, and then refer to the API documentation for operation
Related Articles