get https://{environment}.masspay.io/{VERSION}/payout/wallet///autopayout
This GET endpoint is used to retrieve all autopayout rules currently applied to the provided wallet token.
You can use this endpoint to obtain information about the autopayout rules associated with the wallet.
To use this endpoint, you need to provide the user_token
and wallet_token
as required parameters in the URL Path.
The response will include a JSON array containing details for each autopayout rule, including the token, destination_token
and percentage.