Skip to main content
POST
Create a payment link

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kind
enum<string>
required
Available options:
ADDON,
INVOICE,
CUSTOM
name
string
required
recipientWallet
string
required
description
string
companyId
string
catalogAddOnId
string
invoiceId
string
amount
number
acceptedToken
string

Token address or symbol (USDC, USDT).

currency
string
default:USDC
chainId
number
isAgentic
boolean
successUrl
string
cancelUrl
string
expiresAt
string<date-time>
metadata
object

Response

Payment link created

Last modified on September 19, 2026