Reference
//
List bulk payments with p...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
List bulk payments with pagination
Security
oauth2ClientCredentials(Required scopes: payments:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/payments
- Productionhttps://api.boyahq.com/v2/payments
- Sandboxhttps://sandbox.api.boyahq.com/v2/payments
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/payments?page=1&per_page=25&status=pending&from=2026-02-01%2000%3A00&to=2026-02-07%2023%3A59&account=all&channel=all&all_currency=true' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "payouts": [ { … } ], "paginationData": { "total": 0, "perPage": {}, "currentPage": {}, "totalPages": 0 } }