Appearance
DoCurious API Reference / types / ParentVerification
Interface: ParentVerification
Defined in: types/payment.types.ts:156
Parent verification for COPPA compliance Used when linking a parent account to a child (under-13) account
Extends
Properties
attemptCount
attemptCount:
number
Defined in: types/payment.types.ts:175
chargeAmount
chargeAmount:
number
Defined in: types/payment.types.ts:167
childUserId
childUserId:
string
Defined in: types/payment.types.ts:158
createdAt
createdAt:
string
Defined in: types/common.types.ts:154
ISO 8601 datetime when the entity was created
Inherited from
failureReason?
optionalfailureReason:string
Defined in: types/payment.types.ts:174
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
parentUserId
parentUserId:
string
Defined in: types/payment.types.ts:157
refundedAt?
optionalrefundedAt:string
Defined in: types/payment.types.ts:171
status
status:
ParentVerificationStatus
Defined in: types/payment.types.ts:162
stripeChargeId?
optionalstripeChargeId:string
Defined in: types/payment.types.ts:165
stripeRefundId?
optionalstripeRefundId:string
Defined in: types/payment.types.ts:166
updatedAt
updatedAt:
string
Defined in: types/common.types.ts:156
ISO 8601 datetime when the entity was last modified
Inherited from
verificationMethod
verificationMethod:
ParentVerificationMethod
Defined in: types/payment.types.ts:161
verifiedAt?
optionalverifiedAt:string
Defined in: types/payment.types.ts:170