#lukeKu - waiting periods
1 messages · Page 1 of 1 (latest)
Made a payment to Stripe platform and want to transfer to Connect Express account
But the funds should as "Available Soon"
*show as
also made a direct payment from a customer to the Connect Express which is also Available Soon
Ok. Can you send the request ID for that transfer?
https://dashboard.stripe.com/test/payments/pi_3KTI8yFQSpK5gp2E1AAaSSwk this is the payment
Ok cool
But I was going to say, you probably aren't using these top 2 test mode cards: https://stripe.com/docs/testing#cards-responses
If you use these cards, they will bypass the pending balance
Does that give you what you need?
excellent! thank you. let me try quickly to confirm
and once I have made a payment to the Stripe Platform account, where do I go to transfer to a Connect account?
why did it take so much for the fee?
Shouldn't it be 2.9% + $0.30?
This was a payment directly from customer to the Stripe Connect Express account
It's because the card is international ðŸ˜
is there a way to restrict the type of cards a customer can set up a PI from?
or rather, when the front-end is passing the card info?
I don't think so. We are using setupIntent
We need to store their payment method for later billing
Ok. How are you collecting card details on the front-end?
Our team is using this https://stripe.com/docs/payments/save-and-reuse
custom payment
You can do some things to try to tell beforehand but we typically recommend not trying to differentiate if possible because on balance the high fees and low fees typically cover each other.
Otherwise, it would probably be best to only hold these funds initially, check the card brand once the funds have been successfully help, and capture or release the funds based on what you decide