---
title: "Resend load notification"
method: PUT
path: "/payout/load/{user_token}"
tags: ["Load"]
---

# Resend load notification

`PUT /payout/load/{user_token}`

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.

## Query parameters

- `load_token` string, uuid, required

## Headers

- `Idempotency-Key` string

## Response `200`

Succesful operation.

- object — True if sent successfully. False if there was an issue
  - `success` boolean, required — True if notifcation was sent succesfully. False otherwise

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.net/masspay/apis/masspay-api.md) · [All operations](https://skmtc.net/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masspay/masspay-api/revisions/c03b61a6a551/schema)
