Questions tagged [adyen]

Use this tag in questions related to Adyen payment gateway.

Adyen has designed an online payment solution that offers maximum control by offering single screen payment pages, one-click payments, and A/B testing.

Adyen supports plug-ins for the leading international e-commerce platforms. They have integration plug-ins for leading platforms such as Magento, Demandware, Prestashop, Hybris, Amadeus and others.

133 questions
8
votes
1 answer

Adyen ERROR: [status] => 403 [errorCode] => 010 [message] => Not allowed [errorType] => security

I'm trying to use JSON API in order to make a (test) payment via ADYEN. Here's the code (I got this example from Github -> Adyen ->adyen-php-sample-code:
DuliNini
  • 181
  • 2
  • 14
7
votes
3 answers

adyen integration to React Native

Good Day everyone.. Does anyone know how to integrate adyen to React Native which works on both IOS and ANDROID. Thanks in advance :)
deejay
  • 103
  • 1
  • 1
  • 6
6
votes
1 answer

How to get Klarna Pay Over Time widget displayed correctly?

I'm integrating Klarna in a sandbox environment that is tied to Adyen. I have followed the docs precisely but am having an issue where there is no "continue" button showing in the widget thus blocking the checkout process. -EXPECTED- -ACTUAL…
emarel
  • 371
  • 7
  • 30
5
votes
1 answer

Orders do not exist in Magento 2 but customer payments successfully captured with assigned order numbers

Platform M2.3.4 Date: 29-Apr-2020 Situation: There was a configuration error in Redis & Varnish settings that caused checkout issues making the checkout time much longer than expected for users due to excessive memory overload on checkout…
Cyphas
  • 51
  • 3
4
votes
3 answers

Expand "dot notation" keys in a nested array to child arrays

I start with a nested array of some arbitrary depth. Within that array, some keys are a series of tokens separated by dots. For example "billingAddress.street" or "foo.bar.baz". I would like to expand those keyed elements to arrays, so the result is…
Jason
  • 4,411
  • 7
  • 40
  • 53
4
votes
2 answers

Basic authentication with header - Javascript XMLHttpRequest

I am trying to access Adyen test API that requires basic authentication credentials. https://docs.adyen.com/developers/ecommerce-integration My credentials work when accessing the API page through browser. But I get an 401 Unauthorized response…
Metu
  • 1,033
  • 1
  • 13
  • 20
4
votes
2 answers

SFSafariViewController loses state when returning to app

My app has a web-based online payment flow — using Adyen Hosted Payment Page (HPP) — in SFSafariViewController (as recommended by Adyen). When a payment flow happens entirely inside Safari, this works very well. But some banks use their native iOS…
villapossu
  • 2,737
  • 4
  • 18
  • 19
3
votes
2 answers

Adyen checkout API v49 for Golang library

I'm moving an implementation of the Adyen's Checkout API to Golang. The problem I have is the ruby implementation is too old and uses Checkout v49. I have seen that https://github.com/Adyen/adyen-go-api-library does not support it (it ranges between…
Leonardo Lanchas
  • 1,616
  • 1
  • 15
  • 37
3
votes
1 answer

The payment was refused: Risk Score 100+

While testing the integration of an Adyen library/SDK the payment can be declined even when using the Adyen Test cards. The setup and code are correct, however the risk score is 100 or more. Is it possible to control/disable the Risk Rules so the…
Beppe C
  • 11,256
  • 2
  • 19
  • 41
3
votes
1 answer

Google Pay CRYPTOGRAM_3DS integration for websites

I am trying to integrate Google Pay into one of our websites. If I provide only CRYPTOGRAM_3DS as an authentication option, the Google Pay button is not getting displayed in Desktop Chrome and even in Android Chrome also. I have read that…
3
votes
1 answer

Web Drop-in integration

I am currently implementing Adyen Web Drop-in integration but ran into a problem testing it on staging. From the Adyen developer console I can see the API request and response for the session endpoint which returns the sessionData payload as…
Johno Crawford
  • 478
  • 1
  • 6
  • 16
3
votes
1 answer

Dealing With CORS Error/Invalid Client Key For Adyen's Web Drop-In

I'm trying to implement an end-to-end proof-of-concept to exercise Adyen's Web Drop-In. Roughly, this involves three steps, as shown at that URL, but repeated here for convenience: Create a payment session Set up Drop-in Get the payment…
Mike Waldron
  • 334
  • 2
  • 10
3
votes
1 answer

Taking payment via Adyen in flutter webapp

I am trying to build a WebApp using Flutter. I am stuck at a point with payment system integration. I want to use Adyen. Adyen does not provide any direct support to Flutter officially. So I made a webpage where payments can be executed supported by…
Damandroid
  • 756
  • 9
  • 31
3
votes
1 answer

Adyen payments iOS integration

Has anybody successfully integrated the Adyen payment drop-in in an iOS app?. I get to the point where it shows the user the payment options, but selecting one of them doesn't do anything. I would expect it to move on to the form to capture the card…
Xmlwiz
  • 31
  • 2
3
votes
3 answers

401 Unauthorized on Adyen API

I'm trying to do a payment in my test environment in Adyen with curl but for some reason I keep getting a 401 Unauthorized response back. I have checked the credentials of the Web Service User a dozen times but I'm sure they are correct. When I try…
Deviant
  • 41
  • 1
  • 6
1
2 3
8 9