Adapters
components.payment_gateway.internal.adapters.adyen ¶
register ¶
register_adyen_topic_subscribers ¶
Register all the Adyen topic subscribers that the Payment Gateway handles directly.
Source code in components/payment_gateway/internal/adapters/adyen/register.py
register_authorization_resolvers ¶
Connect the application-specific resolvers to the Adyen authorisation relay and transfer topic.
Source code in components/payment_gateway/internal/adapters/adyen/register.py
register_transfer_routers ¶
Connect the application-specific transfer routers to the Adyen transfer topic.
Source code in components/payment_gateway/internal/adapters/adyen/register.py
topic_subscribers ¶
RawWebhookTopicSubscriber ¶
Bases: Subscriber
This class subscribes to the Adyen raw webhook topic messages and logs them in database.