#KingRovo - angular
1 messages · Page 1 of 1 (latest)
Hi there. Let's chat in this thread. What's the specific issue you're facing?
@odd basalt what isn't working right?
Can you be specific
I have tried using stripe-js for creating-intent based implementation but couldn't move forward after loadStripe.
Couldn't load elements.
What error message are you getting? Can you show what you tried?
I just want to create intent from my angular code? there are lots of articles for js and react but not for angular.
The payment intent would need to be created from an endpoint on your backend and the intent's client secret would need to be loaded on the front end. This is what you'd need to achieve: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
We also do sponsor this third party wrapper: https://github.com/richnologies/ngx-stripe
yes I follow the same artical it's working fine with html + js but not with angular
But what isn't working
I need specifics
You could try that above wrapper too
It would be a bit easier to use I think
okk thanks a lot