v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Load

Resend balance notification

This PUT endpoint is used to resend a balance notification to a user with the specified user_token. The balance notification informs the user about the current balance in their account. <br> To use this endpoint, you need to provide the required parameter user_token in the URL Path. Additionally, you have the option to include an optional parameter wallet_token in the query parameters. The wallet_token can be used to specify a particular wallet associated with the user, if applicable. <br> Upon a successful request, the API will return a boolean response indicating the success of the balance notification resend operation.

put/wallet/{user_token}

Query parameters

wallet_tokenstring uuid

Optional wallet token. If none is provided, select the first wallet available

Headers

Idempotency-Keystring

Unique key to prevent duplicate processing

Response

OK

successboolean required

True if notifcation was sent succesfully. False otherwise