Skip to content

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

BaseEntity.createdAt


failureReason?

optional failureReason: string

Defined in: types/payment.types.ts:174


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


parentUserId

parentUserId: string

Defined in: types/payment.types.ts:157


refundedAt?

optional refundedAt: string

Defined in: types/payment.types.ts:171


status

status: ParentVerificationStatus

Defined in: types/payment.types.ts:162


stripeChargeId?

optional stripeChargeId: string

Defined in: types/payment.types.ts:165


stripeRefundId?

optional stripeRefundId: 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

BaseEntity.updatedAt


verificationMethod

verificationMethod: ParentVerificationMethod

Defined in: types/payment.types.ts:161


verifiedAt?

optional verifiedAt: string

Defined in: types/payment.types.ts:170

DoCurious Platform Documentation