#ParkerDB-terminal-subscription
1 messages · Page 1 of 1 (latest)
I am using a payment intent from a subscription and passing that to the stripe terminal. It returns an error that the payment method type needs to be set to "card_present". When I try to update the payment intent to have the method "card_present", i get an error that I cannot update a payment intent that was created from an invoice. How can I use a payment intent off an invoice to interact with the stripe terminal
I don't think we support this flow yet
still looking
Okay... what would be the alternative? Create a payment intent from scratch and attach it to the subscription somehow?