#PheysX-check-risk-checkout
1 messages · Page 1 of 1 (latest)
Hello 👋
Just so that I'm on the same page, you're asking about checking for high risk in checkout before a subscription is created?
As in before the payment occurs?
yes
I don't think that's something that checkout can currently support at the moment
We dont use your checkout, its custom. Maybe something like getting information about outcome status "previously_declined_do_not_retry" before we create subscription
Hmm, i don't think that's currently possible
You could set the payment behavior on the subscription to not move to active if the first invoice payment fails
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
SEPA is a delayed notification payment method. So, you could listen for webhook events for payments success/failure and delete the subs if necessary