Transactions

Transactions are required for an appointment to be valid

Create a transaction

POST https://api.daslab.app/transactions

An appointment needs a transaction in order to be valid. Appointments that do not have a transaction within 15 minutes are dropped. Transactions cannot be removed or updated but a refund transaction can be made.

Headers

NameTypeDescription

x-api-key

string

Request Body

NameTypeDescription

code

string

If 'code' method the code like MYSPECIALCODE1

method

string

Can be 'code', 'cash' or 'stripe'

appointmendId

number

The appointmentId this transaction applies to

Last updated