Get all payouts
With this endpoint you can list all payouts.
GET https://v2.firstpromoter.com/api/v2/company/payouts
Authorizations
Access token passed as a Bearer token in the Authorization header
Headers
Account identifier that specifies which account is making the request
"acc_123456"
Query Parameters
Search params. Searches by 'promoter.profile.first_name,
promoter.profile.last_name,
promoter.user.email`
Array of payout ids to get
Filter by status
pending
, completed
, failed
, processing
, cancelled
Campaign ids. Can be Integer or Array of Integers
Payment batches ids. Can be Integer or Array of Integers
Due period
next
, overdue
, custom
period_start starting from date
period_start end at date
period_end starting from date
period_end end at date
Payout method
paypal
, bank
, wise
, crypto
, custom
, dots
, not_set
Promoter id
Only payable payouts
Group reference
Fraud suspicions. Multiple values can be passed as an array. Send ['no_suspicion'] to filter promoters with no fraud suspicions
same_ip_suspicion
, same_promoter_email
, ad_source
, no_suspicion
The sort by amount direction
asc
, desc
Period start
asc
, desc
Period end
asc
, desc
Response
The response is of type object[]
.