v3

OpenAPI 3.0.42026-07-312008682.1 MB
Credit cards

Charge credit card

Creates payment for specified customer credit card and charges the credit card via a gateway. Note that the kind of the card has to be Gateway.

post/api/connector/v1/creditCards/charge

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.

CreditCardIdstring uuid required

Unique identifier of the CreditCard.

ReceiptIdentifierstring nullable

Identifier of the payment receipt.

AccountingCategoryIdstring uuid nullable

Unique identifier of the AccountingCategory.

ReservationIdstring uuid nullable

Unique identifier of the reservation the payment belongs to.

Notesstring nullable

Additional payment notes.

Response

OK

PaymentIdstring uuid

Unique identifier of the Payment item.