Get Payouts
Get Platform Payouts
Section titled “Get Platform 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.
Get Vendor Payouts
Section titled “Get Vendor Payouts”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.