Adyen
Aynı zamanda bir ajan aracıAdyen Checkout API (v71): create checkout sessions, list payment methods, make and authorise payments, submit additional details (3-D Secure), capture, cancel, refund, reverse, and update the amount of a payment, create and manage Pay by Link links, take donations, list and remove stored (tokenised) payment methods, get card details (BIN lookup), and start an Apple Pay session. Header API-key auth (X-API-Key) against per-environment hosts: test uses checkout-test.adyen.com/v71; live uses a merchant-specific prefix (config.live_url_prefix) on {prefix}-checkout-live.adyenpayments.com/checkout/v71, modelled via auth.environments. Adyen is webhook-driven for payment results (HMAC-signed notifications, documented for reference); Checkout is request/response so change notifications use a conservative polling model over stored payment methods.
18 eylemler · 1 tetikleyiciler
Adyen entegrasyonu — 18 aksiyon ve 1 tetikleyici ile Adyen'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Stored Payment Methods, Create Checkout Session, Get Payment Methods, Make a Payment, Submit Payment Details. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 1
Adyen üzerinde bir iş akışını başlatabilen olaylar.
Stored payment methods (polled)
Polls GET /storedPaymentMethods on a schedule. Adyen Checkout is request/response with no natural change-feed; payment results arrive via signed webhooks, so this is a best-effort poll, not a live payment stream.
Eylemler 18
Zervanor'un Adyen üzerinde yapabilecekleri.
Payments7
Make a Payment
Submit a payment for authorisation (POST /payments). Returns a resultCode and, for 3-D Secure, an action to complete via /payments/details.
Submit Payment Details
Submit additional details to complete a payment (POST /payments/details), e.g. the result of a 3-D Secure challenge or redirect.
Capture Payment
Capture an authorised payment (POST /payments/{paymentPspReference}/captures). Supports partial and multiple captures.
Cancel Payment
Cancel an authorised (not yet captured) payment by PSP reference (POST /payments/{paymentPspReference}/cancels).
Refund Payment
Refund a captured payment by PSP reference (POST /payments/{paymentPspReference}/refunds). Supports partial and multiple refunds.
Reverse Payment
Reverse (cancel-or-refund) a payment by PSP reference (POST /payments/{paymentPspReference}/reversals). Cancels if not captured, refunds in full if captured.
Update Payment Amount
Update the authorised amount of a payment by PSP reference (POST /payments/{paymentPspReference}/amountUpdates).
PaymentLinks3
Create Payment Link
Create a Pay by Link (POST /paymentLinks). Returns a hosted URL the shopper can use to pay.
Get Payment Link
Retrieve a payment link by id (GET /paymentLinks/{linkId}).
Update Payment Link
Update the status of a payment link, e.g. expire it, by id (PATCH /paymentLinks/{linkId}).
StoredPaymentMethods2
List Stored Payment Methods
List a shopper's stored (tokenised) payment methods (GET /storedPaymentMethods). Safe read; also used as the connectivity / identity probe.
Delete Stored Payment Method
Delete a shopper's stored (tokenised) payment method (DELETE /storedPaymentMethods/{storedPaymentMethodId}).
ApplePay1
Create Apple Pay Session
Start an Apple Pay session for merchant validation (POST /applePay/sessions).
Cancels1
Cancel Payment (by reference)
Cancel an authorised payment using the original merchant reference instead of the PSP reference (POST /cancels).
CardDetails1
Get Card Details
Get the available card brands / details for a card number prefix, i.e. a BIN lookup (POST /cardDetails).
Donations1
Create Donation
Make a donation on top of a completed payment (POST /donations).
PaymentMethods1
Get Payment Methods
Get the list of available payment methods for a transaction (POST /paymentMethods), filtered by amount, country, and channel.
Sessions1
Create Checkout Session
Create a checkout session for the Web/Mobile Drop-in or Components (POST /sessions). Returns a session id + sessionData used by the front-end SDK.
Aramanızla eşleşen bir şey yok.
Adyen kullanan Çözüm Şablonları
Adyen ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Adyen ile neler otomatikleştirebilirim?
18 aksiyon var — örneğin: List Stored Payment Methods, Create Checkout Session, Get Payment Methods, Make a Payment, Submit Payment Details ve daha fazlası.
Hangi Adyen olayları bir workflow başlatabilir?
1 tetikleyici — örneğin: Stored payment methods (polled).
Adyen bir AI agent aracı olarak kullanılabilir mi?
Evet. Adyen'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Adyen entegrasyonu nasıl modellenir?
Adyen sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.