#Devi
1 messages · Page 1 of 1 (latest)
hi! you need to make sure you pass the amount correctly. https://stripe.com/docs/currencies#zero-decimal
amounts are in cents, so $80 should be passed as amount:8000, currency:SGD when making an API call.
1 messages · Page 1 of 1 (latest)
hi! you need to make sure you pass the amount correctly. https://stripe.com/docs/currencies#zero-decimal
amounts are in cents, so $80 should be passed as amount:8000, currency:SGD when making an API call.