fjbender / simple-php-integration

This is a very simple Payone Integration in PHP
https://www.payone.de/
Other
17 stars 5 forks source link

Do you have example in python? #3

Closed hyzhak closed 7 years ago

hyzhak commented 7 years ago

Hello! I'm developing python app and like to do integration with payone but lack of good documentation and examples in python for payone. Do you have them?

fjbender commented 7 years ago

Sorry, I don't have any. Feel free to provide some in a pull request :)

hyzhak commented 7 years ago

@fjbender sure, but my python code doesn't work, here is it http://stackoverflow.com/questions/41742455/verifying-credit-cards-creditcardcheck-on-payone-with-python

fjbender commented 7 years ago

@hyzhak see my answer in the stackoverflow thread.

hyzhak commented 7 years ago

@fjbender thanks for answer! But I'm using sha2-384 instead, because it is recommended in a docs.

fjbender commented 7 years ago

@hyzhak did you configure it accordingly in the pmi?

hyzhak commented 7 years ago

@fjbender yes, I have setup it here https://pmi.pay1.de/merchants/?navi=portal&rc=1

hyzhak commented 7 years ago
screen shot 2017-01-19 at 16 12 24-2
fjbender commented 7 years ago

@hyzhak Did it work with md5 nonetheless?

hyzhak commented 7 years ago

@fjbender ok, md5 works for me only without api_version parameter http://stackoverflow.com/questions/41742455/verifying-credit-cards-creditcardcheck-on-payone-with-python/41805520#41805520 so it looks like typo in documentation. Now I'm going to check sha384.

hyzhak commented 7 years ago

yes, sha384 works without api_version too