stripity-stripe icon indicating copy to clipboard operation
stripity-stripe copied to clipboard

An Elixir Library for Stripe

Results 86 stripity-stripe issues
Sort by recently updated
recently updated
newest added

Hi, `Subscription.delete` was entirely removed from the module on 2.17, but Isn't it just its use with `at_period_end` that was deprecated as opposed to the entire method? How can you...

## Description It seems that with the [Stripe API version upgrade](https://github.com/beam-community/stripity_stripe/pull/748) we accidentally deleted the way for subscriptions to be cancelled. The [Stripe API docs](https://stripe.com/docs/api/subscriptions/cancel) (and their SDK) still mention...

Fixes #749. The `create_params` type spec used on `Session.create/2` incorrectly defines `line_items` as a list of: ```ex %{ optional(:object) => String.t(), optional(:data) => %{ optional(:id) => Stripe.id(), optional(:object) => String.t(),...

Add [report run](https://stripe.com/docs/api/reporting/report_run) and [report type](https://stripe.com/docs/api/reporting/report_type) entities. I also ran `mix format` to format my added code and it ended up changing quite a bit of existing code.

Hello and thanks for the library! Recently you updated `line_item` type: some of the parameters are now wrapped in `data`, so my previous call of `Stripe.Session.create` started to fail on...

### Existing Issue or Pull Request Verification - [X] Confirmed, no existing Issues or Pull Requests found related to my submission. ### Package Version 3.1.1 ### Are you using the...

stale:discard

The existing pipeline hasn't worked since `v755`. I am trying to upgrade it to https://github.com/stripe/openapi/releases/tag/v756 There are some breaking changes in it, but I am not sure! - https://github.com/stripe/openapi/compare/v755...v756

stale:keep

### Problem Statement Hello everyone, first of all, thanks for the great work on this library. Am I missing something or the type signature for `items` is missing `id`? To...

Hey 👋 I added a way to override the method_name for an operation. These are not unique per schema apparently. Did some cursory exploration on how other stripe sdk's deal...

stale:keep

In order to persist stripe information to our database for faster retrieval, I found I had written a wrapper that was decoding stripe schemas manually into json, then storing it...

stale:keep