Claim Unsolicited Refund
Raise a claim to release an unsolicited refund that UQPAY intercepted, so it posts to the cardholder. An unsolicited refund is one the card network delivers without a matching original purchase. Use this when a merchant’s refund against your original authorization has not arrived.
A SUCCESS response only means the claim was accepted for asynchronous processing; it does not mean the refund has posted.
Authorizations
The API token for login provided by UQPay.
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts endpoint. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Body
The original authorization's transaction identifier that the unsolicited refund is matched against. Use the authorization's transaction_id, not its short_reference_id.
"c0cef051-29c5-4796-b86a-cd5b684bfad7"
Optional note describing the claim, stored with the request.
"claim unsolicited refund"
Response
OK - The claim was accepted for asynchronous processing.
Request status.
SUCCESS 
