Get payout requests

Retrieves all of the payout requests for the specified account.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

Account ID

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
Responses
200

Successfully retrieved all payout requests for the account.

401

Unauthorized access.

404

Payout not found.

500

Service unavailable or server error.

get/v2/{account_id}/payouts
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": [
    ]
}