Skip to content

Instantly share code, notes, and snippets.

@leonkyr
Created August 28, 2019 01:53
Show Gist options
  • Save leonkyr/a767e7ee591681092bdedeb0f8cd4de1 to your computer and use it in GitHub Desktop.
Save leonkyr/a767e7ee591681092bdedeb0f8cd4de1 to your computer and use it in GitHub Desktop.
stripe-connect-update-personal-data
stripe.accounts.updatePerson(accountId, tradieOwnerId,
{
dob: {
day: 22,
month: 7,
year: 1980,
},
}).then((person) => {
console.log(JSON.stringify(person, null, 2));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment