Skip to main content
GET
/
api
/
invoices
/
{invoice_uid}
/
payment_link
Get invoice payment link
curl --request GET \
  --url https://dev.exante.app/api/invoices/{invoice_uid}/payment_link \
  --header 'Authorization: Bearer <token>'
{
  "payment_link": "<string>"
}
Returns the hosted payment URL for a Stripe-backed invoice.
Access is allowed either through a logged-in user with invoice access or through a valid token query parameter.

Authorizations

Authorization
string
header
required

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

Path Parameters

invoice_uid
string<uuid>
required

Invoice UID

Query Parameters

token
string

Company token used for unauthenticated payment-link access.

Response

Payment link