Real-time product information update
This flow is useful for POS who would to send an API call on each cart update event, this will allow the customer to see the order information in realtime on the EMV Pinpad device and on SensePass tag.
Step 1 - Send product information on every cart change
POST
http://localhost:8003/api/transactions/products/update
Step 2 - Call Init as usual once the POS is ready to accept payment (Sync/Async)
POST
http://localhost:8003/api/transactions/init/sync OR http://localhost:8003/api/transactions/init
Last updated