#dino - external account
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
Hey there can you share a code snippet for this, and an example request with an error?
https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thanks request id: req_GWGlCiywwIJL8A
Received unknown parameters: object, country, account_holder_name, account_holder_type, routing_number, account_number```
Ah, looks like you're missing wrapping this all inside an external_account hash:
https://stripe.com/docs/api/external_account_bank_accounts/create?lang=curl#account_create_bank_account-external_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Same data you have, but needs that layer around it