Represents a refund of a payment made using Square.
<- Object
Object
Represents a refund of a payment made using Square.
Contains information about the original payment and the amount of money refunded.
The refund's status:
PENDING
- Awaiting approval.COMPLETED
- Successfully completed.REJECTED
- The refund was rejected.FAILED
- An error occurred.The location ID associated with the payment this refund is attached to.
Read only Flag indicating whether or not the refund is linked to an existing payment in Square.
The destination type for this refund.
Current values include CARD
, BANK_ACCOUNT
, WALLET
, BUY_NOW_PAY_LATER
, CASH
, EXTERNAL
, and SQUARE_ACCOUNT
.
Read only Contains information about the refund destination. This field is populated only if destination_id
is defined in the RefundPayment
request.
The amount of money refunded. This amount is specified in the smallest denomination of the applicable currency (for example, US dollar amounts are specified in cents).
The amount of money the application developer contributed to help cover the refunded amount. This amount is specified in the smallest denomination of the applicable currency (for example, US dollar amounts are specified in cents). For more information, see Working with Monetary Amounts.
Processing fees and fee adjustments assessed by Square for this refund.
Read only The timestamp of when the refund was created, in RFC 3339 format.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Read only The timestamp of when the refund was last updated, in RFC 3339 format.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00