Skip to content

Commit

Permalink
Merge pull request #846 from stripe/remi-list-charge-pi
Browse files Browse the repository at this point in the history
Allow listing charges by PaymentIntent id
  • Loading branch information
remi-stripe authored May 5, 2019
2 parents d94ce0e + eb76989 commit d97d6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ type ChargeListParams struct {
Created *int64 `form:"created"`
CreatedRange *RangeQueryParams `form:"created"`
Customer *string `form:"customer"`
PaymentIntent *string `form:"payment_intent"`
TransferGroup *string `form:"transfer_group"`
}

Expand Down

0 comments on commit d97d6e9

Please sign in to comment.