#Hung Dang
1 messages · Page 1 of 1 (latest)
Hi there, did you set setup_future_usage when creating the PaymentIntent?
you can see img for server code. i have setup_future_usage: "off_sesssion:
Yup, then that's the expected behaviour. If you set the setup_future_usage, the checkbox won't be shown.
how to show checkbox? Can you guide for me
As explained in the changelog https://github.com/stripe/stripe-android/blob/master/CHANGELOG.md#1810---2021-10-18
You need to remove setup_future_usage if you want to show the checkbox
I'll try again, because I didn't add the option setup_future_usage before it didn't show up either. I use react-native stripe and ios simulator
Ok thanks bro it working
I have a business, the user presses to pay for a product and will enter the card or select the card and pay, but I need the payment not to be paid immediately. I want to be accepted by the manager before the payment can be made. I have not found any method provided by Stripe for pending payments.
this is likely what you're looking for : https://stripe.com/docs/payments/place-a-hold-on-a-payment-method. You can only hold funds for 7 days