|
shop-uuid | Shop UUID (from Shops table) <string> Mandatory |
api-key | API key for incoming payments (from Shops table) <string> Mandatory |
|
format | Output data format <string> Available: json, xml Default: json |
price_blockchain | Blockchain for price <string> Mandatory Available: Binance Smart Chain, Ethereum, Fiat, Polygon, Solana, Tron |
price_currency | Currency code for price <string> Mandatory Available: BNB, CAD, ETH, EUR, INR, POL, SOL, TRX, USD, USDC, USDT |
price | Price amount <decimal (36,18)> |
description | Description <string> |
reference | Payment reference string provided by shop <string> |
userfields | Fields for payer to fill <array> Available: email, name, address, phone, details, reference, comments Example: ["name", "email"] |
prefilled | Arbitrary fields passed by your shop to be related to the payment and returned in callbacks <object> Example: {"name": "John Doe", "email": "johndoe@gmail.com", "arbitrary": 7569} |
payment_currencies | Blockchains and currencies for payment <array> Available: Binance Smart Chain / BNB, Binance Smart Chain / USDC, Binance Smart Chain / USDT, Ethereum / ETH, Ethereum / USDC, Ethereum / USDT, Polygon / POL, Polygon / USDC, Polygon / USDT, Solana / SOL, Solana / USDC, Solana / USDT, Tron / TRX, Tron / USDT Example: ["Polygon / POL", "Tron / TRX", "Tron / USDT"] |
preferred_payment_currency | Preferred blockchain and currency for faster payment <string> Available: Binance Smart Chain / BNB, Binance Smart Chain / USDC, Binance Smart Chain / USDT, Ethereum / ETH, Ethereum / USDC, Ethereum / USDT, Polygon / POL, Polygon / USDC, Polygon / USDT, Solana / SOL, Solana / USDC, Solana / USDT, Tron / TRX, Tron / USDT |
payer_reference | Unique reference string identifying the payer <string> |
callback_url | Webhook URL to send callback fields for this payment <string> |
success_url | Success URL to redirect payer after this payment <string> |
fail_url | Fail URL to redirect payer after this payment <string> |