#TicketMan
1 messages · Page 1 of 1 (latest)
we are trying to test failed transactions using the amounts specified in the docs here https://stripe.com/docs/terminal/references/testing#physical-test-cards
The payment processing fails with the amounts as indicated... should we expect the same amounts to trigger a failed refund as well
for example refunding for an amount ending in .05 should send back a generic decline?
No I don't believe there is a way to test failed refunds with Terminal
With refunds you would just listen for a charge.refund.updated Event
Basically what we talk about here: https://stripe.com/docs/refunds#failed-refunds
okay, thank you
Sure