#ivobot-connect-balance
1 messages · Page 1 of 1 (latest)
ivobot-connect-balance
@blazing reef we have test cards that make the balance available immediately: https://stripe.com/docs/testing#available-balance
Hi again, thanks! Don't close it yet though
I'll close in a bit if you disappear or if we resolve your question. There are 15+ other people asking questions right now and many more before/after so we don't keep threads hanging for hours without more details
Okay, it is working. Thank you again! You can close it now for sure
Oh
one last
thing
When users withdraw their money from Stripe Connect, they get 100% of it or is there any fee?
The payout relates fees are paid by your platform: https://stripe.com/connect/pricing
Thanks!
What are the ways to retrieve receipt url for my customers? Like the same receipt I can browse in my Stripe Dashboard
That's the charge receipt_url https://stripe.com/docs/api/charges/object#charge_object-receipt_url
It is available after stripe.checkout, right?
I mean after the payment occurred via the checkout
It would be, yes, assuming there was a payment (ie, not a trial or free subscription without a payment, etc)
If your customer is using an async payment method it could be defered until that payment intent succeeds:
https://stripe.com/docs/payments/checkout/fulfill-orders#delayed-notification
Okay. One last thing. I set receipts in dashboard to be sent via email after the payment, but it doesn't work, although I can manually send them. Is it just because of the Test mode or is something set incorrectly?
Test mode does not send those emails, correct
Correct