#Zia - Support

1 messages · Page 1 of 1 (latest)

latent mirage
#

Hi 👋

#

What kind of support?

clever silo
#

I'm using on behalf of for payments

#

but I'm not able to transfer the decimal values in there

latent mirage
#

Can you share a request ID and/or the error message you receive?

clever silo
#

actually I'm implementing it in .Net and the it accepts the long

#

which cannot accept decimals

latent mirage
#

Our APIs only accept integers anyway

clever silo
#

is there a way we can do that in decimals

latent mirage
#

All our amounts are integers representing the smallest decimal amount for a given currency

#

You must pass integers and we convert them to decimals when presenting them to users

clever silo
#

how can I change the amount transferred to 96.85?

#

or how can I create an application fee 3.15

latent mirage
#

You need to pass 9685 on all Stripe API calls and your integration will be responsible for converting it back to 96.85 when presenting it to an end user