#bazylh - Bugs
1 messages · Page 1 of 1 (latest)
Hello! We can't do a screen share, but we'd be happy to help you here if you can describe what's going on and provide screenshots and whatnot as needed. 🙂
Well we are attempting to do the following steps:
- Create a reservation where we collect card information
- User does rental
- Backend calculates final amount and sets the payment intent to the final amount and fees
- Payout to Connect Account
We are getting payment completed in some cases using our api when we are setting an intent to manual
What do you mean by "completed" and what do you mean by "setting an intent to manual"?
In other cases we have it marked as incomplete after step 1 but then the sdk for our mobile app provides that with the client secret key no payment intent could be found.
We want mobile checkout to collect card information but not charge the card. Then, when they finish their reservation we collect the funds. My understanding is setting capture method to manual creates this flow
Ah, so capture_method is being set to manual. Yep, that's correct: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
What about "completed"?