Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Body
Details of a person
True for personal and business customers with a direct relationship with the fintech or bank. Set this to true for any customer related to an account.
true
Status of the person. One of the following:
ACTIVE
– is an integrator defined status. Integrators should set a person to active if they believe the person to be qualified for conducting business. Synctera will combine this status with other statuses such a verification to determine if the person is eligible for specific actions such as initiating transactions or issuing a card.DECEASED
– person is deceased.DENIED
– customer was turned down.DORMANT
– person is no longer active.ESCHEAT
– person's assets are abandoned and are property of the state.FROZEN
– person's actions are blocked for security, legal, or other reasons.INACTIVE
– an inactive status indicating that the person is no longer active.PROSPECT
– a potential customer, used for information-gathering and disclosures.SANCTION
– person is on a sanctions list and should be carefully monitored.
ACTIVE
, DECEASED
, DENIED
, DORMANT
, ESCHEAT
, FROZEN
, INACTIVE
, PROSPECT
, SANCTION
"ACTIVE"
(beta) Ban status of the person. One of the following:
ALLOWED
– person is not banned or suspendedSUSPENDED
- person is manually suspended due to fraudBANNED
– person is banned due to matching ban rules Note: changing the ban status to or from BANNED can only be performed by the Synctera platform based on ban rules.
ALLOWED
, BANNED
, SUSPENDED
"ALLOWED"
Person's chosen name.
"Annie"
Person's date of birth in RFC 3339 full-date format (YYYY-MM-DD). Must be on or after 1900-01-01 and before current date.
"2000-01-01"
Person's email.
"alice@example.com"
Person's first name.
"Jane"
Person's last name.
"Smith"
Legal address
Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.
Person's middle name.
"Anne"
Person's mobile phone number with country code in E.164 format. Must have a valid country code. Area code and local phone number are not validated
"+14374570680"
Shipping address
Person's full tax ID eg SSN formatted with hyphens. The response contains the last 4 digits only (e.g. 6789).
"123-45-6789"
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
Array of personal identifiers
Text to be added to a note when creating a person. A note is required when creating a person with a ban_status of SUSPENDED.
Response
Created person representation.
Details of a person
(beta) Ban status of the person. One of the following:
ALLOWED
– person is not banned or suspendedSUSPENDED
- person is manually suspended due to fraudBANNED
– person is banned due to matching ban rules Note: changing the ban status to or from BANNED can only be performed by the Synctera platform based on ban rules.
ALLOWED
, BANNED
, SUSPENDED
"ALLOWED"
The date and time the resource was created.
"2010-05-06T12:23:34.321Z"
Person's unique identifier.
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
True for personal and business customers with a direct relationship with the fintech or bank. Set this to true for any customer related to an account.
true
The date and time the resource was last updated.
"2010-05-06T12:23:34.321Z"
Status of the person. One of the following:
ACTIVE
– is an integrator defined status. Integrators should set a person to active if they believe the person to be qualified for conducting business. Synctera will combine this status with other statuses such a verification to determine if the person is eligible for specific actions such as initiating transactions or issuing a card.DECEASED
– person is deceased.DENIED
– customer was turned down.DORMANT
– person is no longer active.ESCHEAT
– person's assets are abandoned and are property of the state.FROZEN
– person's actions are blocked for security, legal, or other reasons.INACTIVE
– an inactive status indicating that the person is no longer active.PROSPECT
– a potential customer, used for information-gathering and disclosures.SANCTION
– person is on a sanctions list and should be carefully monitored.
ACTIVE
, DECEASED
, DENIED
, DORMANT
, ESCHEAT
, FROZEN
, INACTIVE
, PROSPECT
, SANCTION
"ACTIVE"
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
The result of a KYC/KYB verification. One of the following:
UNVERIFIED
– verification has not been completed for this customer.PENDING
– verification is in progress for this customer.PROVISIONAL
– partially verified or verified with restrictions.ACCEPTED
– the customer has been verified.REVIEW
– verification has run and issues have been identified and require review.REJECTED
– the customer was rejected and should not be allowed to take certain actions e.g., open an account.
ACCEPTED
, PENDING
, PROVISIONAL
, REJECTED
, REVIEW
, UNVERIFIED
"ACCEPTED"
Person's chosen name.
"Annie"
Person's date of birth in RFC 3339 full-date format (YYYY-MM-DD). Must be on or after 1900-01-01 and before current date.
"2000-01-01"
Person's email.
"alice@example.com"
Person's first name.
"Jane"
This flag indicates whether the person or business has accounts.
Person's last name.
"Smith"
Legal address
Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.
Person's middle name.
"Anne"
Person's mobile phone number with country code in E.164 format. Must have a valid country code. Area code and local phone number are not validated
"+14374570680"
Shipping address
Person's full tax ID eg SSN formatted with hyphens. The response contains the last 4 digits only (e.g. 6789).
"123-45-6789"
Describes the collection method for the customer's SSN:
MANUAL
– the full 9 digits of the customer's SSN was collected.PREFILL
– the customer's SSN was collected using SSN Prefill.
MANUAL
, PREFILL
Date and time KYC verification was last run on the person.
"2010-05-06T12:23:34.321Z"
Array of personal identifiers