Skip to content
API DocsDocs

Checking Refund Status

Look up the current status or full details of a card refund

1 min readUpdated Mar 24, 2026

Use these endpoints as a fallback when a webhook was not received, or to retrieve full refund details for reconciliation.

#Status vs Info

EndpointReturns
GET /refunds/card/status/{id}Status string only (lightweight)
GET /refunds/card/info/{id}Full refund details (amounts, original transaction, timestamps)

Prefer webhooks

Use these endpoints as a fallback. The webhook callback is the primary signal for refund completion.

#Key Info Response Fields

FieldDescription
refundIdUnique refund identifier
transactionIdOriginal payment transaction ID
transactionStatusCurrent status (PROCESSING, SUCCEED, FAILED)
declineCodeSet on failure
totalAmountAmount refunded
createdAtISO 8601 creation timestamp
Was this helpful?