Skip to content
API DocsDocs

Card Refunds

Reverse a card payment and return funds to the cardholder

1 min readUpdated Mar 24, 2026

A refund reverses a previously successful card payment. Both full and partial refunds are supported. You need the transactionId from a SUCCEED transaction.

#Full vs Partial Refund

TypeHow
FullOmit the amount field — entire transaction amount is refunded
PartialInclude amount less than the original — multiple partial refunds can be issued against the same transaction up to the original amount

The response returns immediately with a refundTransactionId and transactionStatus: "PROCESSING". The final status arrives via webhook.

#Webhook Callback

FieldDescription
refundIdUnique refund transaction identifier
transactionIdOriginal payment transaction ID
transactionStatusSUCCEED or FAILED
declineCodeSet on failure
totalAmountAmount refunded
createdAtISO 8601 timestamp

Cardholders typically see the credit within 3–10 business days.

Was this helpful?