POST
/
checks
{
  "success": true,
  "message": "Successfully created",
  "data": {
    "checks": [
      {
        "checkId": "<string>",
        "serialNumber": "<string>",
        "amount": "<string>",
        "status": 123,
        "bankAccount": {
          "bankAccountId": "<string>",
          "name": "<string>"
        },
        "payee": {
          "payeeId": "<string>",
          "name": "<string>"
        }
      }
    ]
  }
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
checks
object[]

Response

201 - application/json
success
boolean
message
string
data
object