-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels