#yordis-prieto_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255414612388478998
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there, stripity-stripe isn't a official library from stripe. I'd suggest you to reach out to its developer if you have questions when using it in your integration.
I know, I am the developer trying trying to help you here
The PR linked is by me, I am a core contributor of Beam Community Elixir GitHub org
I am fixing the codegen tool since it stopped working due to having the same operation twice, example:
%{
"method_name" => "delete",
"method_on" => "service",
"method_type" => "delete",
"operation" => "delete",
"path" => "/v1/accounts/{account}/external_accounts/{id}"
},
%{
"method_name" => "delete",
"method_on" => "service",
"method_type" => "delete",
"operation" => "delete",
"path" => "/v1/customers/{customer}/sources/{id}"
},
Under "x-resourceId" => "bank_account",
So I am trying to figure out how your official Go SDK is generated to try to learn and fix the situation for the Elixir community
I see. Sorry I'm not familiar with it. Can I suggest you to reach out to Support https://support.stripe.com/contact/email so that they can pass along your question to the owning team?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Stripe has a dedicated team for Go SDK. Alternatively you can reach out to them directly by creating a ticket in the github repo https://github.com/stripe/stripe-go/issues