Hi,
I am making payment by payment API but getting java.net.UnknownHostException: Unable to resolve host "apisandbox.dev.clover.com": No address associated with hostname.
I am using:
request body: {"note":"00000024 Fuel Order Paid through Fuel Payment Tender.","employee":{"id":"S48JPDMRW0K7W"},"tender":{"id":"26CBPDA7DDWSA"},"order":{"id":"9833ABST26CZP"},"amount":"278"}
Sometimes getting success response but maximum time getting "No address associated with hostname".
Please suggest what to do.