status
= SETTLEDamount
= original settled amounttransactions
listprocessor.amountRefunded
will be set to the total refunded amountRefund button enabled
Specify refund amount
Refunded example
reason
input that can be used for your own records.
PAYMENT.REFUND
webhook event when a refund request has been fully processed by a payment processor and the refund has reached a final state.
To determine whether the refund was successful, check the most recent refund transaction in the transactions
list. Below is an example of a processor refund transaction:
transactionType
= REFUND
and processorStatus
= SETTLED, the refund was successful and the funds have been returned to the customertransactionType
= REFUND
and processorStatus
= FAILED, the refund was unsuccessfulamount
input to less than the full settled amount.
For subsequent refund requests, the default amount is then calculated by <amount settled> - <amount already refunded>
.
You will not be able to have partial refunds that sum to a greater amount than the settled amount.