Retrieve a Refund by GUID

Facades: merchant

Overview

Gets an existing refund request by GUID.

Parameters

ParameterDescription
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 retieveRefund = bitpay.getRefundByGuid("f281d1d1-5c35-4e28-89bc-031e771c787c");