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 youEnvironment address:#
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 upload the public key to merchant backend[Configuration Introduction]
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.pem3、Calling process#
Modified at 2025-08-12 06:13:57