List all payouts for the authenticated merchant
cURL
curl --request GET \ --url https://api.auctionnow.io/api/alpha/merchant/payouts \ --header 'Authorization: <authorization>'
{ "data": [ { "_id": "<string>", "_creationTime": 123, "amount": 123, "status": "<string>", "notes": "<string>" } ], "timestamp": 123, "message": "<string>" }
Your Auction Now API key as a Bearer token
"Bearer ak_XXXXXXX"
A successful response
A list of payouts
Show child attributes