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
Name
Type
Description
x-api-key
string
Request Body
Name
Type
Description
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