#feni-patel_api

1 messages ¡ Page 1 of 1 (latest)

umbral glenBOT
#

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

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

lament haven
#

Hello @visual holly

visual holly
#

Hello! How can we help?

lament haven
#

I want to make flow as follows using payment intent without using setup intent.

(1) Create payment intent on platform account with customer of platform account
(2) From front end i will get paymentMethodId of platform account customer
(3) During payment i want to direct charge on express connect account by copying platform account customer and paymentMethodId

visual holly
#

direct charge on express connect account
Why direct charges? This is not something on Express accounts we generally recommend for various reasons

#

Are you encountering a particular problem/error when you do this? Or have you not yet tried? I'd recommend following the guide above and let us know if you've any questions

lament haven
#

In payment intent is it possible this flow ?

#

Becacuse we have tried setup intent. Everything works fine but in 3d secure authentication it shows 0.0 amount during transaction. Event though actual amount deduct during transaction but just display 0.0 in 3d secure authentication page

visual holly
visual holly
lament haven
#

which value should i passed into setup_future_usage ?

visual holly
#

It sounds like you want to save the card on the platform without an initial payment yes? If so, a Setup Intent is your only option really and unfortunately some bank do show those as zero-amount payments in a 3DS/auth flow. Agree that can be confusing for your customers

lament haven
#

thanks