diff --git a/stripe.go b/stripe.go index 62f104a9a8..0e3cf09481 100644 --- a/stripe.go +++ b/stripe.go @@ -817,7 +817,7 @@ func StringValue(v *string) string { const apiURL = "https://api.stripe.com" // apiversion is the currently supported API version -const apiversion = "2019-02-11" +const apiversion = "2019-02-19" // clientversion is the binding version const clientversion = "57.0.0"