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
      • Necessary parameter configuration
      • Error code description
      • Callback description
      • PartnerServiceId description
    • GetAccessToken
      • Access Token B2B
    • Qris
      • APIS Ayolinx Provided to Merchant
        • Generate Qris
        • Query Qris
        • Cancel Qris
      • Non-Snap APIS Need Merchant to Provide
        • Payment Notify
      • Snap APIS Need Merchant to provide
        • Access Token B2B
        • 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
    • Convenient store
      • APIS Ayolinx Provided To Merchant
        • Create retail transaction
        • retail query
      • APIS Need Merchant to Provid Copy
        • Payment Notify
  1. Read before development

Callback description

Callback url configuration#

The callback addresses can configure in the corresponding areas of the merchant's back - end. Or it can be directly passed as a parameter when calling the interface.
image.png

Callback status#

CodeStatusDescription
00SuccessSuccessful
01InitiatedInitialized
02PayingIn the process of payment
03PendingPending
04RefundedRefunded
05CanceledCanceled
06FailedFailed
07Not foundNot found

Sandbox callback simulator#

In merchant backend system, sandbox env, transaction list, the waiting for payment transactions will have a "Mark Success" button,after click this button, and click the "Check Transaction" button in the prompt window, Ayolinx will callback this transaction according to the callback url that you configured.
image.png

Callback fail retry rules#

If an exception (timeout or unexpected response code etc) occured when Ayolinx callback merchant, Ayolinx will retry this callback 4 times, first retry is after 1 minutes, second retry is after 5 minutes, third retry is after 10 monites and last retry is after 1 hour, if any retry succeed or the last retry still failed, will stop retry
Modified at 2025-07-03 07:02:10
Previous
Error code description
Next
PartnerServiceId description