try:
            response = requests.post(self.uri + "/tokens", verify=self.verify,
                                     data=json.dumps(payload), headers=headers)
        except Exception:
            raise BitPayConnectionError('Connection refused')