cURL
Orders
Initiate Order to Assign Equipment from Storage to Employee
Initiates a transaction to assign equipment from storage to an employee.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The transaction details, including order information and payment method.
The payment method selected by the client (e.g., "Credit").
Example:
"Card"
The ID of the employee's resident country.
Example:
"b9bbd993-6556-4186-a00b-61346f9f66be"
The key for this property must correspond to the ID of the employee to whom the equipment will be assigned.
The URL to redirect the user after payment completion.
Example:
"http://localhost:3000/dashboard/transactions"