Skip to main content
GET
Generate Paylink Variant URL

Authorizations

X-API-KEY
string
header
required

Path Parameters

Unique payment link identifier (plink_...)

Query Parameters

amount
string

Override amount for this checkout variant.

currency
string

Override currency for this checkout variant.

customer_ident
string

Customer identifier recorded as customer.reference on the payment.

description
string

Override description shown on the checkout.

expires_at
string

Expiration time as RFC3339 or unix seconds.

redirect_to
string

Redirect URL after successful payment.

Response

OK

data
object

Response payload when the request succeeded.

error
boolean

True when the request failed.

message
string

Human-readable status or error message.