-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a new Preauthorization discards client and description #23
Comments
It looks like the client id might get lost in other situations (Transaction) also. |
I created my own PreauthorizationService that just puts the missing values in the params map. Now the client id goes in with the params as expected and I see the correct client in the dashboard. But even though I put the description in the params it does not end up on the transaction in the dashboard. |
Description is not supported for Preauthorizations. |
Maybe the |
Preauthorization objects in the REST API do have a description field. It is currently not recognized as parameter, but this will hopefully be fixed soon. |
Issue #23 fix, transaction duplicate fix
I will leave this issue open, until we have a confirmation that description of preauthorizations is available. |
Please enter your answer above the separator Request received: Re: [paymill-java] Creating a new Preauthorization discards client and description (#23) (Ticket Nr. #17924) Hello paymill/paymill-java, thank you for your request! Our business times are Monday to Friday 9AM to 6PM CET. Kind regards, Hallo paymill/paymill-java, vielen Dank für deine Anfrage! Unsere Geschäftszeiten sind Montag bis Freitag von 9 Uhr bis 18 Uhr. Viele Grüße Bonjour paymill/paymill-java, Merci pour ta demande! Nos horaires d'ouverture sont du lundi au Vendredi de 9h à 18h. Cordialement, This email is a service from Paymill GmbH Support. [3WD3-5HWT] |
Please enter your answer above the separator Anfrage Nr. #17924: Wie würden Sie den erhaltenen Support bewerten? Hello paymill/paymill-java, We would like to know what you think of our customer service. Please take a moment to answer the following short question: How would you rate the support you received? You can copy the following URL into your browser to rate: https://paymill.zendesk.com/requests/17924/satisfaction/new/bDeHlKCORUwPbTde4AWT0hdXO?locale=1 On your ticket was the following topic: paymill/paymill-java, Sep 22 20:47 (CEST) I will leave this issue open, until we have a confirmation that description of preauthorizations is available. Reply to this email directly or view it on GitHub: This email is a service from PAYMILL GmbH Support. [3WD3-5HWT] |
@cbraun75 any news on this? |
The API now supports description field for preauths. @nikoloff please include this in the model and create methods |
now available in version 3.2.0 |
I'm doing this (yeah, it's scala, bear with me):
The intent is to send my order id as description of the preauth transaction and connect it to an existing client or a newly created (by me) one.
What I end up with in Paymill is a preauth transaction with no description and a newly created empty client.
Looking at PreauthorizationService.create I see that only the amount, currency and token is used. The rest of my parameters are disregarded.
The text was updated successfully, but these errors were encountered: