v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
EDD

Create an EDD review schedule

Create an EDD review schedule

post/edd/review_schedules

Request body

customer_idstring uuid required

The unique identifier of the customer.

customer_type'BUSINESS' | 'PERSON' required

The type of customer.

next_reviewstring date required

The next review date for the customer.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example request

{
  "customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "next_review": "2025-06-15",
  "tenant": "abcdef_ghijkl"
}

Response

Created EDD review schedule

creation_timestring date-time required

The date and time the schedule was created.

customer_idstring uuid required

The unique identifier of the customer.

customer_type'BUSINESS' | 'PERSON' required

The type of customer.

idstring uuid required

EDD Review Schedule ID

last_updated_timestring date-time required

The date and time the schedule was last updated.

next_reviewstring date required

The next review date for the customer.

tenantstring required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example response

{
  "creation_time": "2010-05-06T12:23:34.321Z",
  "customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "next_review": "2025-06-15",
  "tenant": "abcdef_ghijkl"
}