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
0
votes
1 answer

Classes don't autoload with Adyen php-api-library?

I am trying to get the Adyen php-api-library working, but i get the message: Fatal error: Class 'Service\Payment' not found The error message makes me to believe the class payment is not being loaded, but how do i make sure / fix this?? I thought…
alex
  • 4,804
  • 14
  • 51
  • 86
0
votes
1 answer

Adyen - Create HPP Skins Dynamically

is it possible to create Adyen HPP skins dynamically through an API request instead of using the dashboard? https://docs.adyen.com/developers/payment-glossary/skins
terdia07
  • 493
  • 6
  • 10
0
votes
1 answer

Error when paying with iDeal: "Signature not supplied"

I set up a test account with Adyen. I try to make a payment through the test API. The following payload is given to the following endpoint: https://checkout-test.adyen.com/v37/payments Payload / body: { amount: { currency:…
Jaap Weijland
  • 3,146
  • 5
  • 23
  • 31
0
votes
1 answer

Adyen MarketPay supported countries?

According to this doc: https://docs.adyen.com/developers/marketpay/marketpay-overview Supported countries (12) MarketPay is currently available for the following countries: Austria, Belgium, Finland, France, Germany, Ireland, Italy, the Netherlands,…
Joon
  • 9,346
  • 8
  • 48
  • 75
0
votes
4 answers

Using Adyen from a SPA

We are building a marketplace using angular and we want to integrate Adyen payments. Googling for 'Adyen angular' or 'Adyen SPA' or even 'Adyen react' doesn't bring any useful results. NO results whatsoever. Therefore I am left wondering, why the…
eddyP23
  • 6,420
  • 7
  • 49
  • 87
0
votes
1 answer

Adyen payment gateway integration error 401.(The remote server returned an error: (401) Unauthorized.)

I am trying to implement the adyen api(C#.net) into my project and I am encountering the following issue: An exception of type 'System.Net.WebException' occurred in AdyenPaymentGatewaySample.dll but was not handled in user code Additional…
user6349948
  • 33
  • 1
  • 6
0
votes
1 answer

Block Adyen status in magento

In the module of adyen no magento, I wanted to block any notification that is made through a bank slip. The ProcessNotification.php file from the following path: app/code/community/Adyen/Payment/Model is responsible for processing any notification…
Matheus Portela
  • 155
  • 1
  • 12
0
votes
1 answer

Hit an API with Uppercase letter in Android

I am making a POST call to the URL from Postman and it works fine: .../v1.0/shoppingCart/... But when i pass my url String to Adyen's SDK for hitting my server, it gets converted to: /v1.0/shopping\u0421art/ ad call fails due to exception: …
Safeer
  • 1,407
  • 1
  • 25
  • 29
0
votes
1 answer

Recurring payment in Adyen

I am trying to initiate a recurring payment in Adyen but I am unable to figure out how to do so. I have tried sending a request up receipt of payment results: $request = array( 'amount.currency' => $this->currency, …
Columbus
  • 133
  • 1
  • 11
0
votes
0 answers

Xamarin.Android Adyen Integration & Bindings Library .aar

Hello colleagues developers, I'm currently developing a Xamarin Form app that requires the integration of a Payment Service Provider. My company requires that I use Adyen as the PSP. Adyen itself doesn't provide any information on Xamarin…
Nicolas Oste
  • 142
  • 2
  • 8
0
votes
1 answer

How to integrate adyen payment getaway in eclipse?

Can we integrate adyen payment getaway in eclipse? Any one has idea about it?
Bhavin Sorathiya
  • 141
  • 1
  • 12
-1
votes
1 answer

ADYEN 3.1.2 (Drop In Method) iOS

hi does anyone implemented adyen droppin feature in iOS swift 5 . they have no example on GitHub so it is hard for me to get the logic. Can anyone help please
User
  • 692
  • 2
  • 11
  • 29
1 2 3
8
9