Skip to main content
GET
Get a payment attempt by id
Fetches one payment attempt as an addressable object, resolved with the invoice-level context it belongs to: invoice number, currency, customer, and — for recurring invoices — the subscription. customer_id and subscription_id are read-time joins off the attempt’s invoice, not stored on the attempt itself.

Example Request

Response

Fields

Read-only. A missing or cross-tenant id returns 404. For the full retry history of one invoice, use Invoice Payment Attempts; for the tenant-wide log, List Payment Attempts.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

The payment attempt.

data
object