#testDeveloper

1 messages · Page 1 of 1 (latest)

solid edgeBOT
granite furnace
#

You don't. You collect it when confirm the SetupIntent

elfin trail
#

when is it confirmed?

#

can it be confirmed manually via the stripe dashboard?

granite furnace
#

No, confirmation should be done client-side. You implement it and the customer input their card, trigger the confirmation call

elfin trail
#

can you provide a reference for the same

elfin trail
#

How to add card with setup intent?

granite furnace
elfin trail
#

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

granite furnace
#

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?

elfin trail
#

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

granite furnace
#

PaymentIntent is another different thing. After create the PaymentIntent you also need to confirm it

#

like the SetupIntent

elfin trail
#

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

granite furnace
#

It's always 7 days for the first Payout iirc

elfin trail
#

What is the meaning of first Payout iirc ? @granite furnace

granite furnace
#

(you don't need to mention me each time 🙂 )

#

iirc = if I remember correctly

elfin trail
#

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 ?

granite furnace
#

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

elfin trail
#

so the payout is automatic?

elfin trail
#

can you let me know ?

#

can i create a transfer after creating & confirming a paymentIntent?

#

for other connected accounts as destination?

granite furnace
#

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