API Reference

Accept payment

The method processes bill closure requests. CareCloud returns information about discounts, applied vouchers, and points used for payment that change the bill's final price.

Log in to see full request history
Body Params
string
required

ID of the store.

integer
required

Number of the cash-desk in the store.

string

The customer card number.

string

ID of the customer that made the purchase. You can search customers by plenty parameter in resource customers.

string
required

Payment type changes the checkout process depending on the value of the parameter you can allow/deny the use of benefits.
Possible values are: "S" - with standard setup checkout process allows you to collect points, but isn't possible to apply overall discounts / "A"- checkout process allows you to collect points and apply overall discounts too / "C" - use credits for payment, allows you to collect points, but isn't possible to apply overall discounts / "D"- will enable you to use overall discounts, but you are not able to collect points with this setup.

float

Amount of points to be redeemed.

float

Amount of credit customer wants to use in the purchase.

benefit_codes
array of strings

The bill closure will use present codes and recommend discounts.

benefit_codes
bill
object
required

Structure of bill from POS.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object

The structure contains values for applied rewards, vouchers, discounts, and other benefits.

recommended_discounts
array of objects
float

Amount of used points.

float

Amount of money corresponding to the number of used points.

float

Amount of used credits.

vouchers
array of objects

List of applied rewards/vouchers on the current bill (includes the value of discount) independent of DiscountItem.

vouchers
object
string

Code of a reward or a voucher used in the purchase.

string

Name of the reward.

float

Value of discount in the currency of the purchase.

float

Value of discount in percent.

string

ID of the related bill item.

float

Sum of points gained from this transaction.

float

Amount of the points on the customer account (after the recent purchase is closed).

float

Amount of the credits on the customer account (after the recent purchase is closed).

messages
array of objects

A recommendation messages for the cashier in his language localization.

messages
object
string

Text of the message.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL