#GraceLR
1 messages · Page 1 of 1 (latest)
Hello! Is this for Stripe Terminal or something else?
I'd like to do it programmatically
I don't think you can. There's a special Interac test card for Stripe Terminal, but it's a physical test card. Let me double check though...
Oh, I was wrong!
I can't link directly to it, but look at the last code snippet here: https://stripe.com/docs/terminal/payments/regional?integration-country=CA#refund-an-interac-payment
That's for the server-driven integration though.
Are you using the server-driven integration?
from the doc seems like this might do it?
yes
The part in your screenshot is about creating a Payment Intent that can accept an Interac payment. That's all though.
i see, is this the part that can create a interac payment type charge?
It's part of the process, but it's not the entire thing.
You would first create a Payment Intent like that, but then you need to use a reader to pay it.
Yes, that's what I linked you to earlier, but in the docs.