Long Description
This action can be called on an existing payment to create a reverse payment of the same type.
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
amount | Amount of the refund (only necessary if different from amount of original payment) | decimal | Optional |
Examples
Request | Response |
---|---|
/v9/payments/332/refund | |
{"amount":"20.00"} |
See Payments / Show Returns refunded transaction. |