API Reference · Payments
Retrieve a payment
Fetches a payment by id.
GET
/v1/payments/:idReturns the payment with its fee and settlement breakdown. Read-only.
Returnspayment object
Path parameters
idstringRequiredPayment id (`pay_…`).
Errors
404
resource_missingNo payment exists with that id.