#jdesignv2_error

1 messages · Page 1 of 1 (latest)

cursive remnantBOT
fast charmBOT
#

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.

cursive remnantBOT
#

👋 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/1240017619978027098

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

sharp seal
#

This is the logged amount that should be transferred (2.310,00 - 82,05 = 2.227,95 €)

#

This is my current balance in my stripe dashboard (test-mode)

#

Or is that not my actual balance? Maybe I am getting smth wrong here...

#

it is my first time using transfers....

dry grail
#

I'm not familiar with the language you're using but the balance may also include pending funds (which haven't settled yet)

sharp seal
#

It is german... wait I will try to show it in english...

#

Here is it again in english

#

And I use the test card 4242... so it should be immediatly there, or shouldnt it?

dry grail
#

No, 4242 card doesn't settle immediately.

#

Try using 4000000000000077 as suggested in the error

sharp seal
#

lol

#

ok

#

I will try it

#

hmmm ok it worked!

#

Then one more question - when should I then do the transfer? Looks like the checkout.session.completed webHook is not optimal for that?

#

Would it work in the payment_intent.succeeded?

dry grail
#

balance.available is when the funds settle and become available for transfer.

You'd need to use source_transaction parameter in case you want the transfer to succeed (even when the funds haven't settled)

sharp seal
#

ahhh yeah source_transaction is perfect for my use-case!

#

thx!