-
My `composer.json`:
{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 9 projects with a relocated document root",
"type": "project",
"licen…
-
Following the documentation we need this info:
```
connect.api.apiKeyId for the API key id to use. This can be retrieved from the Configuration Center.
connect.api.secretApiKey for the secret API…
-
Client SDK 2.0.0
When creating a payment, the redirect URL looks like "https://payment.preprod.direct.ingenico.com/v1/redirect/handlerequest/9c249d59fe0048ab8af68b3e1fc3cab8". Shouldn't it be a ref…
-
Hi,
since two days (around 05./06.04.2022) almost no cc transactions are going through to ingenico for none of our 7 PSPIds.
After submitting the CC card data via inline payment form, it returns…
-
Hi there,
Why did you guys hardcode APIVERSION to "client/v1"? Since v2 APIs exist, wouldn't it be right to set it to "client/v2" (to be up to date)?
-
I am trying to get dependency using sbt. what should i put in the libraryDependencies
i tried
libraryDependencies += "com.ingenico.connect.gateway" %% "connect-sdk-java" % "1.0.34"
but got e…
-
I installed the SDK from npm but when I try to run the encrypted version it raises about undefined 'forge'. When I look into it this seems to be a third part encryption library? As a dependency I'd ex…
-
I need to send value to Ingenico iUC 180B device.
I need to send value as this format. This code from my C# program.
`writedata = "\x02" + "C20000000000000100s" + "\x03";`
`_serialPort.Write(wr…
-
Hello,
The last release available on Git seems to be the 2.10.0 but in maven Central, the last version available is 2.9.0 as you can see below :
Last Release :
[https://github.com/Ingenico/di…
-
Hello,
first of all, great project. Vielen Dank, es war für mich auch der Anstoß hier wirklich auch mal aktiv teil zu nehmen :)
I get issues, when working with ingenico PT´s over TCP. I´m main…