← All integrations
AD
Payments

Kribana + Adyen

Process global, multi-currency payments through Adyen.

What it does

Kribana uses Adyen to authorize and capture payments across the currencies and local payment methods Adyen supports, while Kribana's ledger stays the single source of truth for usage and balances.

Setup steps
1In Kribana, go to Settings → Integrations → Payments and select Adyen.
2Enter your Adyen API key and merchant account name.
3Choose the currencies and payment methods to route through Adyen.
4Send a test authorization and confirm capture in the Adyen Customer Area.
What syncs
Authorizations and captures
Local payment method status
Chargebacks
Settlement reports
Quick start
curl https://api.kribana.com/v1/integrations/adyen \
  -H "Authorization: Bearer $KRIBANA_KEY" \
  -d api_key="AQE..." \
  -d merchant_account="YourMerchantAccount"

Wire it up in an afternoon.