Nest API
Reference for the API
cURL
curl --request POST \ --url https://nestvet.com/api/1.1/wf/psp-payouts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "organization": "<string>", "limit": 123, "offset": 123, "clinic": "<string>", "starting_after": "<string>", "created.gte": 123, "created.lte": 123, "status": "pending" } '
{ "data": [ { "id": "<string>", "object": "payout", "amount": 123, "arrival_date": 123, "automatic": true, "balance_transaction": "<string>", "created": 123, "currency": "<string>", "description": "<string>", "destination": "<string>", "livemode": true, "metadata": {}, "method": "<string>", "reconciliation_status": "<string>", "source_type": "<string>", "status": "<string>", "trace_id": { "status": "<string>", "value": "<string>" }, "type": "<string>" } ], "has_more": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unix timestamp
pending
paid
failed
canceled
Stripe payouts response
Show child attributes