Portal

A Refund represents a refund created for an Ansa transaction - either for a payment from a customer balance or a balance load transaction.

Refund Attributes

FieldTypeDescriptionExample value
idstringUnique identifier for the refund.2aa3d415-8256-4d0e-97a1-7cd0a09e0230
transactionIdstringThe refunded transaction id.
customerIdstringThe customer id that is associated with the transaction.
typestringThe type of the refund.

Possible values are:
- balance
- payment_method
amountintegerThe refunded amount must be a positive integer, in the smallest currency unit used in the original transaction. It should be greater than 0 and less than or equal to the original transaction amount.
currencystringThe three-letter ISO currency code in lowercase. Currently, the only supported currency is usd.
reasonstringMerchant supplied a reason for why the refund is being issued.
paymentMethodobjectIf a payment method refund, describes details about the underlying payment method.

An object representing an associated payment method.

Attributes are:
- id string
statusstringThe refund status.

Possible values are:
- succeeded
- pending
- failed
metadataobjectA set of key-value pairs that you can attach to a refund object.
createdstringThe time the refund was created, in RFC 3339 format2022-09-16T19:28:23.120Z