#lcssss_best-practices

1 messages ยท Page 1 of 1 (latest)

fathom sailBOT
#

๐Ÿ‘‹ 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.

warped sinew
#

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

vocal sluice
#

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?

warped sinew
#

unfortunately, there's no way to configure the checkout form on another tab instead too ๐Ÿ˜…

vocal sluice
#

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

warped sinew
vocal sluice
#

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?

warped sinew
vocal sluice
#

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

warped sinew
#

well, you can think of it that way i.e. as per how you described

vocal sluice
#

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?