Reference
List invoice payment links
Lists the hosted checkout links minted for an invoice, newest first.
Lists the hosted checkout links minted for an invoice, newest first.
Authorization
bearerAuth payments:readAuthorizationBearer <token>
A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: payments:read
Path Parameters
id*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "invoice_id": "string", "stripe_session_id": "string", "stripe_payment_intent_id": "string", "url": "string", "status": "open", "amount_cents": -9007199254740991, "currency": "string", "expires_at": "string", "created_at": "string", "updated_at": "string" } ], "next_cursor": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Create a payment link POST
Creates a hosted Stripe Checkout link for the invoice's outstanding balance (or a partial amount) and returns its URL. Requires a connected Stripe account with charges enabled.
Render an invoice PDF POST
Renders the branded invoice to PDF on demand and returns a short-lived signed download URL.