#harsha-currency

1 messages · Page 1 of 1 (latest)

obtuse coral
#

hi there! could you explain in a little more detail what you're trying to do and your goal?

neat sigil
#

in want my currency dynamic by checkout page

#

I*

#

in this form i want to add currency and amount fields

obtuse coral
#

in general this is something you control.

The currency charged is the one that you pass to the currency parameter in your code in the backend when you create the PaymentIntent.

neat sigil
#

i want user to select currency

obtuse coral
#

ok, then you can build some UI for that in your site if you wish yep! Like have a dropdown or other input, send that to your backend and use it in the API call, before redirecting to the payment page.

neat sigil
#

can you pls connect with me on anydesk

obtuse coral
#

No.

neat sigil
#

i don't understand how to send t

obtuse coral
#

That code would submit the value from the select to the form action.