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.

75 questions
7
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
  • 147
  • 2
  • 11
5
votes
2 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
  • 83
  • 1
  • 6
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,719
  • 4
  • 15
  • 18
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
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
  • 31
  • 2
3
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
  • 2,506
  • 4
  • 31
  • 43
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
3
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
  • 718
  • 1
  • 9
  • 15
3
votes
1 answer

Error: Skin null does not exist

From my controller, I'm trying to make a post request to https://test.adyen.com/hpp/select.shtml but I continue receiving this error Error: Skin null does not exist This is part of my code $paramsRequest = array ( 'merchantReference' =>…
Jorge Anzola
  • 900
  • 1
  • 11
  • 28
3
votes
2 answers

Adyen Payment: Save card token and make payment later from token

Is possible to allow adyen keep creditcard details and make payments from customers on basis of token or customer id instead of credit card information. I checked adyen tokenization method,I cannot find any api documention for tokenization…
srivathi
  • 121
  • 1
  • 8
2
votes
1 answer

How to use options of wget and curl in Python to download a file?

I would like yo use this Adyen request $ wget --http-user='[YourReportUser]@Company.[YourCompanyAccount]' --http-password='[YourReportUserPassword]' --quiet --no-check-certificate…
Rémi Pham
  • 21
  • 2
2
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
  • 293
  • 1
  • 14
2
votes
1 answer

How to present Adyen checkout if i'm already presenting a controller?

i'm facing a problem, i'm using a tableview as sidebar to present certain controller from the app. When trying to preset Adyen checkout for payment getting an error that tells me i cannot use multi presenting, my question is, how can i fix this…
2
votes
0 answers

adyen checkout: How to encrypt card data?

After collecting user inputs from front end I'm testing backend with java code using adyen android cse project from github. But I do not see any suitable method other then card.serialize() that requires public key and generates a encrypted string.…
Rifat
  • 1,155
  • 1
  • 12
  • 31
2
votes
2 answers

Adyen's Checkout SDK integration in react app

I have a react app and I want to set up adyen (payment processing API) in that. I want to use the checkout SDK (https://docs.adyen.com/developers/checkout/web-sdk )as its very simple, I have moved the js logic to componentDidMount, but having…
Tasawar Hussain
  • 482
  • 3
  • 16
1
2 3 4 5