#Sachin_
1 messages · Page 1 of 1 (latest)
hello! i'm afraid not, you can't choose where to receive the webhook from. The full list of IP addresses that we use to send webhooks are : https://stripe.com/docs/ips#webhook-notifications in case you want to whitelist these addresses
Which domain i should whitelist i just need to enable on stripe checkout event ?
I am only using webhook for checking if checkout wass successfull i need for only for this event so there is any specific sub domain for this or i have to add all because i can't add so many links there .
like i mentioned, we may send events from any of the listed IP address. So no, there isn't a specific IP address that we use to send a specific event
Okay thank you 🙏🏻
Is there any api to get conversion minimum and maximum amount for a given currency . Or when i am converting to another currency.
Example :-
My stripe account is setup in Singapore SDG and i am adding money in india with INR. IF my amount is less then 50 inr then it shows me error of minimum amount i can get this by any API, thanks.
sorry, i don't quite understand the question, can you try rephrasing?
Sorry, Like i am trying to add money in india so there is a minimum amount . I have to add more then that. So to get minimum and maximum amount for a currency is there API for this ?
https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
As Stripe’s processing fee combines a small fixed amount and a percentage, we enforce a minimum amount when creating a charge. This ensures you don’t lose money on a charge. The minimum amount you can charge depends on which bank account settlement currency the payment would be paid out to.
so it would be the equivalent of SGD$0.50 for the minimum for a SG Stripe account
It will be static list or it will change in future?
i doubt it's something that would change in the future. If it does, i would think that we would send out a notice informing the affected Stripe accounts first
Okay thanks, there is any API of i have to copy from here ?
what API are you referring to?
I add currency and it will give me minimum and maximum amount i can add in that currency.
no, we don't have any such API unfortunately, you'll kinda need to make your own estimations