#a07p-gateway
1 messages · Page 1 of 1 (latest)
Hey @idle nova , let's say if I am using stripe's payment gateway on my platform then can you tell me the processing fees/ transaction charges that are incurred? (residing in CANADA)
To learn more about fees, I recommend reading our pricing page here: https://stripe.com/pricing
Note that here on Discord we focus on technical questions. If you have non-technical questions, you can ask them on https://support.stripe.com/?contact=true
Alright! Does stripe provide free credits/sandbox or a test environment?
Along with the live mode keys, Stripe provides test mode keys to test your integration: https://stripe.com/docs/keys#test-live-modes
Regarding free credits, I don't know. You'll need to contact Stripe support directly with the link I shared earlier.
Can you help me with the migration/integration guide if any?
We have a lot of guides in our documentation that cover how to implement Stripe. So this would depend on what exactly you are trying to achieve.
To accept payments online, you could start here: https://stripe.com/docs/payments/accept-a-payment
How easy is the API, like is it (plug & play) ? If so then what's the average implementation time?
On top of our API, we also have some no code solutions that are listed here: https://stripe.com/docs/payments/no-code
what's the average implementation time?
I cannot answer that, since it completely depends on what you are trying to build.
Is their any pricing model for the API aswell?
I'm not sure I understand the question. But for questions related to pricing, you need to ask https://support.stripe.com/?contact=true
Does stripe support tokenization of payment methods?
Yes, as explained here: https://stripe.com/docs/api/tokens
Thanks @idle nova 🙂