API Reference

Create a new payment link

post

Generate a new payment link for receiving payments

Authorizations
x-api-keystringRequired

API key for authentication.

Body
receiverstringRequired

Wallet address to receive payment (Solana/Bitcoin/EVM)

Example: 0x8356D265646a397b2Dacf0e05A4973E7676597f4
pricenumberRequired

Payment amount

Example: 100
namestringOptional

Custom name/description for the payment link

Example: My Link
customOrderIdstringOptional

Your custom order identifier

Example: ORDER-123456
redirectUrlstring · uriOptional

URL to redirect after payment completion

typestring · enumOptionalExample: single_usePossible values:
Responses
post
/link/generate

Last updated

Was this helpful?