---
title: "Submit onboarding requirements for Scaled Platform originators"
method: POST
path: "/transfer/platform/requirement/submit"
tags: ["plaid"]
---

# Submit onboarding requirements for Scaled Platform originators

`POST /transfer/platform/requirement/submit`

The `/transfer/platform/requirement/submit` endpoint allows platforms to submit onboarding requirements for an originator as part of the Scaled Platform Transfer offering.

## Request body

- TransferPlatformRequirementSubmitRequest — Defines the request schema for `/transfer/platform/requirement/submit`
  - `client_id` string — Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
  - `secret` string — Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
  - `originator_client_id` string, required — The client ID of the originator
  - `requirement_submissions` TransferPlatformRequirementSubmission[], required — A list of requirement submissions that all relate to the originator. Must contain between 1 and 50 requirement submissions.
    - `requirement_type` string, required — The type of requirement being submitted
    - `value` string, required — The value of the requirement, which can be a string or an object depending on the `requirement_type`. If it is an object, the object should be JSON marshaled into a string. See the documentation on this endpoint for more information and examples.
    - `person_id` string, uuid — The `person_id` of the person the requirement submission is related to. A `person_id` is returned by `/transfer/platform/person/create`. This field should not be included for requirements that are not related to a person.

## Response `200`

OK

- TransferPlatformRequirementSubmitResponse — Defines the response schema for `/transfer/platform/requirement/submit`
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

## Other responses

- `default` — Error response

## Changes

- **2025-03-26** `09cbc8444913` — 2 warning
  - added the new `CHECK_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CONSUMER_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
- **2024-10-09** `36052f62cce1` — 1 info
  - endpoint added
- **2024-02-21** `5de70cc1e6ca` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/plaid/apis/the-plaid-api/changes/transfer/platform/requirement/submit/post.md)

---

[API](https://skmtc.dev/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.dev/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/revisions/5eae3158bbfc/schema)
