Skip to content

Instantly share code, notes, and snippets.

@cjavilla-stripe
Created July 21, 2020 16:09
Show Gist options
  • Save cjavilla-stripe/3f1d50d12f8ed0164b68294360c3ae9c to your computer and use it in GitHub Desktop.
Save cjavilla-stripe/3f1d50d12f8ed0164b68294360c3ae9c to your computer and use it in GitHub Desktop.
const acct = await stripe.accounts.update(
'acct_xxx', {
individual: {
dob: {
day: 15,
month: 8,
year: 2013,
},
},
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment