In the Deliver API, a person can have one of the following statuses, indicated by the status field.

A person was created to represent an individual or a person’s record was updated in a way that requires identity re-verification.

Regardless of whether you are using Orum’s customer identification provider (Orum-KYC) or your own customer identification provider (BYO-KYC), all persons you create will always move from a Created to a Verified status. The POST API response will return the person with a status of created.

A majority of use cases require that persons have a status of verified in order to send or receive funds. However, some use cases allow a person to have a status of created. Your use case will be determined during onboarding and will dictate which Persons Status is required. The respective data requirements are listed below:

Created Person

  • Customer reference ID
  • First name
  • Last name

Verified Person

  • Customer reference ID
  • First Name
  • Last Name
  • SSN
  • DOB
  • Address
  • *Phone Number - only required for persons transacting with a card

Diagram

The below example shows how a person can move through the above statuses. A person can move from “verified” to “restricted” if they match a sanctions list anytime after their initial customer identification. To learn more about why a person is in the “rejected” or “restricted” state, refer to the status_reason field in the API response.

If a person fails customer identification and is set to the rejected status, Orum will automatically kick off a manual review and attempt to retry the customer identification workflow to resolve the issue.