Skip to main content
POST
cURL

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Path Parameters

bookingId
string
required

Id of the booking

Body

application/json

Body of the request

transaction_type
enum<string>
required
Available options:
payment
Example:

"payment"

amount
number
required
Example:

50

method
enum<string>
required
Available options:
transfer,
cash,
external-card,
external-online,
check,
other
Example:

"cash"

payment_method_slug
enum<string>
Available options:
visa,
mastercard,
amex
Example:

"visa"

description
string
Example:

"External payment"

Response

HTTP OK

success
boolean
Example:

true

data
object