#lelouch
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/currencies for the Currencies, and no, there isn't an exchange rate api
You could write to Support, they probably know of some beta which you can enroll. But keep in mind Beta is not stable as the public API
hmm i see
sure and thanks
is this only applicable when making a charge ?
what about transactions ?
Charge or transaction is the same. Whenever you charge your customer an amount, it should be > this minimal amount
hmm i dont quite get it, let say a user used their virtual card to make payemnt will the be a stripe processing fee ?
Yes, for every transaction
Stripe support will be able to tell you more about the pricing / fees. We mainly help with developers who want to integrate directly with the Stripe API here on this channel
ahaha ya thats what i am doing
i dont see any processing fees anywhere when a virtual card is used
where are you checking for the processing fees?
the object you should be looking at is https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no, they're not added to the amount (the amount should already be inclusive of those fees)
i suggest you create a payment and take a look to better understand how it works
i didnt know of this balance object before
will do more tests
but beforehand
can i also add own processing or tax fees ?
only for virtual card transactions
how are you planning to identify that it's a virtual card? there's no way to identify that it's a virtual card for a payment from Stripe's end