cURL
curl --request GET \ --url https://api.withflex.com/v1/payouts \ --header 'Authorization: Bearer <token>'
{ "payouts": [ { "payout_id": "<string>", "status": "in_transit", "amount": 123, "arrival_date": "<string>", "created_at": "<string>", "test_mode": true, "source_type": "<string>" } ] }
Returns a list of payouts.
Query parameters:
Use a Bearer token to access this API.
Filter payouts created after this date (ISO 8601 format: 2023-10-01T00:00:00Z)
Filter payouts created before this date (ISO 8601 format: 2023-10-01T00:00:00Z)
x >= 1
Show child attributes