#Jason889

1 messages · Page 1 of 1 (latest)

stuck helmBOT
uncut socket
#

How do you integrate with Stripe currently?

real kayak
#

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

uncut socket
#

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

real kayak
#

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 ?

uncut socket
#

Correct

real kayak
#

thanks ! And if I need to update a payment_int and some metadata, I can do it after the payment_intent is succeeded ?

uncut socket
#

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

real kayak
#

perfect thanks

uncut socket
#

np!