#Damo - (Red61)

1 messages ยท Page 1 of 1 (latest)

karmic waveBOT
lost lagoon
#

Hi ๐Ÿ‘‹ I think a good approach for that would be to retrieve the reader object, and check the action.status field to see if the previously received action is still in_progress:
https://stripe.com/docs/api/terminal/readers/object#terminal_reader_object-action-status
https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven#reader-object

Prepare your application and backend to collect payments using Stripe Terminal.

raw mesa
#

ah okay, yeah I suppose if the action is set to "succeeded" or "failed" then that's a fair indication

#

I'll give that a bash then, thanks!