API Reference · Payments

Retrieve a payment

Fetches a payment by id.

GET/v1/payments/:id

Returns the payment with its fee and settlement breakdown. Read-only.

Path parameters

idstringRequired

Payment id (`pay_…`).

Errors

404
resource_missing

No payment exists with that id.