Name | Type | Description | Notes |
---|---|---|---|
PaymentId | string | The ID of the payment to refund. If you're creating a PARTIAL refund for a split tender payment, instead provide the id of the particular tender you want to refund. See Split Tender Payments for details. | |
Type | TypeEnum | TThe type of refund (FULL or PARTIAL). | |
Reason | string | The reason for the refund. | |
RefundedMoney | V1Money | The amount of money to refund. Required only for PARTIAL refunds. | [optional] |
RequestIdempotenceKey | string | An optional key to ensure idempotence if you issue the same PARTIAL refund request more than once. | [optional] |
Name | Value |
---|---|
FULL | "FULL" |
PARTIAL | "PARTIAL" |