Skip to main content
GET
Fetch checkout data for an invoice
This is a public endpoint designed to be shared with customers. No authentication is required.

Path Parameters

Example Request

Response

Returns an HTML checkout page that displays the invoice details and available payment methods. This page is intended to be opened in a browser by the customer.
Include the checkout URL in emails or redirect customers to it from your application. The URL format is https://api.recurso.dev/checkout/{invoice_id}.

Errors

See Errors for the error envelope and the full code taxonomy.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

Response

Invoice summary for checkout.

data
object