Skip to content

Commit

Permalink
Allow listing charges by PaymentIntent id
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed May 5, 2019
1 parent d94ce0e commit eb76989
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 eb76989

Please sign in to comment.