Refund

March 27, 2019 ยท View on GitHub

squareconnect.models.refund

Description

Represents a refund processed for a Square transaction.

Properties

NameTypeDescriptionNotes
idstrThe refund's unique ID.
location_idstrThe ID of the refund's associated location.
transaction_idstrThe ID of the transaction that the refunded tender is part of.
tender_idstrThe ID of the refunded tender.
created_atstrThe time when the refund was created, in RFC 3339 format.[optional]
reasonstrThe reason for the refund being issued.
amount_moneyMoneyThe amount of money refunded to the buyer.
statusstrThe current status of the refund (`PENDING`, `APPROVED`, `REJECTED`, or `FAILED`). See RefundStatus for possible values
processing_fee_moneyMoneyThe amount of Square processing fee money refunded to the merchant.[optional]
additional_recipientslist[AdditionalRecipient]Additional recipients (other than the merchant) receiving a portion of this refund. For example, fees assessed on a refund of a purchase by a third party integration.[optional]

[Back to Model list] [Back to API list] [Back to README]