Refunds
Columns
Name
Type
ReadOnly
References
Description
Id [KEY]
String
True
The Id of the refund.
Charge
String
False
The Id of the charge that was refunded.
Amount
Integer
False
The Amount, in cents.
Status
String
True
The status of the refund.
BalanceTransaction
String
False
The balance transaction that describes the impact on your account balance.
Created
Datetime
True
The refund datetime.
Currency
String
False
Three-letter ISO code representing the currency.
Reason
String
False
The reason for the refund.
ReceiptNumber
String
False
This is the transaction number that appears on email receipts sent for this refund.
MetadataAggregate
String
False
The refund metadata object.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
AccountId
String
The Id of the connected account to get refunds for.
Last updated