Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.96 KB

PaymentRefund.md

File metadata and controls

22 lines (17 loc) · 1.96 KB

SquareConnect.PaymentRefund

Description

Represents a refund of a payment made using Square. Contains information about the original payment and the amount of money refunded.

Properties

Name Type Description Notes
id String The unique ID for this refund, generated by Square.
status String The refund's status: - `PENDING` - Awaiting approval. - `COMPLETED` - Successfully completed. - `REJECTED` - The refund was rejected. - `FAILED` - An error occurred. [optional]
location_id String The location ID associated with the payment this refund is attached to. [optional]
amount_money Money 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).
app_fee_money Money 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. [optional]
processing_fee [ProcessingFee] Processing fees and fee adjustments assessed by Square for this refund. [optional]
payment_id String The ID of the payment assocated with this refund. [optional]
order_id String The ID of the order associated with the refund. [optional]
reason String The reason for the refund. [optional]
created_at String The timestamp of when the refund was created, in RFC 3339 format. [optional]
updated_at String The timestamp of when the refund was last updated, in RFC 3339 format. [optional]