#carspare
1 messages · Page 1 of 1 (latest)
ionic angular firebase stripe code kit and step by step integration process
Is there a specific issue? I can't provide step by step guide for that flow but can help with any specific Qs
What kind of payment system are you building?
for ecom!
i integrate stripe on my ionic angular front ent but now i got stuck where would i use stripe secret key?
I'd recommend starting here: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
do you have any code kit for ionic angular firebase that may more helpfull for me.
We have a Firebase extension: https://github.com/stripe/stripe-firebase-extensions
Repository of Firebase Extensions built by Stripe. - GitHub - stripe/stripe-firebase-extensions: Repository of Firebase Extensions built by Stripe.
Not aware of any Ionic libraries
i want integration on angular firebase only but your provided links doesn't seems like that!
We don't have any samples for Angular/Ionic I'm afraid
would it be posible to you to arrange me angular firebase code only or if it is on ionic angular firebase as wel thanks!
I can't write any code for you, no
how would it be posible to integrate stripe on ionic angular firebase?
or it is not possible to integrate stripe with ionic angular firebase?
Well you'd start by familiarising yourself with the Stripe APIs and SDKs you'd need to use to build the integration you want
It is yep, I've already shared our Firebase extensions with you
We just don't have any official samples/docs for Angular/Ionic
i integrate stripe on my project already and its working fine with test cards but i have no idea where would i use stripe secrete key?
is it mendatory to impliment secrete key or without secrete key i can receive payment from my users?
if not then how would i impliment secret key and where plese let me know?
The secret key is used with our server-side libraries to make API calls, like creating a Payment Intent
Nope, you need to use the secret key in pretty much every Stripe integration (unless you're using no-code Payment Links)
Again, you should start here: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Step 3 to create the Payment Intent will use your secret key via a server/backend