#cynefin_30
1 messages · Page 1 of 1 (latest)
Hi
There is no official Angular Stripe SDK , but you can find one in the community:
https://stripe.com/docs/libraries/community
https://github.com/richnologies/ngx-stripe
This guide is a good start for your use case:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Okay thanks, that good to know about the angular support but I am trying to create my own UI elements and want to use the necessary apis from stripe in my backend for validation and stuff like above mentioned, is there any way possible ?
Yes the guide I'm sharing is using Stripe ELements
you can integrate it in your Webpage
Can I do it without using stripe elements ?
It's possible, but you need to be PCI-DSS compliant first (much more complicated):
https://stripe.com/guides/pci-compliance
Thanks for the insight