create_refund
Refund a paid payment request by specifying the ID, amount in minor units, currency, and external reference. The refund amount must not exceed the original.
Instructions
Refund a paid payment request. Amount in minor units; must not exceed the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Payment request id to refund | |
| amount | Yes | Refund amount in minor units | |
| currency | Yes | Currency code, e.g. NZD | |
| externalRef | Yes | Caller reference for the refund |