#Jason889
1 messages · Page 1 of 1 (latest)
How do you integrate with Stripe currently?
I'm using stripe elements. The majority of my customers in UK pay in GBP but some of my customers in UK need to pay in USD
Got it. We don't currently offer a way to automatically change the presentment currency based on customer location with that integration path. You'd need to handle that yourself when creating the Payment Intent
Alternatively you can use Checkout, which supports dynamic currency pricing according to location: https://stripe.com/docs/payments/checkout/present-local-currencies
OK so the only way is to change the currency in the payment intent of the customer who wants to pay in USD in the UK ?
Correct
thanks ! And if I need to update a payment_int and some metadata, I can do it after the payment_intent is succeeded ?
You can only update certain fields once a PI is in a succeeded state. metadata is one of them yep
Not sure what payment_int field is
perfect thanks
np!