Skip to content

Commit

Permalink
Support statement_descriptor on PaymentIntent capture
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Jul 22, 2019
1 parent 86c69ca commit a6f84db
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 @@ -103,6 +103,7 @@ type PaymentIntentCaptureParams struct {
Params `form:"*"`
AmountToCapture *int64 `form:"amount_to_capture"`
ApplicationFeeAmount *int64 `form:"application_fee_amount"`
StatementDescriptor *string `form:"statement_descriptor"`
TransferData *PaymentIntentTransferDataParams `form:"transfer_data"`
}

Expand Down

0 comments on commit a6f84db

Please sign in to comment.