You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, partial refund is available,
However, the api suggests only a full refund
//refund a charge through chargeid
var charge = new Paymentwall.Charge();
charge.otherOperation(chargeid,'refund',function(brick_response){
// response is a new Response Object Entity (defined in paymentwall/lib/Response/Abstract)
brick_response.getFullResponse(); // get full response content in String format
brick_response.getFullResponse('JSON'); // get full response content in JSON format
});
If I want to refund 90% of the charge amount, how do I do that?
The text was updated successfully, but these errors were encountered:
Dear Dukmasta. Partial refund is supported via Paymentwall Merchant Area
via Research and Refund Tool. How often do you need to issue partial
refunds? You can contact our support team directly via
[email protected]
@ivan-kovalyov We need to issue partial refunds very often. Partial refunds occur when users cancel their schedule. Is there anyway you could implement this into the refund SDK?
According to the docs, partial refund is available,
However, the api suggests only a full refund
If I want to refund 90% of the charge amount, how do I do that?
The text was updated successfully, but these errors were encountered: