On this line: https://github.com/paymill/paymill-python/blob/67e470818e7ca03a030949bd5f148f4d2af1d786/paymill/models/transaction.py#L76 a string is returned, which is being iterated over here: https://github.com/paymill/paymill-python/blob/67e470818e7ca03a030949bd5f148f4d2af1d786/paymill/services/paymill_service.py#L38 but it should have been a tuple like the other models. I guess a missing comma will do it.