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.
https://dj-stripe.dev
MIT License
1.56k stars 474 forks source link

VerificationSession: add field client_reference_id #2035

Open dbartenstein opened 1 month ago

dbartenstein commented 1 month ago

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 https://github.com/dj-stripe/dj-stripe/discussions/1529#discussioncomment-8869556