Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1016 Bytes

File metadata and controls

26 lines (17 loc) · 1016 Bytes

V1CreateRefundRequest

Description

V1CreateRefundRequest

Properties

Name Type Description Notes
paymentId String The ID of the payment to refund. If you are creating a `PARTIAL` refund for a split tender payment, instead provide the id of the particular tender you want to refund.
type TypeEnum TThe type of refund (FULL or PARTIAL). See V1CreateRefundRequestType for possible values
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]

Enum: TypeEnum

Name Value
FULL "FULL"
PARTIAL "PARTIAL"