Ayolinx-Openapi
🇬🇧English
  • 🇬🇧English
  • 🇨🇳中文
  1. Read before development
Ayolinx-Openapi
🇬🇧English
  • 🇬🇧English
  • 🇨🇳中文
  • Openapi-EN-US
    • Read before development
      • Introduction
      • Header Parameter Description
      • Signature generation rules
      • Channel description
      • Error code description
      • Callback description
      • PartnerServiceId description
    • GetAccessToken
      • Access Token B2B
    • Qris
      • APIS Ayolinx Provided to Merchant
        • Generate Qris
        • Query Qris
        • Cancel Qris
      • APIS Need Merchant to Provide
        • Payment Notify
    • EWallet
      • APIS Ayolinx Provided to Merchant
        • Get Payment Url
        • Inquiry Status
      • APIS Need Merchant to Provid
        • Payment Notify
    • VirtualAccount
      • APIS Ayolinx Provided To Merchant
        • Error Codes
        • Create VA
        • Inquiry Va
      • APIS Need Merchant To Provide
        • Callback introduction
        • Access Token B2B
        • Payment
      • Non-snap callback interface
        • Payment Notify
  1. Read before development

Header Parameter Description

Headertypeexampleillustrate
Content-Typestringapplication/jsonparameter type
X-TIMESTAMPstring2024-09-18T06:36:36+00:00Current time in Jakarta,The format is:yyyy-MM-ddTHH:mm:ssXXX,For example, East District 7:2024-09-18T06:36:36+07:00
X-CLIENT-KEYstringCKSandbox-154dc98b-f8ea-4a68-a9f7-6f4e8963b86cCustomer unique key,same as X-PARTNER-ID,Only call /v1.0/access-token/b2b,After registering on the Ayolinx platform, check it in the background【click to view】image.png
X-SIGNATUREstringUgzra35T6fPuiZ1qrbJoJaX6Cn3sOYgwpdLOAZ==generate rules
X-PARTNER-IDstringCK-11111abc-0000-2222-bbcc-dd55555ee666Customer unique key, same as X-CLIENT-KEY,call except /v1.0/access-token/b2bFor the use of other interfaces other than the interface, please check in the background after registering the Ayolinx platform.【click to view】image.png
X-EXTERNAL-IDstring2jd9sl384jkd0sjah4kdhsjaf9vozs3drmojA unique request ID is generated for each request, which is guaranteed not to be repeated within a day and is no longer than 36 characters.
AuthorizationstringBearer 7bd8be52a84cc95155756773cf34eadecall /v1.0/access-token/b2b Obtained access token
Modified at 2025-02-21 10:27:55
Previous
Introduction
Next
Signature generation rules