RefundStatus
in
Refund status list
Tags
Table of Contents
Constants
- CANCELLED = "cancelled"
- Refund was canceled by merchant action. Immediate refunds cannot be canceled outside of preview state
- CREATED = "created"
- Funds deducted/allocated if immediate, will proceed when transactions are confirmed and the required data is collected
- FAILURE = "failure"
- Refund failed during processing (this is really more of an internal state)
- PENDING = "pending"
- Refund is in process of being fulfilled
- PREVIEW = "preview"
- No funds deducted, refund will not proceed automatically
- SUCCESS = "success"
- Refund was successfully processed
Constants
CANCELLED
Refund was canceled by merchant action. Immediate refunds cannot be canceled outside of preview state
public
mixed
CANCELLED
= "cancelled"
CREATED
Funds deducted/allocated if immediate, will proceed when transactions are confirmed and the required data is collected
public
mixed
CREATED
= "created"
FAILURE
Refund failed during processing (this is really more of an internal state)
public
mixed
FAILURE
= "failure"
PENDING
Refund is in process of being fulfilled
public
mixed
PENDING
= "pending"
PREVIEW
No funds deducted, refund will not proceed automatically
public
mixed
PREVIEW
= "preview"
SUCCESS
Refund was successfully processed
public
mixed
SUCCESS
= "success"