Load
Resend load notification
This PUT endpoint is used to resend a load notification to the user associated with the provided user_token for a specific load transaction. <br> You can use this endpoint to help ensure that users are notified promptly and accurately of any incoming funds or other important payment events. <br> 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. <br> The response will contain a JSON object indicating the status of the request.
put/payout/load/{user_token}
Query parameters
load_tokenstring uuid required
Load token
Headers
Idempotency-Keystring
Unique key to prevent duplicate processing
Response
Succesful operation.