remi-stripe

Results 113 comments of remi-stripe

@J-Priebe Thanks for the report! This is (as far as I know) expected behaviour so if you pass only `ending_before` we start paginating at the end and will go back...

@AaronBeaudoin thanks for the detailed report! This feels similar to how `items` on `Subscription` can't be accessed by `sub.items` because `items` is a default method on `dict` which all our...

Lurk: Many users asking for this really just want us to do _one request_ with all the ids. The point being to minimize the back and forth and error handling...

@Axomme87 those are recent additions to the stripe-python library. Are you sure you properly upgraded on your server and don't use a cached version of the library that doesn't have...

@LinusU Thanks for reaching out. This is unfortunately a known bug we hope to fix in the future. Going to tag as future

@ryanseys I'm not sure I follow the feature request here. To retrieve an object in the API you already have to know which account you're making the request on, either...

That's fair but the SDK is mostly exposing what is in the API and we don't expose an `account` property on the majority of resources today so it would be...

@FabienPapet The list can change over time so hardcoding it in stripe-php would be a mistake. I guess we could add a method that goes and fetches the IP addresses...

The list can change any time with a few weeks of advanced notice on our api-announce@ mailing list. I'll tag this request as future though it's unlikely we'd add this...

@NathanWenslaff Thanks for the report! I'm going to tag as "future" for now as I don't think we'll get to it immediately but I'll track internally to make sure it...