#PhatBoB
1 messages · Page 1 of 1 (latest)
Hello 👋
The error seems to suggest, you have off_session: true on the PaymentIntent you're trying to confirm with setup_future_usage parameter
setup_future_usage should absolutely work with PaymentIntent but you can't set off_session to true at the same time
ok right, only false is accepted with paymentintent thanks you