Skip to main content
GET
Get invoice payment record

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Response

The normalized payment record (Stripe or the payment provider) for the invoice.

Envelope for the normalized invoice payment record. The data payload is the payment object (the use-case's success flag is stripped).

data
object
required

Normalized payment record resolved from the invoice's underlying Stripe PaymentIntent or provider payment. The shape is the same for both providers (the provider field distinguishes them); some fields are only populated by one provider. Permissive: additional provider-specific fields may appear.