post https://api-h.wudipay.techworks.app/api/charges//refund
The Refund Charge endpoint in the Wudi Pay allows users to initiate a refund for a specific charge using its unique transaction identifier (TXID). This feature is crucial for businesses and individuals who need to reimburse customers for previously processed charges.
HEADERS
Authorization (string, required): The access token generated by the authentication endpoint must be included in the authorization header in the format Bearer {{access_token}}.
Practical Tips
- TXID: Make sure you use the correct TXID and in the appropriate format to avoid errors. The TXID is a unique identifier for each transaction, made up of letters and numbers.
- Amount Verification: Before sending the refund request, check that the amount and correlation_id values are correct.