Payments
Retrieve a Payment
Section titled “Retrieve a Payment”Overview
Section titled “Overview”Retrieves a single payment by ID.
GET
/v1/payments/{id}Authentication
Section titled “Authentication”Requires an API key — see Authentication.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Description |
|---|---|---|
id |
string | The payment ID |
Response
Section titled “Response”{ "id": "pay_placeholder_123", "amount": 2000, "currency": "usd", "status": "succeeded"}Errors
Section titled “Errors”| Status | Code | Meaning |
|---|---|---|
404 |
not_found |
No payment with that ID |