#maximum.comfy

1 messages ยท Page 1 of 1 (latest)

thorny sapphireBOT
primal cedar
#

it's charging 100x what it says on the form

#

Hi ๐Ÿ‘‹

A few questions:

  1. What form?
  2. What Stripe products are you using?
  3. How do you create the Charge/Payment Intent?
distant rover
#

payment elements, but I think I just figured it out

#

USD wants the amount in cents

#

so I multiply the amount * 100, it does not want that for japanese yen it will charge 100 times the amount ๐Ÿ˜‚

#

is there a list of currencies stripe wants in cents vs the normal amount? USD and EUR seem to be cents but JPY I need to exclude from that calculation

primal cedar
#

Yes the amount represents whatever the lowest denomination is for that currrency, which I understand can be tricky when different currencies use different approaches

distant rover
#

is there some kind of list I can check before I say yes to supporting another currency

primal cedar
distant rover
#

so if I don't see a decimal on there

#

that's an indication I shouldn't multiply it?

#

like HUF and JPY shouldn't multiply ^

#

or how do i read this

primal cedar
#

Yes that is accurate

distant rover
#

ok thank you

#

luckily I caught this 1 day before launch in the test data ๐Ÿ˜‚

#

this would have been customer support tickets out the wazoo - "YOU CHARGED ME 100 TIMES MORE"