#shweta_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/1312031151971500143
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
I have created virtual bank accunt. I am not sure who deposited money in my VBA.
is your question why there is 10€ there? https://dashboard.stripe.com/test/sources/src_1QQQSSCufXUMtp8CsuYlwgWG
yes
that's just how it works, it's added by default to help testing
When creating a Source object using your test API keys, a transaction is automatically created on the source. A source.chargeable and a source.transaction.created webhook event are sent immediately.
The amount included in the test transaction defaults to €10.00.
do note that this integration (sepa_credit_transfer Sources src_xxx) is considered deprecated and we're actively migrating existing users away from it and planning to remove support.
@scenic whale Thanks for the information. Yes I know this will be deprecated. Do we have documentation sharing information about default amount addition.
it's at https://docs.stripe.com/sources/sepa-credit-transfer#testing-sepa-credit-transfer-payments but you may or may not have access to that page(it's hidden because it's deprecated, you need to be logged into an account that is still using that payment method to be able to see it).