Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be more explicit about what the {{USER_ID}} metadata field is for #11

Open
cjavilla-stripe opened this issue Sep 29, 2021 · 1 comment

Comments

@cjavilla-stripe
Copy link
Contributor

Justin says:

I think being more explicit and adding a comment would help a lot. Something like this:

$user_id = ''; // Fetch from your database

$verification_session = $stripe->identity->verificationSessions->create([
  'type' => 'document',
  'metadata' => [
    'user_id' => $user_id,
  ]
]);
@charlemagne00
Copy link

Hello I'm have a long time I look for a number social can u help me please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants