Get Payouts

Get Platform Payouts

Make a GET /payouts request:

curl --request POST \
  --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.

Get Vendor Payouts

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

curl --request POST \
  --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.