cURL
Orders
Initiate Order to Offboard Equipment from an Employee
Initiates a transaction to offboard equipment from one or more employees. This process may include logistics, retrieval, inspection, and optional storage.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Transaction details including offboarding orders and payment method.
The payment method to use for the transaction.
Example:
"Credit"
The country associated with the offboarding.
Example:
"88730c2b-90a9-47e3-bd11-03b1fc414d7d"
The key represents the ID of the employee from whom equipment is being offboarded.
Optional URL to redirect the user after payment.
Example:
"https://yourapp.com/transactions"