#rajthilak-PRB

1 messages · Page 1 of 1 (latest)

cobalt apex
#

what amount are you trying to show? Stripe amounts are always in the smallest unit of currency (cents for USD)

#

if you're trying to show $200.00, you need amount=20000

main surge
#

Okay but after doing the payment when I checked the Payments in my stripe account it is showing correctly as $200.00 USD

cobalt apex
#

is that what you want?

#

ie, are you getting the expected result now?

main surge
#

If a user wants to make payment for order $200.00
In order summary it's getting displayed as $2.00
But it's making the correct payment of $200.00

Is there any way to change the format in order summary?

#

The first image is showing the order summary as $2.00

#

Looks it's displaying the amount in cents.
Do you know how to change it?

cobalt apex
#

Can you share the payment intent id here? pi_1234

#

and what your payment request code looks like?