#gourav-kumar_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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.
- gourav-kumar_api, 32 minutes ago, 9 messages
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 setoff_session: trueto 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
With Separate Charges and Transfers, your system will manually transfer the funds from platform to connected accounts when needed
can you clarify I am using the same method in our code
automatic_payment_methods is enable and true
Which part do you need to me to clarify?
In https://dashboard.stripe.com/logs/req_IgzhNGeI5wonp8, you specify setup_future_usage: 'off_session' to save the payment method collected through Card Element for future usage. Card issuing bank may ask to perform authentication.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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.
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