put https://{environment}.masspay.io/{VERSION}/payout/load/
This PUT endpoint is used to resend a load notification to the user associated with the provided user_token
for a specific load transaction.
You can use this endpoint to help ensure that users are notified promptly and accurately of any incoming funds or other important payment events.
To use this endpoint, you need to provide the user_token
as a parameter in the URL Path, and the load_token
as a parameter in the Query string. The endpoint will then resend a notification to the user for the specified load transaction.
The response will contain a JSON object indicating the status of the request.