#lcssss_best-practices
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/1296295712639815702
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- lcssss_checkout-banktransfers, 6 hours ago, 18 messages
hello! give me a second to test this out
hrm, it looks like there's no way to redirect back to your site. I'll pass on this feedback
Okay gotcha
If you could pass on feedback that would be great
On that note, is there a way to pop out the checkout form on another tab instead?
unfortunately, there's no way to configure the checkout form on another tab instead too ๐
I wonder if there would be a way to kind of do it hackily
I guess I could pop open a new tab before loading the stripe checkout session
And then have it redirect there
Anyways, thanks for your help and let me know if stripe ever implements functionality to redirect a user back from the hosted_instructions_url page
Can you share your account id so that we can let you know if this feature is implemented? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is my account id: acct_1PfRoqRqRTTtxjyx
Hey while I still have you
Are you aware of any easy way to test the bank transfer, for example any test bank accounts I can use to simulate the bank transfer? Just so I am able to test the functinoality and behavior of the webhooks upon receipt?
https://docs.stripe.com/payments/bank-transfers/accept-a-payment - this seems like what you're looking for?
So the behavior I am accepting of my users is that the customer object they are creating is just basically a throwaway. I am expecting a large, one-off payment which upon receipt I will distribute to multiple connected accounts on my platform. The customer does not want to use pull-ACH and instead only wants to use a bank transfer.
Does the way the stripe bank transfer work like the following:
- Customer goes to checkout page and selects bank transfer
- They recieve details as to where to transfer the funds to
- Funds get populated into the Customers created stripe account (Customers Cash balance) which then is paid to the platform
So simply put, the money they are transferring from their bank account is just flowing into a customer object which then gets paid to my account rather than a direct payment to my account
well, you can think of it that way i.e. as per how you described
When I am testing this through the checkout API, the payment is not being associated with the customer account. Any idea why this might be?