RefundResponse
successboolean
A boolean indicator for full refund success. If this is true, then the full amount was refunded. If it is false, it might have failed entirely or only partially.
A boolean indicator for full refund success. If this is true, then the full amount was refunded. If it is false, it might have failed entirely or only partially.
Array [
The ID of the associated operation
uuidA boolean indicator for operation processing success.
The current state of the operation.
"SUCCESS""PROCESSING""FAILED"A textual error code explaining the error reason
A longer textual description of the error code and any contextual reasons for the failure. Only use the code to systematically detect reasons, as the message can be updated at any time.
]
{ "success": true, "operations": [ { "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969", "success": true, "state": "SUCCESS", "errorCode": { "code": "string", "message": "string" } } ]}