Refund post request
Collection refunds might not go as planned as such you can request that the funds be returned to the customer. When the refund request is made, we reimburse the customer the exact or a fraction of the amount that was paid in the original transaction request. Each transaction indicates this via support_partial_refund
which is sent when a payment request is made or via the webhook notification. if a fraction of the amount can be sent support_partial_refund
will be true
During the refund request processing, the funds are debited from your respective currency merchant account wallet.
A notification about the status of the refund will be set to the set webhook URL
set under your merchant account API tokens.
Based on the provider, partial refunds may not be available in some scenarios
Live
POST https://kitegateway.com/v1/collections/refund
Sandbox
POST https://sandbox.kitegateway.com/v1/collections/refund
Last updated