API Reference
Authorizations
x-api-keystringRequired
API key for authentication.
Body
receiverstringRequiredExample:
Wallet address to receive payment (Solana/Bitcoin/EVM)
0x8356D265646a397b2Dacf0e05A4973E7676597f4pricenumberRequiredExample:
Payment amount
100namestringOptionalExample:
Custom name/description for the payment link
My LinkcustomOrderIdstringOptionalExample:
Your custom order identifier
ORDER-123456redirectUrlstring · uriOptional
URL to redirect after payment completion
typestring · enumOptionalExample:
single_usePossible values: Responses
201
Payment link created successfully
application/json
400
Invalid request parameters
application/json
401
Unauthorized - Invalid API key
application/json
post
/link/generateLast updated
Was this helpful?