Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7059,6 +7059,64 @@ paths:
- organizationId
- transactionType
- userId
- type: object
properties:
birthdate:
type: string
format: date-time
title: ISO Date String
country:
type: string
minLength: 1
countryOfIncorporation:
type: string
minLength: 1
dateOfIncorporation:
type: string
format: date-time
title: ISO Date String
debugFailureReason:
type: string
minLength: 1
debugStatus:
type: string
minLength: 1
enterpriseId:
type: string
minLength: 1
enterpriseName:
type: string
minLength: 1
isEntity:
type: boolean
nameFirst:
type: string
minLength: 1
nameLast:
type: string
minLength: 1
nameMiddle:
type: string
minLength: 1
organizationId:
type: string
transactionType:
type: string
enum:
- unverifiedPayGoUser
userId:
type: string
minLength: 1
required:
- birthdate
- country
- enterpriseId
- isEntity
- nameFirst
- nameLast
- organizationId
- transactionType
- userId
- type: object
properties:
addressCity:
Expand Down