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

id
string
required
The unique identifier of the payment

Query Parameters

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

Response

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