Create a Refund with GUID

Facades: merchant

Since v8.7.0

Overview

Creates a new refund request including GUID.

Parameters

ParameterDescription
invoiceIdThe BitPay invoice Id having the associated refund to be created.
amountAmount to be refunded in the currency indicated.
previewWhether to create the refund request as a preview (which will not be acted on until status is updated)
immediateWhether funds should be removed from merchant ledger immediately on submission or at time of processing
buyerPaysRefundFeeWhether the buyer should pay the refund fee (default is merchant)
referencePresent only if specified. Used as reference label for the refund.

Max str length = 100
guidA variable provided by the merchant and designed to be used by the merchant to correlate the refund with a refund ID in their system.

Example

Refund createRefund = bitpay.createRefund("QrPWSMkq594kQfJex28S7X", 1.0, true, false, false, "f281d1d1-5c35-4e28-89bc-031e771c787c");