支付API
English
English
  • Welcome 👏
  • Description
    • Access instructions
    • Safety information
    • Payment method
    • Signature generation
    • Signature verification
    • Decrypt callback
    • Data structure
  • Currency
    • Currency information
  • Order
    • Order creation
    • Order inquiry
    • Callback notification
    • Order closure
  • Payout
    • Payout inquiry
    • Create Payout
    • Callback
    • Cancel Payout
  • Wallet
    • Wallet addition
    • Wallet update
    • Wallet deletion
    • Wallet inquiry
    • Callback notification
  • Error code
    • Status code
Powered by GitBook
On this page
  • Code
  • Secret key
  • Field required
  • Data submission
  1. Description

Access instructions

PreviousDescriptionNextSafety information

Last updated 1 month ago

Domain Name

https://api.tokenpay.me

Code

Unified code as utf-8.

Secret key

API document mentions APP_ID and APP_SECRECT that can be obtained in the .

Field required

For fields marked true as a mandatory parameter for the interface, a specific value must be passed in.

Data submission

Query class interface unified uses GET method request, and operation class interface unified use POST method request.

POST request header fields are content-type: application/json.

merchant backstage