If we get the request with the transaction_id that was already processed on our side, on a retry, the response of the transaction should be the same as on first request. For example if transaction_id = 61385912731123 response was {"status":"200","balance":"105793.30"} , on a retry with same transaction_id it should be exactly the same response. |