Get details of a single payout by payoutId
get/balance/payouts/{payoutId}
Path parameters
payoutIdstring required
Unique identifier of the payout
Response
Successful response with payout details
Example response
{
"payoutId": "po_g8jKF4kdSdxlYcX2",
"amount": 30000,
"status": "SUCCESS",
"createdAt": 1727340330123
}Changes
No recorded changes to this endpoint across all 1 revision of this API.