API Docs
Refunds
API ReferenceRefunds

Refunds

Process full or partial refunds for completed payments.

Overview

The Refunds API allows you to return funds to a customer after a payment has been captured. You can issue full or partial refunds, and track their status.

API Endpoints

MethodEndpointDescription
POST/refundsCreate Refund
GET/refunds/:idRetrieve Refund
POST/refunds/:idUpdate Refund
GET/refunds/listList Refunds

Refund Status

StatusDescription
succeededRefund completed successfully
failedRefund failed
pendingRefund is being processed

Refunds can only be issued for payments with status succeeded. The refund amount cannot exceed the original payment amount.