v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Load

Reverse a user load

This DELETE endpoint is used to reverse a load transaction that was already processed, allowing you to remove funds from a user's wallet. <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. <br> The endpoint will then attempt to reverse the specified load transaction. If the load is still in scheduled status, it will be marked as cancelled.

delete/payout/load/{user_token}

Query parameters

load_tokenstring uuid required

Load token

Headers

Idempotency-Keystring

Unique key to prevent duplicate processing

Response

Succesfully deleted.