#testDeveloper
1 messages · Page 1 of 1 (latest)
You don't. You collect it when confirm the SetupIntent
No, confirmation should be done client-side. You implement it and the customer input their card, trigger the confirmation call
can you provide a reference for the same
How to add card with setup intent?
I would recommend looking here: https://stripe.com/docs/payments/save-and-reuse?platform=web
Unable to get the PAYMENT_METHOD_ID
since i am entirely doing the payment on server-side not client side
unable to add the test card using setup intent
@granite furnace , i have used confirms: true
and it shows status succeeded but dosen't reflect on stripe dashboard
You figured it out the PAYMENT_METHOD_ID?
I mean, normally in a real use case, you will need to collect Payment Method client-side, so why would you bother to do server-side confirmation?
If you just want to test then you can use pm_card_visa like this https://stripe.com/docs/api/setup_intents/confirm, but keep in mind this is just for testing
ok used it but still not reflecting on stripe dashboard
Followed this process
setupIntent > setupIntent confirm > create Payment Intent
Kindly guide me for the same @granite furnace
PaymentIntent is another different thing. After create the PaymentIntent you also need to confirm it
like the SetupIntent
ok
Why does it take so much time for paymentIntent created to be as available balance @granite furnace ?
It says it will be available by 28 Dec
It's always 7 days for the first Payout iirc
What is the meaning of first Payout iirc ? @granite furnace
ok, actually i need to transfer the funds after i create & confirm payment intent to other connected accounts
kindly let me know how can i do this ?
Um it's still the same mentioned in the Doc
In most cases, when you start processing live payments from your customers with Stripe, you won’t receive your first payout until 7–14 days after receiving your first successful payment
Sorry, but it's because of financial regulatory or requirements
so the payout is automatic?
can you let me know ?
can i create a transfer after creating & confirming a paymentIntent?
for other connected accounts as destination?
Yes you can (you can try it in Test mode). But it is the same that you will need 7 days until it's available for Payout