Create POS payment
If requestMemberConfirmation = true, then this payment should be confirmed by member. Otherwise - will try to confirm payment automatically using ‘Bonus’ payment type.
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 >= 0Determines whether member confirmation is needed for this payment
Response
OK
Payment id used to manage initiated payment and retrieve payment status
1