v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Transfer Funds

post/wallet/transfer

Request body

companyIDstring required

ID of company

employeeIDstring

Zeal employee ID

contractorIDstring

Zeal contractor ID

amountnumber float required

The total amount (gross) to transfer to this worker's card

cardIDstring
bankAccountIDstring

Response

200

successboolean
dataobject

Wallet Transaction Object

testModeboolean

Example response

{
  "success": true
}