-
Notifications
You must be signed in to change notification settings - Fork 108
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
POS terminal methods #429
Comments
You can use the functions |
Hi @VictorMetzler, Apologies for the delayed answer! @gjghendriks is completely right, you can use our Cloud based terminal solution by calling the I must say that this library is indeed not fully up to speed with our API's, however we are working very hard to make this completely one on one through an automation process! We have done this for our Node and Java Library and currently are in the process for the .Net library. When that is done, this library is next on the chopping block so hopefully you will see a lot of improvement here rather soon! In the meantime, @VictorMetzler, is there any other functionalities right now that you are missing? If so I'll try to see if I can allocate some manpower to fix this in a bit of a shorter timeline. @gjghendriks you're also spot on with the API explorer for the terminal integration, this is something we would really want to see (and which benefits our automation process as well). Luckily this is coming very soon in the next year as well! Happy holidays! Best, Jilling |
Ok, so, trying to use runTenderAsync or runTenderSync and I cannot understand were to start with, can someone please provide an example ? or some sort of documentation ? Found this: and this: adyen-php-api-library/src/Adyen/Service/ResourceModel/Payment/TerminalCloudAPI.php Line 5 in 7a569e6
|
Please, any answer to the question above? it's been three weeks since the question . . . |
You would call it something like:
See https://docs.adyen.com/point-of-sale/basic-tapi-integration/make-a-payment on what to put in the request body |
Hi guys, I do not know if this is the right spot do write but I've a question. Where do I find in this API the methods do talk with POS Terminals ? the only thing that I've found was this method ( getConnectedTerminals ). How do I, for example, send a payment to a terminal ?
I'm integreting my company with Adyen and my intent is to use 100% of your's API calls, but every step I take I discover that maybe it has not enough methods to suport everything, I really like to think otherwise because I prefere to use your methods than to make post/put/get calls directly to Adyens api.
If some one could help me I will be pleased.
The text was updated successfully, but these errors were encountered: