cURL
curl --request POST \ --url https://api.nomod.com/v1/charges/{id}/refund \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "amount": "<string>" } '
{ "message": "<string>" }
Issue a refund for a specific charge.
Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings
amount to be refunded
Succesfully refunded