#gourav-kumar_api

1 messages ¡ Page 1 of 1 (latest)

scenic timberBOT
#

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

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

stark leafBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

astral rain
#

I have tried the confirm the payment intent creation in this request and its failed due to 3ds card verification again asking for reauthentication. But we can't ask customer to do this
This has been explained in earlier thread: #1270997333131399272 message that you should use Setup Intent to collect a payment method. In Payment Intent request, you should then set off_session: true to inform the issuer that the customer is not present to perform authentication.

if we will charge the customer instantly and want to hold the transfer of connect account
This can be done with Separate Charges and Transfers on Express or Custom connected accounts: https://docs.stripe.com/connect/separate-charges-and-transfers

Create charges on your platform account and transfer funds to multiple connected accounts.

#

With Separate Charges and Transfers, your system will manually transfer the funds from platform to connected accounts when needed

thin lintel
#

can you clarify I am using the same method in our code

#

automatic_payment_methods is enable and true

astral rain
#

If the customer is not in session to complete the payment, you may specify off_session: true, so that we will forward this information to the card issuing bank. However, card issuing bank may ask to perform authentication for any payment. Your integration should bring the customer back to perform authentication.

thin lintel
#

I want to know more about the separate charges and transfer actually we want to pay the connect account manually and we dont want to take it in our platforms account we want to create a charge with connect transfers but transfers will happen after our confirmation . Is it possible

#

Currently we are creating a payment intent with the transfer id and when payment is done then the transfer id will received the fund in their dashoard

#

we want to charge the customer intially but want to transfer on the delay basis or manual decided day after work completion