Fetch Payout
Fetch a payout
Required OAuth 2.0 scope: business/payouts:read
Path parameters
payout_id
The unique identifier of the payout.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
capital_repayment_amount
The amount deducted and paid back towards a cash advance.
created_at
The payout creation date and time in ISO 8601 format.
fee_amount
The fee associated with this payout.
gross_amount
The gross amount of the payout.
id
The unique identifier of the payout.
net_amount
The net proceeds of this payout after any fees & deductions.
payout_fees
A list of fees associated with the payout.
status
The current state of the payout.
Allowed values:
updated_at
The date and time the payout was last modified in ISO 8601 format.