#_api
1 messages · Page 1 of 1 (latest)
👋 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/1296667457607569483
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
🥹
Can you provide the req_xxx request id
what does it show exactly, on the amount in Dashboard?
We didn't write code to request, we just wrote some demo to get data, and then we checked the data and found that it didn't match
We didn't write code to request, we just wrote some demo to get data, and then we checked the data and found that it didn't match
on your demo you would called some Stripe API in Test mode, correct?
I created a new product, and the amount was HK $100. Then I paid in US dollars on the payment page. After the payment was completed, I went back to the stripe transaction details to check the data and found that the amount received was HK $100.01
Yes, the api of the call is invoked in test mode
Another time I created a product whose price was HK $10,000, and then I bought 20 pieces of this product on the payment page and paid in RMB. When I finished the payment, I went back to the stripe transaction details to check the order and found that I only received HK $199,999.98, which was HK $0.02 less than I expected