Get Payout by ID
Retrieve detailed information about a specific payout using its unique ID.
This is an alternative endpoint to /payouts/history/{id} for retrieving payout details.
Authentication
AuthorizationBearer
OAuth 2.0 access token
Path parameters
payoutId
Identifier of the payout
Response
Successful response with payout details
id
Payout ID
currency
Currency code
amount
Payout amount
status
Payout status
Allowed values:
createdAt
Payout creation timestamp
recipientType
Type of recipient
recipient
Recipient details (masked for security)
completedAt
Payout completion timestamp
reference
External reference
description
Payout description
failureReason
Reason for failure (if status is failed)
Errors
403
Forbidden Error
404
Not Found Error