#Michael Raphael
1 messages · Page 1 of 1 (latest)
Hi there!
Hi
I'm not sure I understand your question. Can you share more context?
We use stripe to process payments on our SaaS platform and use the direct charge method
Would we need to refactor our system to use POS terminal reader
For tap, swipe, insert
@elfin cradle
And what is your question? If you can use Charge with Terminal readers?
Hi soma, the question is if with the integration of stripe terminal we would need to refactor our system from using charges to payment intents
So to answer this, yes.
Got it. Then no, for Terminal you have to use PaymentIntents.
Can you elaborate how this will effect capturing charges
Do customers have to every time verify a charge?
Or will this work like 99% of pos terminals
Where the charge is instant (I.e any retail store in the us)
Do customers have to every time verify a charge?
What do you mean by "verify a charge"?
I don’t understand the logic behind this new charge methodology
And why the change requirement
I recommend reading this: https://stripe.com/docs/payments/payment-intents/migration/charges
This is helpful@thank you
Happy to help 🙂
How long does it typically take to migrate
Are we only changing the parameters you share on this doc or is there more?
How long does it typically take to migrate
Impossible to answer, it completely depends on your integration and ressources
Are we only changing the parameters you share on this doc or is there more?
I don't understand your question, sorry.
Is updating the API required?
No, PaymentIntent are available on all API versions.