#hivecom_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/1378088363999100979
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is the screenshot of what I need to update
Do not share secret keys in here
That is sensitive data
If someone were to copy your api key they can control your account
You'll need to roll it now that you shared it publicly
ok i disabled the api key
But if you reshare the curl you have a question about without the secret key I can answer questions
it looked like a stripe secret key to me
but anyway, what's the issue I can help with?
I don't really understand the question in the form
curl -X PATCH https://dummysite.chargebee.com/api/v2/virtual_bank_accounts/dummy123customerID -u "test_dummy1234567890APIkey:" -d "scheme=ach_credit_transfer"
understood. It was an API to chargebee our billing system which I have since disabled
so I am trying to a curl to chargebee that will update the stripe's virtual bank account
Basically - Stripe now creates virtual bank accounts that are USD Cash Balance. This allows me to ssend account confirmation PDFs, etc.
The old version is just ACH credit transfer scheme. So I want to migrate some cusomters to have a different scheme
I don't really have any idea how chargebee works
I can help with stripe api questions directly only
understood
so do you undestand my issue tho?
like how do I update existing virtual bank accounts for customers to be a new scheme
If I can do it within Stripe I will
I'm assuming you want to move from ach credit transfer to bank transfers
yes
If you integrate directly with stripe i could help
But i don't know how chargebee works
I am in stripe rn
So i can't really advise how to do that
we integrate directly with stripe
It's a change you need to make in your api integration
Not in the dashboard
Which it sounds like chargebee controls
So I don't know how I can help
Here's the migration-specific doc: https://docs.stripe.com/payments/customer-balance/migrating-from-sources
yes so we have migrated already
the issue is just updating old ones. we assumed stripe would automatically do that but they did not