# Connector Service — LLM Navigation Index
# Connectors: 103
#
# This file helps AI coding assistants navigate connector-service documentation.
# Each connector block lists: doc path, scenarios, supported payment methods,
# supported flows, and paths to runnable Python/JavaScript examples.
#
# Usage: fetch this file first, then fetch the specific connector doc or example.

overview:
  total_connectors: 103
  docs_root: docs-generated/connectors/
  examples_root: examples/
  all_connectors_matrix: docs-generated/all_connector.md

integration_pattern:
  1. Configure ConnectorConfig with connector name and credentials
  2. Call flows in sequence per scenario (see Integration Scenarios in connector doc)
  3. Branch on response.status: AUTHORIZED / PENDING / FAILED
  4. PENDING means await webhook or poll Get before capturing
  5. Pass connector_transaction_id from Authorize response to Capture/Refund

---

## Absasanlam
connector_id: absasanlam
doc: docs/connectors/absasanlam.md
scenarios: none
payment_methods: none
flows: handle_event, parse_event
examples_python: none

## ACI
connector_id: aci
doc: docs/connectors/aci.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Affirm, Afterpay, AliPayRedirect, Card, Eft, Eps, Giropay, Ideal, Interac, Klarna, Przelewy24, Sofort, Trustly
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, setup_recurring, void
examples_python: examples/aci/aci.py

## Adyen
connector_id: adyen
doc: docs/connectors/adyen.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment
payment_methods: Ach, Affirm, Afterpay, Alfamart, AliPayRedirect, ApplePay, ApplePayDecrypted, Bacs, BancontactCard, BcaBankTransfer, Bizum, Blik, BniVaBankTransfer, Boleto, BriVaBankTransfer, Card, CimbVaBankTransfer, Dana, DanamonVaBankTransfer, Eps, FamilyMart, GCash, GoPay, GooglePay, GooglePayDecrypted, Ideal, Indomaret, KakaoPay, Klarna, Lawson, MandiriVaBankTransfer, MiniStop, Momo, OnlineBankingCzechRepublic, OnlineBankingFinland, OnlineBankingFpx, OnlineBankingSlovakia, OnlineBankingThailand, OpenBankingUk, Oxxo, PayEasy, PaySafeCard, PaypalRedirect, PermataBankTransfer, Pix, Seicomart, Sepa, SevenEleven, Swish, TouchNGo, Trustly, Twint, Vipps
flows: authorize, capture, create_client_authentication_token, create_order, dispute_accept, dispute_defend, dispute_submit_evidence, handle_event, incremental_authorization, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, reverse, setup_recurring, token_authorize, void
examples_python: examples/adyen/adyen.py

## Affirm
connector_id: affirm
doc: docs/connectors/affirm.md
scenarios: none
payment_methods: Affirm
flows: authorize, capture, get, refund, refund_get, void
examples_python: none

## Airwallex
connector_id: airwallex
doc: docs/connectors/airwallex.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Blik, Card, GooglePay, Ideal, Klarna, PaypalRedirect, Skrill, Trustly
flows: authorize, capture, create_order, create_server_authentication_token, get, proxy_authorize, refund, refund_get, void
examples_python: examples/airwallex/airwallex.py

## Authipay
connector_id: authipay
doc: docs/connectors/authipay.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, reverse, void
examples_python: examples/authipay/authipay.py

## Authorize.net
connector_id: authorizedotnet
doc: docs/connectors/authorizedotnet.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, Card
flows: authorize, capture, create_server_session_authentication_token, customer_create, get, handle_event, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, reverse, setup_recurring, void
examples_python: examples/authorizedotnet/authorizedotnet.py

## Axisbank
connector_id: axisbank
doc: docs/connectors/axisbank.md
scenarios: none
payment_methods: none
flows: 
examples_python: none

## Bambora
connector_id: bambora
doc: docs/connectors/bambora.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, void
examples_python: examples/bambora/bambora.py

## Bamboraapac
connector_id: bamboraapac
doc: docs/connectors/bamboraapac.md
scenarios: checkout_autocapture, checkout_card, refund, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring
examples_python: examples/bamboraapac/bamboraapac.py

## Bankofamerica
connector_id: bankofamerica
doc: docs/connectors/bankofamerica.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePay, ApplePayDecrypted, Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, refund, refund_get, reverse, setup_recurring, void
examples_python: examples/bankofamerica/bankofamerica.py

## Barclaycard
connector_id: barclaycard
doc: docs/connectors/barclaycard.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePay, ApplePayDecrypted, Card, GooglePay
flows: authenticate, authorize, capture, get, post_authenticate, pre_authenticate, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/barclaycard/barclaycard.py

## Billwerk
connector_id: billwerk
doc: docs/connectors/billwerk.md
scenarios: none
payment_methods: none
flows: capture, get, recurring_charge, refund, refund_get, token_authorize, token_setup_recurring, tokenize, void
examples_python: none

## Bluesnap
connector_id: bluesnap
doc: docs/connectors/bluesnap.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, ApplePay, ApplePayDecrypted, Card, GooglePay, GooglePayDecrypted, Sepa
flows: authorize, capture, create_client_authentication_token, get, handle_event, parse_event, proxy_authorize, refund, refund_get, token_authorize, void
examples_python: examples/bluesnap/bluesnap.py

## Braintree
connector_id: braintree
doc: docs/connectors/braintree.md
scenarios: none
payment_methods: ApplePayThirdPartySdk, GooglePayThirdPartySdk, PaypalSdk
flows: authorize, capture, create_client_authentication_token, get, handle_event, parse_event, proxy_setup_recurring, refund, reverse, setup_recurring, tokenize, void
examples_python: none

## Calida
connector_id: calida
doc: docs/connectors/calida.md
scenarios: none
payment_methods: none
flows: get, handle_event, parse_event
examples_python: none

## Cashfree
connector_id: cashfree
doc: docs/connectors/cashfree.md
scenarios: none
payment_methods: none
flows: capture, create_order, get, refund, refund_get, void
examples_python: none

## CashtoCode
connector_id: cashtocode
doc: docs/connectors/cashtocode.md
scenarios: none
payment_methods: none
flows: handle_event, parse_event
examples_python: none

## Celero
connector_id: celero
doc: docs/connectors/celero.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, void
examples_python: examples/celero/celero.py

## Checkout.com
connector_id: checkout
doc: docs/connectors/checkout.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, ApplePayDecrypted, Card, GooglePayDecrypted
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/checkout/checkout.py

## CryptoPay
connector_id: cryptopay
doc: docs/connectors/cryptopay.md
scenarios: none
payment_methods: none
flows: get, handle_event, parse_event
examples_python: none

## CyberSource
connector_id: cybersource
doc: docs/connectors/cybersource.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, ApplePay, ApplePayDecrypted, Card, GooglePay, GooglePayDecrypted, SamsungPay
flows: authenticate, authorize, capture, get, incremental_authorization, post_authenticate, pre_authenticate, proxy_authorize, recurring_charge, recurring_revoke, refund, refund_get, reverse, token_authorize, void
examples_python: examples/cybersource/cybersource.py

## Datatrans
connector_id: datatrans
doc: docs/connectors/datatrans.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, create_client_authentication_token, get, proxy_authorize, proxy_setup_recurring, refund, refund_get, reverse, setup_recurring, token_authorize, void
examples_python: examples/datatrans/datatrans.py

## Deutschebank
connector_id: deutschebank
doc: docs/connectors/deutschebank.md
scenarios: none
payment_methods: none
flows: 
examples_python: none

## dLocal
connector_id: dlocal
doc: docs/connectors/dlocal.md
scenarios: none
payment_methods: none
flows: capture, get, handle_event, parse_event, refund, refund_get, void
examples_python: none

## Easebuzz
connector_id: easebuzz
doc: docs/connectors/easebuzz.md
scenarios: none
payment_methods: EaseBuzzRedirect, Netbanking, UpiCollect, UpiIntent, UpiQr
flows: authorize, capture, create_order, get, refund, refund_get
examples_python: none

## Elavon
connector_id: elavon
doc: docs/connectors/elavon.md
scenarios: checkout_autocapture, checkout_card, refund, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get
examples_python: examples/elavon/elavon.py

## Finix
connector_id: finix
doc: docs/connectors/finix.md
scenarios: none
payment_methods: none
flows: capture, customer_create, get, handle_event, parse_event, recurring_charge, refund, refund_get, setup_recurring, token_authorize, void
examples_python: none

## Fiserv
connector_id: fiserv
doc: docs/connectors/fiserv.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, void
examples_python: examples/fiserv/fiserv.py

## Fiservcommercehub
connector_id: fiservcommercehub
doc: docs/connectors/fiservcommercehub.md
scenarios: none
payment_methods: none
flows: capture, create_server_authentication_token, get, recurring_charge, refund, refund_get, void
examples_python: none

## Fiservemea
connector_id: fiservemea
doc: docs/connectors/fiservemea.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, reverse, void
examples_python: examples/fiservemea/fiservemea.py

## Fiuu
connector_id: fiuu
doc: docs/connectors/fiuu.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePayDecrypted, Card, GooglePay, OnlineBankingFpx
flows: authorize, capture, get, handle_event, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/fiuu/fiuu.py

## Flywire
connector_id: flywire
doc: docs/connectors/flywire.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: Ach, AchBankTransfer, Affirm, Afterpay, Alfamart, AliPayRedirect, AmazonPayRedirect, ApplePay, ApplePayDecrypted, ApplePayThirdPartySdk, Bacs, BacsBankTransfer, BancontactCard, BcaBankTransfer, Becs, BillDeskRedirect, Bizum, Blik, Bluecode, BniVaBankTransfer, Boleto, BriVaBankTransfer, Card, CashappQr, CashfreeRedirect, CimbVaBankTransfer, ClassicReward, Dana, DanamonVaBankTransfer, EVoucher, EaseBuzzRedirect, Efecty, Eft, Eps, FamilyMart, GCash, Giropay, GoPay, GooglePay, GooglePayDecrypted, GooglePayThirdPartySdk, Ideal, Indomaret, IndonesianBankTransfer, InstantBankTransfer, InstantBankTransferFinland, InstantBankTransferPoland, Interac, KakaoPay, Klarna, Lawson, LazyPayRedirect, LocalBankRedirect, LocalBankTransfer, MandiriVaBankTransfer, MbWay, Mifinity, MiniStop, Momo, MultibancoBankTransfer, Netbanking, OnlineBankingCzechRepublic, OnlineBankingFinland, OnlineBankingFpx, OnlineBankingPoland, OnlineBankingSlovakia, OnlineBankingThailand, OpenBanking, OpenBankingUk, Oxxo, PagoEfectivo, PayEasy, PaySafeCard, PayURedirect, PaypalRedirect, PaypalSdk, PermataBankTransfer, PhonePeRedirect, Pix, Przelewy24, Pse, RedCompra, RedPagos, RevolutPay, SamsungPay, Satispay, Seicomart, Sepa, SepaBankTransfer, SepaGuaranteedDebit, SevenEleven, Skrill, Sofort, Swish, TouchNGo, Trustly, Twint, UpiCollect, UpiIntent, UpiQr, Vipps, WeChatPayQr, Wero
flows: authorize, get, handle_event, parse_event, proxy_authorize, refund, refund_get, token_authorize, verify_redirect
examples_python: examples/flywire/flywire.py

## Forte
connector_id: forte
doc: docs/connectors/forte.md
scenarios: checkout_autocapture, void_payment, get_payment
payment_methods: Ach, Card
flows: authorize, get, refund_get, void
examples_python: examples/forte/forte.py

## Getnet
connector_id: getnet
doc: docs/connectors/getnet.md
scenarios: none
payment_methods: none
flows: capture, create_server_authentication_token, get, refund, refund_get, void
examples_python: none

## Gigadat
connector_id: gigadat
doc: docs/connectors/gigadat.md
scenarios: none
payment_methods: Interac
flows: authorize, get, refund
examples_python: none

## Givepayments
connector_id: givepayments
doc: docs/connectors/givepayments.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: Card
flows: authorize, get, handle_event, parse_event, recurring_charge, refund, refund_get
examples_python: examples/givepayments/givepayments.py

## Globalpay
connector_id: globalpay
doc: docs/connectors/globalpay.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card, Eps, Ideal
flows: authorize, capture, create_client_authentication_token, create_server_authentication_token, get, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, token_authorize, void
examples_python: examples/globalpay/globalpay.py

## Glomopay
connector_id: glomopay
doc: docs/connectors/glomopay.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: Card
flows: authorize, customer_get, get, handle_event, parse_event, proxy_authorize, refund, refund_get
examples_python: examples/glomopay/glomopay.py

## Helcim
connector_id: helcim
doc: docs/connectors/helcim.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, void
examples_python: examples/helcim/helcim.py

## Hipay
connector_id: hipay
doc: docs/connectors/hipay.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, token_authorize, tokenize, void
examples_python: examples/hipay/hipay.py

## Hyperpg
connector_id: hyperpg
doc: docs/connectors/hyperpg.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: Card
flows: authorize, get, proxy_authorize, refund, refund_get
examples_python: examples/hyperpg/hyperpg.py

## Hyperswitch
connector_id: hyperswitch
doc: docs/connectors/hyperswitch.md
scenarios: none
payment_methods: none
flows: get, handle_event, parse_event
examples_python: none

## Iatapay
connector_id: iatapay
doc: docs/connectors/iatapay.md
scenarios: none
payment_methods: Ideal, LocalBankRedirect, UpiCollect, UpiIntent, UpiQr
flows: authorize, create_server_authentication_token, get, refund, refund_get
examples_python: none

## Imerchantsolutions
connector_id: imerchantsolutions
doc: docs/connectors/imerchantsolutions.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePayDecrypted, Card, GooglePayDecrypted
flows: authorize, capture, get, handle_event, parse_event, proxy_authorize, refund, refund_get, void
examples_python: examples/imerchantsolutions/imerchantsolutions.py

## Itaubank
connector_id: itaubank
doc: docs/connectors/itaubank.md
scenarios: none
payment_methods: none
flows: create_server_authentication_token
examples_python: none

## Jpmorgan
connector_id: jpmorgan
doc: docs/connectors/jpmorgan.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, Card
flows: authorize, capture, create_client_authentication_token, create_server_authentication_token, get, recurring_charge, refund, refund_get, setup_recurring, token_authorize, void
examples_python: examples/jpmorgan/jpmorgan.py

## Juspay
connector_id: juspay
doc: docs/connectors/juspay.md
scenarios: checkout_autocapture, refund, void_payment, get_payment
payment_methods: AliPayRedirect, AmazonPayRedirect, ApplePay, ApplePayDecrypted, ApplePayThirdPartySdk, GCash, GoPay, GooglePay, GooglePayDecrypted, GooglePayThirdPartySdk, KakaoPay, LazyPayRedirect, Momo, Netbanking, PaypalRedirect, PaypalSdk, PhonePeRedirect, SamsungPay, TouchNGo, UpiCollect, UpiIntent, UpiQr, WeChatPayQr
flows: authorize, capture, create_order, get, proxy_authorize, refund, refund_get, void
examples_python: examples/juspay/juspay.py

## Kount
connector_id: kount
doc: docs/connectors/kount.md
scenarios: none
payment_methods: none
flows: create_server_authentication_token
examples_python: none

## Loonio
connector_id: loonio
doc: docs/connectors/loonio.md
scenarios: none
payment_methods: Interac
flows: authorize, get
examples_python: none

## Maya
connector_id: maya
doc: docs/connectors/maya.md
scenarios: none
payment_methods: none
flows: get, handle_event, parse_event, refund, refund_get, verify_redirect, void
examples_python: none

## MiFinity
connector_id: mifinity
doc: docs/connectors/mifinity.md
scenarios: none
payment_methods: Mifinity
flows: authorize, get
examples_python: none

## Mollie
connector_id: mollie
doc: docs/connectors/mollie.md
scenarios: checkout_autocapture, refund, void_payment, get_payment
payment_methods: Card, Klarna
flows: authorize, create_client_authentication_token, get, proxy_authorize, refund, refund_get, token_authorize, void
examples_python: examples/mollie/mollie.py

## Multisafepay
connector_id: multisafepay
doc: docs/connectors/multisafepay.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: AliPayRedirect, Card, Eps, Giropay, GooglePay, GooglePayDecrypted, Ideal, PaypalRedirect, Sepa, Sofort, Trustly
flows: authorize, create_client_authentication_token, get, refund, refund_get
examples_python: examples/multisafepay/multisafepay.py

## Netcetera
connector_id: netcetera
doc: docs/connectors/netcetera.md
scenarios: none
payment_methods: none
flows: 
examples_python: none

## Nexinets
connector_id: nexinets
doc: docs/connectors/nexinets.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: ApplePay, Card, Eps, Giropay, Ideal, PaypalRedirect, Sofort
flows: authorize, create_client_authentication_token, get, proxy_authorize, recurring_charge, refund
examples_python: examples/nexinets/nexinets.py

## Nexixpay
connector_id: nexixpay
doc: docs/connectors/nexixpay.md
scenarios: none
payment_methods: none
flows: capture, get, pre_authenticate, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: none

## Nmi
connector_id: nmi
doc: docs/connectors/nmi.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, Card, GooglePay, GooglePayDecrypted
flows: authorize, capture, get, handle_event, parse_event, pre_authenticate, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/nmi/nmi.py

## Noon
connector_id: noon
doc: docs/connectors/noon.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card, GooglePay, GooglePayDecrypted, PaypalRedirect
flows: authorize, capture, get, handle_event, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, recurring_revoke, refund, refund_get, void
examples_python: examples/noon/noon.py

## Novalnet
connector_id: novalnet
doc: docs/connectors/novalnet.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, ApplePay, Card, GooglePay, PaypalRedirect, Sepa
flows: authorize, capture, get, handle_event, incremental_authorization, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/novalnet/novalnet.py

## Nuvei
connector_id: nuvei
doc: docs/connectors/nuvei.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, Card, Eps, Giropay, Ideal, Sofort
flows: authorize, capture, create_client_authentication_token, create_order, create_server_session_authentication_token, get, refund, refund_get, void
examples_python: examples/nuvei/nuvei.py

## Paybox
connector_id: paybox
doc: docs/connectors/paybox.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, refund, refund_get, setup_recurring, void
examples_python: examples/paybox/paybox.py

## Payconex
connector_id: payconex
doc: docs/connectors/payconex.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, void
examples_python: examples/payconex/payconex.py

## Payload
connector_id: payload
doc: docs/connectors/payload.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, Card
flows: authorize, capture, create_client_authentication_token, customer_create, get, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, token_authorize, void
examples_python: examples/payload/payload.py

## Payme
connector_id: payme
doc: docs/connectors/payme.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, create_order, get, proxy_authorize, refund, refund_get, void
examples_python: examples/payme/payme.py

## Paypal
connector_id: paypal
doc: docs/connectors/paypal.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePayDecrypted, Card, Eps, Giropay, GooglePayDecrypted, Ideal, PaypalRedirect, PaypalSdk, Sofort
flows: authorize, capture, create_client_authentication_token, create_order, create_server_authentication_token, get, handle_event, parse_event, proxy_authorize, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/paypal/paypal.py

## Paysafe
connector_id: paysafe
doc: docs/connectors/paysafe.md
scenarios: none
payment_methods: PaySafeCard
flows: authenticate, authorize, capture, customer_create, get, pre_authenticate, refund, refund_get, token_authorize, tokenize, void
examples_python: none

## Paytm
connector_id: paytm
doc: docs/connectors/paytm.md
scenarios: none
payment_methods: UpiCollect, UpiIntent, UpiQr
flows: authorize, create_server_session_authentication_token, get
examples_python: none

## PayU
connector_id: payu
doc: docs/connectors/payu.md
scenarios: none
payment_methods: BillDeskRedirect, CashfreeRedirect, EaseBuzzRedirect, LazyPayRedirect, Netbanking, PayURedirect, PhonePeRedirect, UpiCollect, UpiIntent, UpiQr
flows: authorize, capture, create_server_session_authentication_token, get, refund, refund_get, void
examples_python: none

## Peachpayments
connector_id: peachpayments
doc: docs/connectors/peachpayments.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, handle_event, parse_event, proxy_authorize, proxy_setup_recurring, refund, refund_get, setup_recurring, void
examples_python: examples/peachpayments/peachpayments.py

## PhonePe
connector_id: phonepe
doc: docs/connectors/phonepe.md
scenarios: none
payment_methods: UpiCollect, UpiIntent, UpiQr
flows: authorize, capture, get, handle_event, parse_event, refund, refund_get, void
examples_python: none

## Pinelabsonline
connector_id: pinelabsonline
doc: docs/connectors/pinelabsonline.md
scenarios: none
payment_methods: none
flows: create_server_authentication_token
examples_python: none

## PlacetoPay
connector_id: placetopay
doc: docs/connectors/placetopay.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, reverse, void
examples_python: examples/placetopay/placetopay.py

## Powertranz
connector_id: powertranz
doc: docs/connectors/powertranz.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, refund, refund_get, setup_recurring, void
examples_python: examples/powertranz/powertranz.py

## Ppro
connector_id: ppro
doc: docs/connectors/ppro.md
scenarios: none
payment_methods: Afterpay, AliPayRedirect, BancontactCard, Blik, Ideal, MbWay, Satispay, Trustly, UpiIntent, UpiQr, WeChatPayQr, Wero
flows: authorize, capture, get, handle_event, parse_event, recurring_charge, refund, refund_get, verify_redirect, void
examples_python: none

## Qwikcilver
connector_id: qwikcilver
doc: docs/connectors/qwikcilver.md
scenarios: none
payment_methods: none
flows: create_server_authentication_token
examples_python: none

## Rapyd
connector_id: rapyd
doc: docs/connectors/rapyd.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: AliPayRedirect, AmazonPayRedirect, ApplePay, ApplePayThirdPartySdk, BillDeskRedirect, Bluecode, Card, CashappQr, CashfreeRedirect, Dana, EaseBuzzRedirect, GCash, GoPay, GooglePay, GooglePayThirdPartySdk, KakaoPay, LazyPayRedirect, MbWay, Mifinity, Momo, PayURedirect, PaypalRedirect, PaypalSdk, PhonePeRedirect, RevolutPay, SamsungPay, Satispay, Skrill, Swish, TouchNGo, Twint, Vipps, WeChatPayQr, Wero
flows: authorize, capture, create_client_authentication_token, get, proxy_authorize, recurring_charge, refund, refund_get, token_authorize, void
examples_python: examples/rapyd/rapyd.py

## Razorpay
connector_id: razorpay
doc: docs/connectors/razorpay.md
scenarios: none
payment_methods: none
flows: capture, create_order, create_server_session_authentication_token, get, handle_event, parse_event, refund, refund_get
examples_python: none

## Razorpay V2
connector_id: razorpayv2
doc: docs/connectors/razorpayv2.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: Ach, AchBankTransfer, Affirm, Afterpay, Alfamart, AliPayRedirect, AmazonPayRedirect, ApplePay, ApplePayDecrypted, ApplePayThirdPartySdk, Bacs, BacsBankTransfer, BancontactCard, BcaBankTransfer, Becs, BillDeskRedirect, Bizum, Blik, Bluecode, BniVaBankTransfer, Boleto, BriVaBankTransfer, Card, CashappQr, CashfreeRedirect, CimbVaBankTransfer, ClassicReward, Dana, DanamonVaBankTransfer, EVoucher, EaseBuzzRedirect, Efecty, Eft, Eps, FamilyMart, GCash, Giropay, GoPay, GooglePay, GooglePayDecrypted, GooglePayThirdPartySdk, Ideal, Indomaret, IndonesianBankTransfer, InstantBankTransfer, InstantBankTransferFinland, InstantBankTransferPoland, Interac, KakaoPay, Klarna, Lawson, LazyPayRedirect, LocalBankRedirect, LocalBankTransfer, MandiriVaBankTransfer, MbWay, Mifinity, MiniStop, Momo, MultibancoBankTransfer, Netbanking, OnlineBankingCzechRepublic, OnlineBankingFinland, OnlineBankingFpx, OnlineBankingPoland, OnlineBankingSlovakia, OnlineBankingThailand, OpenBanking, OpenBankingUk, Oxxo, PagoEfectivo, PayEasy, PaySafeCard, PayURedirect, PaypalRedirect, PaypalSdk, PermataBankTransfer, PhonePeRedirect, Pix, Przelewy24, Pse, RedCompra, RedPagos, RevolutPay, SamsungPay, Satispay, Seicomart, Sepa, SepaBankTransfer, SepaGuaranteedDebit, SevenEleven, Skrill, Sofort, Swish, TouchNGo, Trustly, Twint, UpiCollect, UpiIntent, UpiQr, Vipps, WeChatPayQr, Wero
flows: authorize, create_order, get, proxy_authorize, refund, refund_get, token_authorize
examples_python: examples/razorpayv2/razorpayv2.py

## Redsys
connector_id: redsys
doc: docs/connectors/redsys.md
scenarios: none
payment_methods: none
flows: authenticate, capture, get, pre_authenticate, refund, refund_get, void
examples_python: none

## Revolut
connector_id: revolut
doc: docs/connectors/revolut.md
scenarios: checkout_autocapture, checkout_card, refund, get_payment
payment_methods: Ach, AchBankTransfer, Affirm, Afterpay, Alfamart, AliPayRedirect, AmazonPayRedirect, ApplePay, ApplePayDecrypted, ApplePayThirdPartySdk, Bacs, BacsBankTransfer, BancontactCard, BcaBankTransfer, Becs, BillDeskRedirect, Bizum, Blik, Bluecode, BniVaBankTransfer, Boleto, BriVaBankTransfer, Card, CashappQr, CashfreeRedirect, CimbVaBankTransfer, ClassicReward, Dana, DanamonVaBankTransfer, EVoucher, EaseBuzzRedirect, Efecty, Eft, Eps, FamilyMart, GCash, Giropay, GoPay, GooglePay, GooglePayDecrypted, GooglePayThirdPartySdk, Ideal, Indomaret, IndonesianBankTransfer, InstantBankTransfer, InstantBankTransferFinland, InstantBankTransferPoland, Interac, KakaoPay, Klarna, Lawson, LazyPayRedirect, LocalBankRedirect, LocalBankTransfer, MandiriVaBankTransfer, MbWay, Mifinity, MiniStop, Momo, MultibancoBankTransfer, Netbanking, OnlineBankingCzechRepublic, OnlineBankingFinland, OnlineBankingFpx, OnlineBankingPoland, OnlineBankingSlovakia, OnlineBankingThailand, OpenBanking, OpenBankingUk, Oxxo, PagoEfectivo, PayEasy, PaySafeCard, PayURedirect, PaypalRedirect, PaypalSdk, PermataBankTransfer, PhonePeRedirect, Pix, Przelewy24, Pse, RedCompra, RedPagos, RevolutPay, SamsungPay, Satispay, Seicomart, Sepa, SepaBankTransfer, SepaGuaranteedDebit, SevenEleven, Skrill, Sofort, Swish, TouchNGo, Trustly, Twint, UpiCollect, UpiIntent, UpiQr, Vipps, WeChatPayQr, Wero
flows: authorize, capture, create_client_authentication_token, get, handle_event, parse_event, proxy_authorize, refund, refund_get, token_authorize, verify_redirect
examples_python: examples/revolut/revolut.py

## Revolv3
connector_id: revolv3
doc: docs/connectors/revolv3.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment
payment_methods: Card
flows: authorize, capture, proxy_authorize, proxy_setup_recurring, refund, refund_get, setup_recurring, void
examples_python: examples/revolv3/revolv3.py

## Shift4
connector_id: shift4
doc: docs/connectors/shift4.md
scenarios: checkout_autocapture, checkout_card, refund, get_payment
payment_methods: Card, Eps, Ideal
flows: authorize, capture, create_client_authentication_token, customer_create, get, incremental_authorization, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, token_authorize, token_setup_recurring
examples_python: examples/shift4/shift4.py

## Silverflow
connector_id: silverflow
doc: docs/connectors/silverflow.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, refund, refund_get, void
examples_python: examples/silverflow/silverflow.py

## Stax
connector_id: stax
doc: docs/connectors/stax.md
scenarios: none
payment_methods: none
flows: capture, customer_create, get, recurring_charge, refund, refund_get, token_authorize, token_setup_recurring, void
examples_python: none

## Stripe
connector_id: stripe
doc: docs/connectors/stripe.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Ach, AchBankTransfer, Affirm, Afterpay, AliPayRedirect, AmazonPayRedirect, ApplePay, ApplePayDecrypted, Bacs, BacsBankTransfer, BancontactCard, Becs, Blik, Card, CashappQr, Eps, Giropay, GooglePay, Ideal, Klarna, MultibancoBankTransfer, Przelewy24, RevolutPay, Sepa, SepaBankTransfer, WeChatPayQr
flows: authorize, capture, create_client_authentication_token, customer_create, get, handle_event, incremental_authorization, parse_event, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, token_authorize, tokenize, void
examples_python: examples/stripe/stripe.py

## Tamara
connector_id: tamara
doc: docs/connectors/tamara.md
scenarios: none
payment_methods: none
flows: capture, get, handle_event, parse_event, refund, refund_get, verify_redirect, void
examples_python: none

## Tesouro
connector_id: tesouro
doc: docs/connectors/tesouro.md
scenarios: none
payment_methods: none
flows: create_server_authentication_token
examples_python: none

## Truelayer
connector_id: truelayer
doc: docs/connectors/truelayer.md
scenarios: none
payment_methods: none
flows: create_server_authentication_token, get, handle_event, parse_event, refund_get
examples_python: none

## Trustly
connector_id: trustly
doc: docs/connectors/trustly.md
scenarios: none
payment_methods: none
flows: handle_event, parse_event
examples_python: none

## TrustPay
connector_id: trustpay
doc: docs/connectors/trustpay.md
scenarios: checkout_autocapture, refund, get_payment
payment_methods: Blik, Card, Eps, Giropay, Ideal, InstantBankTransfer, InstantBankTransferFinland, InstantBankTransferPoland, SepaBankTransfer, Sofort
flows: authorize, create_order, create_server_authentication_token, get, handle_event, parse_event, proxy_authorize, recurring_charge, refund, refund_get
examples_python: examples/trustpay/trustpay.py

## Trustpayments
connector_id: trustpayments
doc: docs/connectors/trustpayments.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePayDecrypted, Card, GooglePayDecrypted
flows: authorize, capture, get, incremental_authorization, proxy_authorize, proxy_setup_recurring, recurring_charge, refund, refund_get, setup_recurring, void
examples_python: examples/trustpayments/trustpayments.py

## Tsys
connector_id: tsys
doc: docs/connectors/tsys.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, refund, refund_get, setup_recurring, void
examples_python: examples/tsys/tsys.py

## Tsystransit
connector_id: tsystransit
doc: docs/connectors/tsystransit.md
scenarios: none
payment_methods: none
flows: capture, get, refund, refund_get, reverse, void
examples_python: none

## Twoc Twop Paco
connector_id: twoc_twop_paco
doc: docs/connectors/twoc_twop_paco.md
scenarios: checkout_autocapture, checkout_card, refund
payment_methods: Card, GcashRedirect
flows: authorize, get, capture, void, reverse, refund, refund_get, authenticate, post_authenticate
examples_python: examples/twoc_twop_paco/twoc_twop_paco.py

## Twoctwoppaco
connector_id: twoctwoppaco
doc: docs/connectors/twoctwoppaco.md
scenarios: none
payment_methods: none
flows: 
examples_python: none

## Volt
connector_id: volt
doc: docs/connectors/volt.md
scenarios: none
payment_methods: OpenBanking, OpenBankingUk
flows: authorize, create_server_authentication_token, get, refund
examples_python: none

## Wellsfargo
connector_id: wellsfargo
doc: docs/connectors/wellsfargo.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, refund, refund_get, setup_recurring, void
examples_python: examples/wellsfargo/wellsfargo.py

## Worldpay
connector_id: worldpay
doc: docs/connectors/worldpay.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: ApplePay, Card, GooglePay
flows: authorize, capture, get, incremental_authorization, recurring_charge, refund, refund_get, void
examples_python: examples/worldpay/worldpay.py

## Worldpayvantiv
connector_id: worldpayvantiv
doc: docs/connectors/worldpayvantiv.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, incremental_authorization, proxy_authorize, refund, refund_get, reverse, void
examples_python: examples/worldpayvantiv/worldpayvantiv.py

## Worldpayxml
connector_id: worldpayxml
doc: docs/connectors/worldpayxml.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get, reverse, void
examples_python: examples/worldpayxml/worldpayxml.py

## Xendit
connector_id: xendit
doc: docs/connectors/xendit.md
scenarios: checkout_autocapture, checkout_card, refund, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, refund, refund_get
examples_python: examples/xendit/xendit.py

## Zift
connector_id: zift
doc: docs/connectors/zift.md
scenarios: checkout_autocapture, checkout_card, refund, void_payment, get_payment
payment_methods: Card
flows: authorize, capture, get, proxy_authorize, proxy_setup_recurring, refund, setup_recurring, void
examples_python: examples/zift/zift.py
