170 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
0
answers
182
views
How to resolve class conflict between Stripe Terminal and Adyen SDK in Android project?
I am currently integrating both the Stripe SDK and the Adyen POS SDK simultaneously in one of my Android projects as shown below:
debugImplementation 'com.adyen.ipp:pos-mobile-debug:1.5.1'
...
0
votes
1
answer
74
views
POS Mobile /sessions endpoint and the session or SDK Data validity
I'm working on integrating Adyen with our payments system. While going through their documentation on POS Mobile API for creating a session, I found that there is no mention about the length of ...
0
votes
1
answer
321
views
Why am I seeing 'AdyenCheckout is not defined' error in .netcore integration?
I've been trying to get Adyen going in its most basic form for a week.
Current error is:
adyenImplementation....mOm9cwOlKaPJu2J8:18 ReferenceError: AdyenCheckout is not defined
at createAdyenCheckout (...
1
vote
1
answer
118
views
Adyen-Scalapay integration in Magento2
I am using magento2 and in my checkout Adyen payment is using.I want to integrate Scalapy in Adyen-Dropin. How can I do it ? What are the changes I have to make to achieve this.
Adyen already provides ...
2
votes
1
answer
215
views
Adyen Dropin Component - How to trigger and test 3ds challenge flow?
I'm trying to use the Adyen Dropin component. I've managed to set it up such that the happy path works, and will complete a successful payment with a test card.
However, when I try testing using a ...
0
votes
0
answers
39
views
Multiple Merchant ID's based on products in the Cart for payment processing
Requirement:
Product A Payment must be processed against Merchant A and Product B Payment must be processed against Merchant B
Single Cart with mixed products
We want the customer to provide Payment ...
1
vote
1
answer
148
views
React native adyen 3DS2
In my React Native project, I’m implementing 3DS2 payment. After the user enters their information, I redirect them to a URL inside a WebView for authentication.
During testing, the user enters the ...
0
votes
0
answers
204
views
Adyen Apple Pay: Authorization request failed with status code 500, errorCode = 5_004
I followed the steps described in Adyen documentation to setup Apple Pay for Adyen. But we get the following error during the authorization call:
Authorization request failed with status code 500, ...
2
votes
1
answer
337
views
No text on ApplePay Button
I am currently integrating ApplePay in our Adyen payment solution.
The payment is working, but the button is just white (or black depending on buttonColor).
There is no Apple icon or "Pay" ...
1
vote
1
answer
318
views
How to Customize Card Labels in Adyen's Advanced Flow Drop-in v6?
I am working with Adyen's advanced flow Drop-in in a React application. I want to customize the labels for fields in the card payment component, such as changing the "Security code" label to ...
0
votes
1
answer
169
views
Adyen card form not rendering on test server
I am using adyen to create a payment form
i configured the card on test environment
new Card(checkout, {
autoFocus: true,
enableStoreDetails: true,
environment: import.meta.env....
0
votes
1
answer
665
views
How can I customize a Card/Checkout component using Adyen Web Node package to insert an email address field?
I have imported Adyen Web Node package into my project per Adyen's documentation:
import { AdyenCheckout, Card } from '@adyen/adyen-web';
import '@adyen/adyen-web/styles/adyen.css';
However, I would ...
2
votes
1
answer
163
views
CashApp Payment Method Not Rendering in Django with Adyen Integration
I'm trying to integrate Adyen's payment methods (including CashApp) into my Django web application, but the CashApp payment method isn't rendering on the front end. Instead, I receive the following ...
1
vote
1
answer
460
views
Google Pay - recurring payments on Android via Adyen gateway
I'd like to set up the recurring payment via Google Pay on my backend. My gateway provider is Adyen. I already implemented working solution for 1-time payments. Google Pay documentation is clear about ...
1
vote
1
answer
458
views
How to get a payment details using session flow without using `sessionId` & `sessionResult`?
I am planning to use session flow for simplicity but I can't find any documentation regarding how to get payment details without using sessionId & sessionResult using the reference provided on ...