BitPay PHP SDK

RefundStatus

Refund status list

Tags
author

BitPay Integrations integrations@bitpay.com

license

http://www.opensource.org/licenses/mit-license.php MIT

see
https://bitpay.readme.io/reference/invoices

REST API Invoices

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"

        
On this page

Search results