Init payment
Create POS payment in it’s initial state, which is WaitingMemberConfirmation. This means, that payment will be shown in mobile app where member should select payment methods and confirm the payment.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Body
Payment location. Concatenation of StoreId + Terminal Id
1 - 128Unique payment identifier
1 - 64Id of member who checked in on the POS, who suppose to pay for the purchase Must contain latin alphanumeric characters, max length 32. Allowed special characters: '-', '_'
1 - 36Unique identifier of initiate payment operation (should be same only for retries of the same operation)
1 - 64Amount to pay
x >= 0Response
OK
Payment id used to manage initiated payment and retrieve payment status
1