#Rohit877033
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please clarify what's the exact issue you're running into?
I want create a API where user purchase subscription
-> but stripe dashboard says incomplete
-> i found this doc where mention
-> 3d sucure authentication is require
but not understand how to handle this
node js + express js (backend)
angular (frontend)
Hello ?
Have you tried this guide? https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
this show i want to send notification when webhook call how to do this here ???
Are you having issues with webhooks or subscriptions?
i get webhook but how can send client_secret in angular so 3d sucure authenitication pop up show there and user complete this and payment done
You have to integrate the Payment Element: https://stripe.com/docs/payments/payment-element
There's no official support for an Angular SDK but you can just use the HTML+JS integration.
i get all webhook
but how can handle this in frontend side
how can open 3d sucure pop up in angular
doc says after call this api webhook send you client_secret how to paas this to angular
and show pop up
If you use the Payment Element it will handle the 3DS for you.
You don't need to worry about it.
but i make my custom ui for payment
What do you mean? If you want to have your own field to collect payment details you will need to make sure your app is PCI-compliant: https://stripe.com/gb/guides/pci-compliance
We strongly advice against it as it might get you in legal trouble.
Instead, if you use the Payment Element you will not need to worry about it.