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

Latest commit

 

History

History
16 lines (11 loc) · 1.9 KB

RefundPaymentRequest.md

File metadata and controls

16 lines (11 loc) · 1.9 KB

SquareConnect.RefundPaymentRequest

Description

Refunds a payment.

Properties

Name Type Description Notes
idempotency_key String A unique string that identifies this `RefundPayment` request. The key can be any valid string but must be unique for every `RefundPayment` request. For more information, see Idempotency.
amount_money Money The amount of money to refund. This amount cannot be more than the `total_money` value of the payment minus the total amount of all previously completed refunds for this payment. This amount must be 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. The currency code must match the currency associated with the business that is charging the card.
app_fee_money Money The amount of money the developer contributes 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). The value cannot be more than the `amount_money`. You can specify this parameter in a refund request only if the same parameter was also included when taking the payment. This is part of the application fee scenario the API supports. For more information, see Take Payments and Collect Fees. [optional]
payment_id String The unique ID of the payment being refunded.
reason String A description of the reason for the refund. [optional]