#Vincit
1 messages · Page 1 of 1 (latest)
Hi, trying to confirm that I understand what you're asking here. Are you trying to attain the account id from the response? Or something else?
Yes exactly, I want to be able to return the id from the newly created account
So in node, you'd just use the dot notation: https://stripe.com/docs/api/accounts/create?lang=node to attain the account id from the response like so: options.id. Can you confirm which language you're using? (I'm not as versed on other languages..)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah I'm using .Net but I was able to figure it out, thank you for your help though.