Encrypted card details in python
Chin0p opened this issue · 1 comments
Chin0p commented
I can generate encrypted card details using this guide but I'm unable to do it in python.
checkout.create()
When I call the same function in python it returns
TypeError: 'NoneType' object is not callable
AlexandrosMor commented
Hello @mujtabaxd,
If I understand your question well, the encrypted shopper payment details are not generated with the python library. It can do the /payments call but it cannot encrypt the card details.
Let us know if it helps
regards,
Alexandros
Adyen