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
2
votes
3 answers

Adyen - Unable to decrypt data

Hi i am trying to integrate adyen payment gateway in my project. I have used following PHP SDK Adyen PHP SDK i have followed the steps mentioned in the sdk to generate client side encryption and passed those encrypted value to server side to perform…
Ashok
  • 437
  • 4
  • 9
2
votes
1 answer

adyen HPP integration

I am trying to integrate the adyen hpp pages. I basically use the same code like in their example on github: https://github.com/Adyen/adyen-java-sample-code/blob/master/src/com/adyen/examples/hpp/CreatePaymentOnHpp_SHA_256.java on that example I…
Safari
  • 3,302
  • 9
  • 45
  • 64
2
votes
1 answer

Adyen, Unable to get correct SHA-256 encryption

I am using a signing string and a private key to generate a public key using SHA-256 encryption. The hashing function is a standard C# SHA-256 hashing function: string CalculateHMAC256(string hmacKey, string signingstring) { byte[] key…
trees_are_great
  • 3,881
  • 3
  • 31
  • 62
2
votes
1 answer

UI-Router state doesn't work when I'm redirected to my app from Adyen (payment system)

I'm trying to get my app to work with the Adyen payment system. At a certain point I redirect the user to Adyen to make a payment. When the user is done, Adyen redirects to the provided return url. Adyen also adds some query parameters to the url,…
Martijn
  • 274
  • 1
  • 4
  • 17
2
votes
1 answer

How to find out my Adyen token?

I'm trying out Adyen for mobile payments and got stuck on step 1... I made a demo activity with a button that will launch the PaymentActivity. Here's some code to elaborate: btnCheckout = (Button) findViewById(R.id.btn_checkout); …
Shark
  • 6,513
  • 3
  • 28
  • 50
2
votes
1 answer

adyen callback not received

I am trying to implement the adyen api into my project and I am encountering the following issue: At first, I am receiving a notification callback from adyen with AUTHORISATION true and the transatction status 1, but after this, I am not receiving…
Ares Draguna
  • 1,641
  • 2
  • 16
  • 32
1
vote
1 answer

If there are no sdks available for the payment integration , can i use there curl api to do so?

I wanted to integrate one of the Payment Gateways called Adyen in my flutter application , sadly they dont offer sdk or any library for flutter . But they do offer support to make payment using APIs (curl,python, node js) Can I use http package to…
1
vote
1 answer

How to encrypt card data for adyen in C#?

There are lot of adyen encryption libraries in python/js, but i couldn't find one for C#. I have tried encrypting card details with SHA256+BASE64 and adding the prefix+version, but not worked. It seems so short for a encryption string. Do you know…
itsReinsy
  • 25
  • 5
1
vote
2 answers

Adyen ApiException unable to get local issuer certificate

I'm trying to setup a test payment session on a Verifone p400 plus terminal from Adyen. I'm following This guide using node and in my case "@adyen/api-library": "13.1.3". The plan is to run the code in a alpine container, but during testing I'm on a…
Herlin
  • 353
  • 1
  • 5
  • 12
1
vote
1 answer

What is the key to enable the display of the shopper's name in Adyen's dropin for stored cards with ReactJs?

Used 'dropin' for showing stored cards. The UI rendered from Adyen dropin component doesn't show the shopper's name. Is there any key which enables showing the shopper/holder's name in stored cards' container? Web dropin used with ReactJs.
1
vote
1 answer

401 when using createAccountHolders api

Why I get 401 and no error message when I want to create an account holder ? I make a request with https://reqbin.com URL: https://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder headers: x-API-key: xxx method: POST, content…
1
vote
0 answers

IMPLEMENTATION_ERROR: Could not submit the payment

if I use storedCardPayment object in my card.create and want to pay or click pay I get this error clientside in my console log IMPLEMENTATION_ERROR: Could not submit the payment server.js const client = new Client({apiKey: "xxx", environment:…
1
vote
1 answer

adyen web dropin integration can't hide StoredPaymentMethod

i'm doing an integration of adyen web dropin on vue 3, and the problem that i've got is that, i simply am not able to hide the stored payment methods that i get back from adyen and yes i have set the showStoredPaymentMethod option to false. Here are…
Oten
  • 23
  • 2
1
vote
1 answer

What are some reliable ways to parse out a house name/number from a street address for use in Address Verification System (AVS)

I am using Adyen's custom card integration to build a payment form. I would like to collect the user's billing address and pass it along to Adyen's Address Verification System. According to that documentation, AVS expects to receive the billing…
1
vote
1 answer

React Native, Android: "No virtual method setDefaultColorSchemeParams"

I am desperately trying to build my app with React Native in Android. But my app everytime crashes at a certain point, outputting this report via logCat. 2023-04-27 01:50:30.277 11317-11317/.**.app E/AndroidRuntime: FATAL EXCEPTION: main Process:…
1 2
3
8 9