More insights
Co-founder, Chief Executive Officer
August 31, 2026 at 11:55 AM
Adyen is one of the most widely used enterprise payment platforms, and its own documentation is thorough, but it's written for engineers building a standalone integration, not for someone trying to decide how to integrate Adyen alongside everything else their checkout needs to do. This guide walks through what an Adyen integration actually involves, the decisions you'll need to make along the way, and where Briqpay fits if you don't want to lock your checkout to a single provider.
At a high level, every Adyen integration goes through the same stages:
/sessions endpoint with amount, currency, shopper info, and a return URL); client-side, you use the session data to render the payment UI and handle the outcome.AUTHORISATION event is the one most integrations key off), so your backend needs an endpoint that receives and verifies these.This is the first real decision, and it shapes how much work the rest of the integration is:
For most merchants, the practical choice is Drop-in if you want to move fast, or Components if your checkout has specific design requirements Drop-in can't accommodate.
A raw Adyen integration handles Adyen well. It doesn't handle what happens when you also want Swish for Swedish customers, a Klarna option at checkout, or a second acquirer as a fallback if Adyen has an outage: each of those is its own separate integration, contract, and set of credentials to manage, and your checkout code needs to know how to route between them.
Briqpay connects to Adyen (and other providers) through a single API, so instead of building and maintaining Adyen's integration in isolation, you integrate once and configure which providers and methods are active (by market, cart value, or customer type) without touching your checkout code each time something changes. Concretely, that means:
If you're integrating Adyen as your only provider today but expect to add local methods or a second PSP later, it's worth deciding on the orchestration layer before you build the first integration rather than after: retrofitting routing logic onto a direct integration is more work than starting with it.
Do I need to rebuild my checkout to add Briqpay if I already have a direct Adyen integration? You'll need to move the checkout logic to call Briqpay's API instead of Adyen's directly, but your existing Adyen contract and account stay in place. Briqpay orchestrates on top rather than replacing the underlying relationship.
What's the difference between Drop-in and Components? Drop-in is a single pre-built checkout UI; Components are individual per-method building blocks you assemble into your own layout. Drop-in is faster to implement; Components give you more design control.
Do webhooks matter if I'm using Briqpay? Yes. Final payment confirmation is still asynchronous. Briqpay's API surfaces this to you in one place rather than you needing to build separate webhook handling per provider.
Can I test an Adyen-via-Briqpay integration before going live? Yes. Adyen's sandbox/test environment works the same way whether you're integrating directly or through Briqpay; you test with Adyen's test credentials and switch to live credentials at go-live.
Want to see all the providers you can combine with Adyen? Compare every payment method Briqpay supports.
A complete guide to payment gateways in Sweden: Swish, Klarna, cards, and B2B financing, and how to connect them all through one integration.
We analysed tens of thousands of refunds across payment method groups, cards, wallets, BNPL, PayPal, mobile payment apps and more, to see which ones carry the smallest baskets, which carry the biggest, and what that means for merchants trying to read their own numbers.
B2B buyers now expect the same payment flexibility as consumers. Here's how invoice, instalments, and direct debit compare, and how to choose the right mix for your B2B checkout.
Connect any payment provider. Optimize your payment flow. Scale without limitations - with Briqpay’s Payment Integration Platform.