Proceeds represent your platform's take-home portion of the fees from your sellers' financial transactions. Proceeds are batched together according to the payout schedule configured on your account, then transferred to your active bank account.
List the proceeds payouts for your account. This endpoint supports pagination.
Successfully list proceeds
{- "id": 1,
- "type": "array",
- "data": [
- {
- "id": "po_xyz",
- "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
- "amount": 100000,
- "bank_account": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "full_name": "string",
- "bank_name": "string",
- "account_number_last4": 1111,
- "routing_number": "string",
- "country": "US",
- "currency": "usd",
- "nickname": "string",
- "account_type": "checking"
}, - "currency": "usd",
- "delivery_method": "standard",
- "description": "string",
- "deposits_at": "2021-01-01T12:00:00Z",
- "refunds_count": 5,
- "refunds_total": 10000,
- "payments_count": 50,
- "payments_total": 110000,
- "payout_type": "proceeds",
- "other_total": 100,
- "status": "scheduled",
- "metadata": {
- "platform_payout_id": "cp_12345"
}, - "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "page_info": {
- "end_cursor": "WyIyMDIyLTAyLTA4IDE5OjUyOjM3LjEwNDE3MzAwMCIsIjY4MDliYTU5LTYxYjctNDg3MS05YWFiLWE2Y2MyNmY3M2M1ZCJd",
- "has_next": false,
- "has_previous": false,
- "start_cursor": "WyIyMDIyLTAyLTA4IDIwOjAxOjU4LjEyMDIzMjAwMCIsIjU5ZTFjNGI1LWFlOWQtNDIyZC04MTVkLWNjNzQ5NzdlYmFjYSJd"
}
}
Get information about a proceeds payout.
Successfully get a proceeds payout
{- "id": 1,
- "type": "payout",
- "data": [
- {
- "id": "po_xyz",
- "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65",
- "amount": 100000,
- "bank_account": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "full_name": "string",
- "bank_name": "string",
- "account_number_last4": 1111,
- "routing_number": "string",
- "country": "US",
- "currency": "usd",
- "nickname": "string",
- "account_type": "checking"
}, - "currency": "usd",
- "delivery_method": "standard",
- "description": "string",
- "deposits_at": "2021-01-01T12:00:00Z",
- "refunds_count": 5,
- "refunds_total": 10000,
- "payments_count": 50,
- "payments_total": 110000,
- "payout_type": "proceeds",
- "other_total": 100,
- "status": "scheduled",
- "metadata": {
- "platform_payout_id": "cp_12345"
}, - "created_at": "2021-01-01T12:00:00Z",
- "updated_at": "2021-01-01T12:00:00Z"
}
], - "page_info": {
- "end_cursor": "WyIyMDIyLTAyLTA4IDE5OjUyOjM3LjEwNDE3MzAwMCIsIjY4MDliYTU5LTYxYjctNDg3MS05YWFiLWE2Y2MyNmY3M2M1ZCJd",
- "has_next": false,
- "has_previous": false,
- "start_cursor": "WyIyMDIyLTAyLTA4IDIwOjAxOjU4LjEyMDIzMjAwMCIsIjU5ZTFjNGI1LWFlOWQtNDIyZC04MTVkLWNjNzQ5NzdlYmFjYSJd"
}
}