Skip to main content
POST /api/actions/refund-ticket/resubmit-ticket Authentication: Merchant API Key (server-to-server). Resubmit reuses the request shape of Create Refund Ticket, plus a ticketId to identify the ticket being revised. The originating paymentId is bound to the existing ticket and cannot be changed.

Request body

The refundTicketMerchantExternalId written at create time is immutable across resubmits — it cannot be changed once the ticket exists.

Success response (200)

A new ticket version is appended; versionNumber increments. The ticket re-enters the review queue (pending for customer-initiated, processing for merchant-initiated).

Errors

Retry policy: Never retry 4xx — fix the request and resubmit. Retry 5xx with exponential backoff (start 5s, max 3 attempts).