Skip to content

Commit

Permalink
Merge pull request #902 from stripe/remi-add-sd-pi
Browse files Browse the repository at this point in the history
Support statement_descriptor on PaymentIntent capture
  • Loading branch information
remi-stripe authored Jul 22, 2019
2 parents 86c69ca + a6f84db commit c7c7f30
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 c7c7f30

Please sign in to comment.