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

Introduction

1、Settled in Ayolinx#

Register a business account on ayolinx merchant dashboard(https://merchant.ayolinx.id) and complete KYB, then contact our development team to generate docking materials for you

2、Material information#

Environment address:#
Sandbox environment address:https://sandbox.ayolinx.id
Online environment address:https://openapi.ayolinx.id
Precautions:#
You need to provide your service IP address. We will add an IP whitelist to your server.
Materials you need to provide us:#
You need to generate a pair of public and private keys (use openssl's genpkey command to generate a pair of 2048-bit public and private keys) and then provide the public key to us
Private key: openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
Public key: openssl rsa -pubout -in private_key.pem -out public_key.pem

3、Calling process#

image.png
Modified at 2025-02-08 08:05:23
Next
Header Parameter Description