#yordis-prieto_code

1 messages · Page 1 of 1 (latest)

misty iceBOT
#

👋 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.

solemn ridge
#

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.

velvet verge
#

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

solemn ridge
#

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?

velvet verge
#

Familir with what? What is it in this context?

#

Are you still there?

solemn ridge
velvet verge
#

I couldn't find a way to create an issue since the Issue Template is not suited for the situation.

#

What do you recommend me to say in the email?