The GET /payouts call allows your platform to look up a collection of payouts. Payouts allow your merchants to receive their funds from your platform.
SecurityappIdAuth and appTokenAuth
Request
query Parameters
page
string
Return elements from this page.
page_size
integer [ 1 .. 50 ]
Default: 10
Return no more than this many elements per page. If not specified, page_size defaults to 10. Maximum value allowed is 50.
create_time_start
integer <int64> >= 0
The timestamp for the start of the search window.
create_time_end
integer <int64> >= 0
The timestamp for the end of the search window.
owner_id
string
Return elements owned by this resource instance.
payout_method_type
string
Payout method used to receive payout.
Enum:
Description
payout_bank_ca
Bank account in Canada.
payout_bank_gb
Bank account in the UK (not currently supported).
… 2 more
payout_method_id
string
ID of the payout method used to receive payout.
status
string
Status of the payout.
Enum:
Description
pending
WePay is currently processing this payout. See the pending_reasons structure for additional information.
completed
WePay has finished processing this payout. Note: Other bank institutions must also process payouts to bank accounts before the merchant will see the deposit in their account.
… 1 more
reference_id
string
A custom reference ID for your platform to track payouts. It can be any string.
header Parameters
Api-Version
required
string
Example: 3.0
Unique-Key
string
Responses
200
Response Schema: application/json
required
Array of objects unique
An array of payout objects.
next
required
string or null
An opaque path for the next page of results. Perform an HTTP GET to obtain the next page.
previous
required
string or null
An opaque path for the previous page of results. Perform an HTTP GET to obtain the previous page.