#xlex - Interac
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the request ID showing the error for #1? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
For #2 I'm not sure I completely understand. Can you provide more details?
Request ID: req_iUlvxCgA2Zamcu
I'm trying to test my server integration. I want to have an "interac_present" charge that I can test my code that "captures" it.
With credit cards, etc... my automated test suite can create an unconfirmed payment intent with "pm_card_visa" and then confirm it, refund it, etc...
But AFAIK it is not possible to create an interac payment intent without involving the iOS app
Have you seen this section of the docs? https://stripe.com/docs/terminal/features/refunds#client-side
No : (. Gosh darned interac. That sucks. But it makes sense.
For testing Terminal with Interac you need either a special physical test card (https://stripe.com/docs/terminal/references/testing#interac-test-card) or you can use the Interac test info listed in this table: https://stripe.com/docs/terminal/references/testing#standard-test-cards
I've got the test cards and all that is working fine.
Without involving the iOS app, Is there a way to generate a test interac payment intent that is confirmed but un-captured, so I can test capturing it?
I don't think so, at least not without using one of the Terminal SDKs.
Can you use the Terminal JavaScript SDK with a simulated reader?
I haven't looked at Terminal JS at all so I'm not sure. I'm ideally hoping to do it 100% in Ruby (or at least no browser/client)
I do not think that's possible for Interac and Terminal.