---
title: "Expected Date Payment"
method: POST
path: "/ExpectedDatePayment"
tags: ["Queries"]
---

# Expected Date Payment

`POST /ExpectedDatePayment`

Returns the next valid date for payment.

## Request body

- ExpectedDatePayment
  - `Method` string, required
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `ActualDatePayment` string, required
  - `BarCode` string

## Response `200`

OK

- object
  - `Success` boolean
  - `ExpectedDatePayment` string
  - `Message` string
  - `Validation` object

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
