v3

OpenAPI 3.0.42026-07-312008682.1 MB
Payments

Add credit card payment

Follow the Payment automation use case for processing credit card payments.

post/api/connector/v1/payments/addCreditCard

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

BillIdstring uuid nullable

Unique identifier of an open bill of the customer where to assign the payment.

AccountingCategoryIdstring uuid nullable

Unique identifier of an Accounting category to be assigned to the credit card payment.

ReservationIdstring uuid nullable

Unique identifier of the reservation the payment belongs to.

Notesstring nullable

Additional payment notes.

CustomerIdstring uuid required

Unique identifier of the Customer.

ReceiptIdentifierstring nullable

Identifier of the payment receipt.

Response

OK

CreditCardIdstring uuid

Unique identifier of the CreditCard.