#Zia - Support
1 messages · Page 1 of 1 (latest)
I'm using on behalf of for payments
but I'm not able to transfer the decimal values in there
Can you share a request ID and/or the error message you receive?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
actually I'm implementing it in .Net and the it accepts the long
which cannot accept decimals
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Our APIs only accept integers anyway
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
how can I change the amount transferred to 96.85?
or how can I create an application fee 3.15
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