Skip to content
Guides
Get Payouts

Get Payouts

Make a GET /payouts request:

curl --request GET \
--url 'https://sandbox.unipaas.com/platform/payouts' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <PLATFORM_SECRET_KEY>' \

In the response, you’ll get requested array of Payout object.

Make a GET /vendors/{vendorId}/payouts request:

curl --request GET \
--url 'https://sandbox.unipaas.com/platform/vendors/{vendorId}/payouts' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <PLATFORM_SECRET_KEY>' \

In the response, you’ll get the requested array of Payout object.