v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBOrder and Pay
Apply a Payment
Add a payment to an existing order.
post/o/op/1/pay
Request body
Example request
{
"iKaccountIdentifier": "A1234.56",
"thirdPartyPaymentReference": "12345678901234",
"endpointId": "MY-AWESOME-ENDPOINT-ID",
"businessLocationId": 45454565682155,
"taskTtlInMs": 60000,
"deviceId": 12345678980,
"paymentMethod": "OOPAYMENT",
"paymentAmount": 20.06,
"tipAmount": 2.5,
"targetPrinterProfileId": 1773881235
}Response
accepted
Example response
{
"status": "ok"
}