#Ida
1 messages · Page 1 of 1 (latest)
👋 happy to help
Hello
let me have a look
can we add the params.put("refund_application_fee", true) also when with transfer.getReversals().create?
yes
Thanks, I will try it.
As an alternative, can we use the transfer id to get the charge Id and create a Refund like shown in the link you shared?
Another question, is the amount passed to the return transfer.getReversals().create should be the full paid amount, or the transfered amount?
Another question, is the amount passed to the return transfer.getReversals().create should be the full paid amount, or the transfered amount?
the transfered amount
As an alternative, can we use the transfer id to get the charge Id and create a Refund like shown in the link you shared?
I guess