#pedromcr
1 messages ยท Page 1 of 1 (latest)
Hello! 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.
- pedromcr, 5 days ago, 13 messages
Hi ๐
Can you share the API request ID where you are attempting to pass in an object?
It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I don't have one since I haven't done the request yet; this is just me not being able to get the correct type (or the one stated in the docs) from the API
and the relevant type i want as the docs suggest:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The screenshots are not helpful in this case. Can you paste your code between three ` marks ?
of course:
external_account: {
object: "bank_account",
country: "PT",
currency: "eur",
account_number: ext_acc,
},
},
)```
where ext_acc is a string like PT50000201231234567890154
What is the account type for user.StripeAccount?
Okay cool.