Skip to main content
POST
Mint a hosted pay-by-link

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
id
string
required
amount
number
required
currency
string
required
hostedBaseUrl
string
required
description
string | null
reference
string | null
expiresAt
integer | null

Response

200 - application/json

The newly-minted payment request.

data
object
required

Serializable channel-agnostic hosted pay-by-link snapshot. The caller round-trips it in each request body.

meta
object
required