#ubbyrob13
1 messages · Page 1 of 1 (latest)
Hello, do you get a specific error when trying to confirm a debit card?
yes one sec let me get it for you!
com.stripe.stripeterminal.external.models.TerminalException: The PaymentMethod provided (interac_present) is not allowed for this PaymentIntent. Please attach a PaymentMethod of one of the following types: card_present. Alternatively, update the allowed payment_method_types for this PaymentIntent to include "interac_present".
It sounds like the issue is moreso that you're trying with a cobranded Interac card. You can include interac_present when creating your payment intent if you want to accept interac cards with your terminal payment_method_types: ['card_present', 'interac_present'],
https://stripe.com/docs/terminal/payments/regional?integration-country=CA#interac-payments