v1

latestOpenAPI 3.0.02026-08-043111167.0 KB
Payout

Sign payOuts

Sign several payouts given an array of payout ids

post/payouts/sign

Query parameters

authorizationstring required

Authorization token

Request body

number[] required

Example request

[
  1
]

Response

Count Payout model instance signed

payoutIdnumber

Payout id

idnumber

Signature id

createdAtstring date-time

Signature creation date

Example response

[
  {
    "payoutId": 1,
    "id": 1,
    "createdAt": "2021-01-01T00:00:00.000Z",
    "user": {
      "id": 1,
      "name": "John Doe"
    },
    "PayOut": {
      "id": 1,
      "Amount": 1000
    }
  }
]