dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.

Home Page:https://dj-stripe.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VerificationSession: add field client_reference_id

dbartenstein opened this issue · comments

Stripe recommends using the client_reference_id for reconciling the verification with the internal systems:
https://docs.stripe.com/api/identity/verification_sessions/create#create_identity_verification_session-client_reference_id

Describe the solution you'd like
Add VerificationSession.client_reference_id

See #1529 (reply in thread)