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
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
  • 1,165
  • 3
  • 13
  • 33
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 can I change the status in drop-in after redirect?

I tried to handle the status after redirecting to drop-in in Angular. There are the state and the component in the PaymentCompleted method. After redirect, I created a new drop-in and training change status. private _handleServerResponse(state:…
2
votes
1 answer

How to setup Adyen acquirer account

I have a problem with testing MB WAY for API only payment method on Adyen https://docs.adyen.com/payment-methods/mb-way/api-only After I send request as described here https://docs.adyen.com/payment-methods/mb-way/api-only#make-payment curl…
dmitriim
  • 23
  • 2
2
votes
1 answer

Google Pay Direct Integration Rotation of keys

I am trying to implement the Google Pay using direct integration and in the google docs it is mentioned that merchants have to manually rotate the keys. During rotation it is mentioned that Caution: You must support the old private key for…
2
votes
1 answer

How to decode Adyen onPaymentCompleted sessionData?

When paying with Adyen, I can capture the checkoutshopper edpoint response. The response body contains 2 properties. The status and the sessionData. is it possible to decode sessionData to find more information about the transaction? I am…
profimedica
  • 2,716
  • 31
  • 41
2
votes
1 answer

Adyen hpp page integration in iOS always giving merchant signature not valid error

I am trying to integrate Adyen payment in iOS through HPP method. Constantly getting Merchant signature was not valid error, I am suspecting some issue with the encoding part. Following is the code snippet I use to create request body var…
Prasad Devadiga
  • 2,573
  • 20
  • 43
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
  • 3
2
votes
1 answer

Adyencheckout is not a constructor - NextJS

I'm trying to implement the Adyen dropin payment UI using NextJS but I'm having trouble initializing the Adyen dropin component. I'm need to dynamically import Adyen web or I get the error window is not defined however, after reading through the…
Darragh
  • 55
  • 7
2
votes
1 answer

How do I serialize (NewtonSoft) a class that includes an interface with a property named Type?

I need to serialize a result of this class (Assembly Adyen, Version=6.0.0.0): Public Class PaymentResponse Implements IEquatable(Of PaymentResponse), IValidatableObject Public Sub New(...) …
Bjarke
  • 23
  • 4
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,700
  • 3
  • 20
  • 51
2
votes
1 answer

How can i make a POST request in my local network when the origin is http and the target url is https?

I need to make a POST request from a POS(point of sale)(http) to a payment terminal(https), they are connected in my local network. When i make the request from Postman everything works correctly but whenever i make a request from the POS i get…
rrorrolfo
  • 65
  • 1
  • 6
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
  • 650
  • 7
  • 21
2
votes
3 answers

Adyen's Secured Fields doesn't render

I'm trying to use Adyen's Secured Fields to encrypt shopper's sensitive data https://docs.adyen.com/developers/checkout/api-integration The inputs are supposed to render as iframes on the page, but I'm getting the following error. iframe…
1
2
3
8 9