#hamid - connect payment method
1 messages · Page 1 of 1 (latest)
it's actually just a quirk of the stripe-ruby library, it requires an instance of an object to format this specific type of API request(where the object ID has to end up in the URL and not in the POST body) which is why only the second one works. We plan to redesign this in future to new architectures that avoids this (see the comment at https://github.com/stripe/stripe-ruby/issues/945#issuecomment-881563985 )