Refund Status Details

September 9, 2024 ยท View on GitHub

The details of the refund status.

Structure

RefundStatusDetails

Fields

NameTypeTagsDescriptionGetterSetter
ReasonRefundIncompleteReasonOptionalThe reason why the refund has the PENDING or FAILED status.RefundIncompleteReason getReason()setReason(RefundIncompleteReason reason)

Example (as JSON)

{
  "reason": "ECHECK"
}