The PayOne GmbH (PLC) is one of the biggest online payment services in Germany.
Questions tagged [payone]
12 questions
7
votes
3 answers
Some bookings have problem when customer paid using Payone wallet method (paypal)
I have implemented the Payone payment gateway (Creditcard, Sofort, Paydirect and Paypal) successfully. After successful payment I am getting txaction response (appointed and paid) and everything is fine. But sometimes I am not getting response from…

Sarath TS
- 2,432
- 6
- 32
- 79
4
votes
1 answer
Symfony external library - Payone
Has anybody ever used Symfony in conjunction with payone(payone.de)?
I got the SDK and it has the folders js, locale and php.
My problem: I don't really know how to include/use them in my project(inexperienced in Symfony) because I don't know where…

Evo_x
- 2,997
- 5
- 24
- 40
2
votes
2 answers
payone integration with creditcardcheck
I have read almost everything there is on the Internet (almost no examples) and studied the (very limited and confusing) documentation.
I have a client were I am integrating payone, and I am not getting any further.
So I used the API client…

SebaZ
- 45
- 8
1
vote
0 answers
Asp.net webform app throws error Could not create SSL/TLS secure channel
I get The request was aborted: Could not create SSL/TLS secure channel. Web form app is running on asp.net 4.8 version, the error occurs when sending request to payone api. The application is copied manually to server folder.
It works locally but on…

Amir Dora.
- 2,831
- 4
- 40
- 61
1
vote
2 answers
PayOne interface not accepting my HASH value
I have been trying to get the PayOne FrontEnd interface to accept the hash value from my request, to absolutely no avail. I have a support ticket open but need a solution relatively quick, so here I am.
The error returned is "Hashwert Nicht…

S.Giacinto
- 337
- 2
- 13
0
votes
1 answer
Payone getting the transaction list "history"
How Can I get the transaction history via Payone server API "'https://api.pay1.de/post-gateway"
Is there any request command to achieve that ?
I've checked their API docs but couldn't find any request to get the transactions log.

Marcos DaSilva
- 542
- 5
- 17
0
votes
3 answers
Iframe payone redirect parent
I have one payment form. When I submit that form it will redirect to PAYONE for payment information when I successfully submitted. That page redirect to success link of my site for further details.
Now my question start:
I open my payment gateway…

user567792
- 1
- 1
- 2
0
votes
2 answers
Verifying credit cards (creditcardcheck) on Payone with Python
I'm trying to verify credit card on PayOne (https://www.payone.de/en/).
List of params I've got from According to 3.4.1 Verifying credit cards (creditcardcheck) and 3.1.2 Standard parameter section of documentation PAYONE_Platform_Client_API_EN.pdf…

Eugene Krevenets
- 1,791
- 2
- 20
- 35
0
votes
1 answer
Laravel - Payone
Is there an easy wrapper for the payone(https://www.payone.de/) API for Laravel? I only found one company who sells a package but nothing that is open source. I would appreciate any help.

Evo_x
- 2,997
- 5
- 24
- 40
0
votes
1 answer
PayOne Transaction URL
I send a testpayment to PayOne (Visa Card) and my paymentstatus turns in 2 minutes from "appointed" to "paid", so the payment process is correct.
The String "TSOK" which is needed by PayOne is delivered by my through a print("TSOK").
How can I get…

Shao Khan
- 441
- 6
- 31
0
votes
2 answers
Symfony - Composer and Payone PHP SDK
I'm trying to use the PHP-SDK and I just can't get it to work. I'm not familiar with the use and namespace statements in PHP and I'm trying to understand it.
{
"repositories": [
{
"type": "package",
"package": {
…

Evo_x
- 2,997
- 5
- 24
- 40
0
votes
1 answer
Symfony2/Composer use package
I'm trying to use the payone PHP-SDK from http://github.com/PAYONE/PHP-SDK/archive/master.zip
I included it in my composer.json like this:
"require": {
"payone/php-sdk": "1.0.*"
},
"repositories": [
{
"type":…

Evo_x
- 2,997
- 5
- 24
- 40