get https://{environment}.masspay.io/{VERSION}/payout/
This GET endpoint is used to retrieve the payout history for a user with the specified token.
You can use this endpoint to view all payouts made to a user, including the payout_token
, destinantion_token
and destination_amount
.
To use this endpoint, you need to provide the user token of the recipient in the URL Path.
The response will include a JSON object containing an array of payout transactions for the specified user, with each transaction including details such as the transaction ID, payout amount, currency, payout status, and date and time of the payout.