Real-time product information update
Step 1 - Send product information on every cart change
{
"products": [
{
"amount": 123,
"discount": 0,
"name": "First",
"quantity": 4,
"posIdentifier": "100001",
"vat": 0
},
{
"amount": 111,
"discount": 0,
"name": "Second",
"quantity": 2,
"posIdentifier": "invalid",
"vat": 2
}
],
"timeout": "1000",
"currency": "USD",
"isCent": true,
"amount": 1900,
"readyForPayment": false,
} Step 2 - Call Init as usual once the POS is ready to accept payment (Sync/Async)
Last updated
Was this helpful?
