#harry_api

1 messages ยท Page 1 of 1 (latest)

cinder mauveBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1293481741084004393

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

ionic ridge
#

You could reverse-calculate it, and the best way is to form a formula based on a test transaction on Test mode

cedar kettle
#

How would I factor in the payment method for test mode transaction?

#

what I mean is what payment method would I use for this test mode transaction ? because stripe fee also depends on type of payment method. if its international or local card etc

cinder mauveBOT
ionic ridge
#

I see what you mean, it's reversal calculate-able with card but not for other payment methods ๐Ÿค”

pseudo gate
cedar kettle
#

How would this work when I am creating subscriptions? Upcoming invoice doesn't come with the breakdown

#

will the above way give me the breakdown of stripe fee as well?

pseudo gate
#

not sure what you mean/how that connects. At the point where you're ready to initiate the payment/start a subscription, you would have a PaymentMethod object and can do calculations

cedar kettle
#

Is there anyway to know if the card is an international card or a local one? to calculate the processing fee more accurately?