Page Integration
Introduction
We provide scan code analysis to enable merchants to create orders for users to purchase by tokens. The system displays the user's location and the payment methods supported in their country. Users can choose to pay in their local currency or use crypto payment.
Redirection is the fastest and easiest way to integrate with AEON. You can redirect your website or application to the AEON page by copying and editing the following sample code.
Concatenate parameters appId and qrCode to the frontend domain path. Entering the address in the browser will display the checkout.
API Description
Request Method:GET
Request Domain: https://qr.cryptogo.com/
Request Path:/scanCode
Request Body Parameter:
Parameter | length | Signature | Mandatory | Description |
---|---|---|---|---|
appId | 256 | Y | Y | appid |
qrCode | 256 | Y | Y | QR code string |
Example Link:
https://qr.cryptogo.com/scanCode?qrCode=0002010211****508&appId=TEST000001
Response Example:
Updated 2 days ago