#PGP-payment-intent
1 messages · Page 1 of 1 (latest)
Hi 👋 just to clarify, you're asking if it's possible to create a Payment Intent that will accept multiple types of Payment Methods?
yes
I'm using Stripe Terminal. The payment method for the software I'm using is card_present but I would like it to also accept interac_present
You can pass both of those values into the array that you provide for payment_method_types when creating the Payment Intent.
That's shown in the server-side code snippet here:
https://stripe.com/docs/terminal/payments/regional?integration-country=CA#interac-payments