Skip to content

Commit

Permalink
Merge pull request #841 from stripe/remi-add-pi-customer
Browse files Browse the repository at this point in the history
Add support for listing PaymentIntents by customer
  • Loading branch information
remi-stripe authored May 3, 2019
2 parents 8a42b20 + 1b36872 commit 4c1a54c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paymentintent.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ type PaymentIntentListParams struct {
ListParams `form:"*"`
Created *int64 `form:"created"`
CreatedRange *RangeQueryParams `form:"created"`
Customer *string `form:"customer"`
}

// PaymentIntentLastPaymentError represents the last error happening on a payment intent.
Expand Down

0 comments on commit 4c1a54c

Please sign in to comment.