#piercy
1 messages · Page 1 of 1 (latest)
Hello piercy, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• piercy, 1 days ago, 5 messages
• piercy, 4 days ago, 53 messages
What do you mean by "Platform information"? There is a metadata field on a connect account: https://stripe.com/docs/api/accounts/object#account_object-metadata. You should just be able to update the account to change it: https://stripe.com/docs/api/accounts/update#update_account-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
On the dashboard it lists it as "Platform information". hmm, when i retrieve the account it has no meta data, but I can see it on the dashboard.
test mode account id: acct_1O1sT6JvmWfHgOOQ
Platform information is a separate section from metadata
Ok, cool, but yeah when i do the account retrieval, it doesnt have any meta data, so not really sure how i get it
How did you set it
From the page you see there, just clicked edit on the right.
This is the response I get when retreiving the account, i hope pastebin is ok, it was a bit large for discord: https://pastebin.com/DyTsr72n
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I redacted my email address and personal info, but yeah the meta doesnt appear
req_7sE0tKBFCltLmi
It would have been that, but as its a GET request it doesnt show much for me
ah, I can do that, thats just my local configuration being incorrect. Ill give that a go, thanks
That did it, and now that its retrieving it, its also able to update it.
So thats all working. Thanks, I appreciate the help