#manikandan_rajkumar
1 messages ยท Page 1 of 1 (latest)
Hi, how does your code look like and any request id? req_xxx from https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
req_Dqe8NCbHvWzV7F ...... I am geting this error while modifying meta data can you please check it
@next maple
{
"error": {
"code": "oauth_not_supported",
"message": "This application does not have the required permissions for this endpoint on account 'acct_1NYpRvQ6Xv9hNvi5'.",
"request_log_url": "https://dashboard.stripe.com/acct_1NYpRvQ6Xv9hNvi5/test/logs/req_Dqe8NCbHvWzV7F?t=1694591157",
"type": "invalid_request_error"
}
}
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Getting this error ๐
๐ taking over for my colleague. Let me catch up.
Platforms can't update the external accounts of their Express accounts, only Custom. Noted here: https://stripe.com/docs/api/external_account_bank_accounts/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks for that