Get

Overview

The get method retrieves the current status of a refund from the payment processor.

Business Use Case: Check refund status for customer inquiries.

Request Fields

Field
Type
Required
Description

connectorRefundId

string

Yes

The connector's refund ID

merchantRefundId

string

No

Your refund reference

Response Fields

Field
Type
Description

connectorRefundId

string

Connector's refund ID

merchantRefundId

string

Your reference

status

RefundStatus

PENDING, SUCCEEDED, FAILED

refundAmount

Money

Refund amount

statusCode

int

HTTP status code

Example

SDK Setup

Request

Response

Next Steps

Last updated

Was this helpful?