Get a payment
Payments
Get a payment
Retrieve details of a specific payment by ID.
GET
Get a payment
Authorizations
Path Parameters
Payment ID
Example:
"pay_abc123"
Response
Payment retrieved successfully
Payment ID
Example:
"d4e5f6a7-b8c9-4d0e-a1f2-3b4c5d6e7f8a"
Payment type
Available options:
PAYOUT, PAYIN Example:
"PAYOUT"
Payment status
Available options:
AWAITING_FUNDS, PENDING, PROCESSING, SENT, COMPLETED, CANCELED, FAILED, EXPIRED, REFUNDED, SCHEDULED, UNDER_REVIEW Example:
"COMPLETED"
Source payment details
Destination payment details
Payment creation timestamp
Example:
"2026-01-20T15:20:00.000Z"
Payment last update timestamp
Example:
"2026-01-20T15:20:30.000Z"
Associated settlement request ID
Example:
"d4e5f6a7-b8c9-4d0e-a1f2-3b4c5d6e7f8a"
Fee amount
Example:
"0.50"
Custom metadata attached to the payment
Example:
{ "orderId": "order-123" }Failure reason if payment failed
Example:
"Insufficient funds"
Payment completion timestamp
Example:
"2026-01-20T15:20:30.000Z"