{"id":"rostau.app.payment.stripe","version":"2.8.0-rc.1","name":"Rostau Stripe (tokenization)","permissions":["HANDLE_PAYMENTS"],"tokenTargetUrl":"https://stripe.rostau.de/api/register","appUrl":"https://stripe.rostau.de/","webhooks":[{"name":"Rostau Payment Gateway Initialize Tokenization","asyncEvents":[],"syncEvents":["PAYMENT_GATEWAY_INITIALIZE_TOKENIZATION_SESSION"],"query":"subscription {\n    event {\n      ... on PaymentGatewayInitializeTokenizationSession {\n        user { id email }\n        channel { id slug }\n        data\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/payment-gateway-initialize-tokenization"},{"name":"Rostau Payment Method Initialize Tokenization","asyncEvents":[],"syncEvents":["PAYMENT_METHOD_INITIALIZE_TOKENIZATION_SESSION"],"query":"subscription {\n    event {\n      ... on PaymentMethodInitializeTokenizationSession {\n        user { id email }\n        channel { id slug }\n        data\n        paymentFlowToSupport\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/payment-method-initialize-tokenization"},{"name":"Rostau Payment Method Process Tokenization","asyncEvents":[],"syncEvents":["PAYMENT_METHOD_PROCESS_TOKENIZATION_SESSION"],"query":"subscription {\n    event {\n      ... on PaymentMethodProcessTokenizationSession {\n        user { id email }\n        channel { id slug }\n        data\n        id\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/payment-method-process-tokenization"},{"name":"Rostau List Stored Payment Methods","asyncEvents":[],"syncEvents":["LIST_STORED_PAYMENT_METHODS"],"query":"subscription {\n    event {\n      ... on ListStoredPaymentMethods {\n        user { id email }\n        channel { id slug }\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/list-stored-payment-methods"},{"name":"Rostau Stored Payment Method Delete Requested","asyncEvents":[],"syncEvents":["STORED_PAYMENT_METHOD_DELETE_REQUESTED"],"query":"subscription {\n    event {\n      ... on StoredPaymentMethodDeleteRequested {\n        user { id email }\n        paymentMethodId\n        channel { id slug }\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/stored-payment-method-delete-requested"},{"name":"Rostau Payment Gateway Initialize Session","asyncEvents":[],"syncEvents":["PAYMENT_GATEWAY_INITIALIZE_SESSION"],"query":"subscription {\n    event {\n      ... on PaymentGatewayInitializeSession {\n        \n  sourceObject {\n    __typename\n    ... on Checkout { token email channel { slug } }\n    ... on Order { id number channel { slug } }\n  }\n\n        data\n        amount\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/payment-gateway-initialize-session"},{"name":"Rostau Transaction Initialize Session","asyncEvents":[],"syncEvents":["TRANSACTION_INITIALIZE_SESSION"],"query":"subscription {\n    event {\n      ... on TransactionInitializeSession {\n        \n  transaction { id token pspReference }\n\n        \n  sourceObject {\n    __typename\n    ... on Checkout { token email channel { slug } }\n    ... on Order { id number channel { slug } }\n  }\n\n        action { actionType amount currency }\n        data\n        merchantReference\n        customerIpAddress\n        idempotencyKey\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/transaction-initialize-session"},{"name":"Rostau Transaction Process Session","asyncEvents":[],"syncEvents":["TRANSACTION_PROCESS_SESSION"],"query":"subscription {\n    event {\n      ... on TransactionProcessSession {\n        \n  transaction { id token pspReference }\n\n        \n  sourceObject {\n    __typename\n    ... on Checkout { token email channel { slug } }\n    ... on Order { id number channel { slug } }\n  }\n\n        action { actionType amount currency }\n        data\n        merchantReference\n        customerIpAddress\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/transaction-process-session"},{"name":"Rostau Transaction Charge Requested","asyncEvents":[],"syncEvents":["TRANSACTION_CHARGE_REQUESTED"],"query":"subscription {\n    event {\n      ... on TransactionChargeRequested {\n        \n  transaction { id token pspReference }\n\n        action { actionType amount currency }\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/transaction-charge-requested"},{"name":"Rostau Transaction Refund Requested","asyncEvents":[],"syncEvents":["TRANSACTION_REFUND_REQUESTED"],"query":"subscription {\n    event {\n      ... on TransactionRefundRequested {\n        \n  transaction { id token pspReference }\n\n        action { actionType amount currency }\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/transaction-refund-requested"},{"name":"Rostau Transaction Cancelation Requested","asyncEvents":[],"syncEvents":["TRANSACTION_CANCELATION_REQUESTED"],"query":"subscription {\n    event {\n      ... on TransactionCancelationRequested {\n        \n  transaction { id token pspReference }\n\n        action { actionType amount currency }\n      }\n    }\n  }","targetUrl":"https://stripe.rostau.de/api/webhooks/saleor/transaction-cancelation-requested"}]}