The following API endpoints are for the standard integration of the crypto payment gateway system. It is for merchants who want to create automated receiving crypto wallet addresses with QR codes to be displayed for their customers convenience. Any cryptocurrency sent to those generated receiving addresses will be automatically forwarded to the merchant predefined wallet without any delays or holds.Our payment bot will send a GET request to the merchant predefined callback URL once a payment is confirmed at the receiving wallet address. Merchant need to have the proper coding logic at their server side to catch those callback events and change order/invoice status within their own system.Merchants integrating this crypto payment gateway system must be aware of the minimum order value per ticker. Any value sent by the customer below those minimums will be stuck at the receiving wallet forever as the value is less than the blockchain fees to forward them.Merchants must also be aware that generating a unique receiving wallet address with a correct merchant payout wallet requires that callback links must be unique by using at least one GET parameter at those links with a unique value for those parameters in order to generate a unique receiving wallet. Once a crypto receiving address is generated it is tied to the specified callback link and the payout wallet can't be changed later unless a new unique parameter value is passed. The unique GET parameter can be any of the merchant choice like order numbers or invoice IDs. Modified at 2026-04-04 15:04:25