Retrieves all of the payout requests for the specified account.
Successfully retrieved all payout requests for the account.
Unauthorized access.
Payout not found.
Service unavailable or server error.
{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": [
- {
- "payout_status_id": "682c8d3e-75ad-4d10-8b1a-1e1576888888",
- "credit_id": "a3c570da-b7f9-4f84-aa3e-7cbd4f555555",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "status": "ESCROW-TRANSFER-INITIATED",
- "payout_flow": "STANDARD",
- "created": "2020-09-16 16:15:42.343045",
- "updated": "2020-09-16 16:15:42.489163",
- "credit": {
- "destination_payment_method_id": "pm_2V2bA0r2hJpUnCA9HeTgOl0rONr",
- "amount": 250,
- "currency": "string",
- "status": "CREATED"
}
}
]
}