Review
Customers represent the end users who send or receive payments through your integration. Each customer undergoes automatic identity verification and fraud screening upon creation. Use customers to track payment history, manage bank account connections, and maintain a secure record of all transactions associated with a user. Customers can be either individuals or businesses with appropriate compliance checks for each type.
Review a customer's identity results
Update a customer's verification status
Update a customer's identity decision
ModelsExpand Collapse
class CustomerReviewV1:
required Data Data
required CustomerDetails CustomerDetails
required DateTimeOffset UpdatedAt
Timestamp of the most recent update to the customer record.
CustomerAddressV1? Address
An object containing the customer's address. This is optional, but if provided, all required fields must be present.
ComplianceProfile? ComplianceProfile
PII required to trigger Patriot Act compliant KYC verification.
IdentityDetails IdentityDetails
required Breakdown Breakdown
Detailed breakdown of the customer verification results, including decisions, risk scores, correlation score, and more.
IdentityVerificationBreakdownV1 Address
IdentityVerificationBreakdownV1 BusinessEvaluation
IdentityVerificationBreakdownV1 BusinessIdentification
IdentityVerificationBreakdownV1 BusinessValidation
IdentityVerificationBreakdownV1 Synthetic
IReadOnlyDictionary<string, string>? Messages
Dictionary of all messages from the customer verification process.
required ResponseType ResponseType
Indicates the structure of the returned content.
- "object" means the
datafield contains a single JSON object. - "array" means the
datafield contains an array of objects. - "error" means the
datafield contains an error object with details of the issue. - "none" means no data is returned.