cURL
curl --request GET \ --url https://api.givebutter.com/v1/payouts/{payout} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "campaign_id": "<string>", "method": "<string>", "status": "<string>", "amount": 123, "fee": 123, "tip": 123, "payout": 123, "currency": "<string>", "memo": "<string>", "expected_at": "<string>", "paid_at": "<string>", "completed_at": "<string>", "created_at": "<string>", "updated_at": "<string>", "address": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The payout number
40
64
200
2
5
3
PayoutResource
TODO: Deprecate this
TODO: Deprecate this, backwards compatibility
Was this page helpful?