#jonnydengro

1 messages · Page 1 of 1 (latest)

limpid iceBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

sweet carbon
#

I think it is an undocumented param, ouyt of curiousity, why are you wanting to set it?

honest cairn
#

Just tried it and didn't work sadly.

Our flow is to create a customer, then use this customer when creating a paymentIntent which requires a currency, we want to use the currency associated with said customer

sweet carbon
#

asking the background question - why? The PaymentIntent currency is unrelated to Customer currency

basically, you never need to care about setting the customer currency, so asking why you're approaching it that way

honest cairn
#

Fair enough, I thought there was a link between the two objects but if we can create a paymentIntent in any currency regardless of the customer then that removes some complexity

limpid iceBOT
sweet carbon
#

yep you can ignore customer currency when using just PaymentIntents

honest cairn
#

Great thanks for confirming