Skip to main content
GET
This endpoint retrieves detailed information about a specific payment including transaction details and processing status.

Authentication

This endpoint requires a valid API key with payments:read permissions.

Path Parameters

string
required
The unique identifier of the payment

Query Parameters

array
Expand related objects. Options: “customer”, “order”, “invoice”, “refunds”, “disputes”

Response

string
Unique payment identifier
string
Object type, always “payment”
integer
Payment amount in cents
string
ISO 4217 currency code
string
Payment status: “pending”, “processing”, “succeeded”, “failed”, “cancelled”
object
Payment method details
object
Response from payment processor