#battbot - Terminal with Interac
1 messages · Page 1 of 1 (latest)
Hello! Do you have any further details beyond that error?
Did Interac work in test mode with the special Interac test card?
Ah, okay. Was the Payment Intent created with interac_present?
we are not*
how would we know before the card swipe to set that on the payment_intent?
it's entirely dependant on the customer what card they use right?
If you want your integration to support Interac you would set it on all Terminal PaymentIntents.
what if they use a Visa instead
There are details about doing this here: https://stripe.com/docs/terminal/payments/regional?integration-country=CA#create-a-paymentintent
That's fine, you can also set card_present as well.
i see
so we set both card_present and interac_present for the payment intent regardless of what card is used?
Yep.
ok i'll try it out. thank you for the help