Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://stablecoin-api.sandbox.getmeru.com/v1/payins/:id/revert \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>" } '
{ "success": true, "message": "Payin refunded successfully" }
Refunds a payin (only allowed when the payin is already funds_received or payment_processed).
{ "success": false, "error": "Not Found" }