Skip to content

Payments

Retrieves a single payment by ID.

GET/v1/payments/{id}

Requires an API key — see Authentication.

Parameter Type Description
id string The payment ID
{
"id": "pay_placeholder_123",
"amount": 2000,
"currency": "usd",
"status": "succeeded"
}
Status Code Meaning
404 not_found No payment with that ID