#Codebugger
1 messages · Page 1 of 1 (latest)
hello! can you share an example PaymentIntent id?
Hello
"id": "pi_3LmJG0SDohBi9MhB0nIe6bZN",
How can we do currency conversion ??
so that I can accept all kind of currencies
incomplete is a state - you now need to collect the PaymentMethod for it
Can you elaborate on what you mean by 'currency conversion'?
Suppose I have a us account in stripe and my user have canadian card so he will pay in his native currency cad
You would need to create the Payment Intent to reflect that. We don't handle that automatically
You can use Checkout to localise prices: https://stripe.com/docs/payments/checkout/present-local-currencies
Okay
Not sure what you're showing me there