microsoft / azure-api-management-monetization

MIT License
54 stars 30 forks source link

Unable to initialize Stripe #8

Closed nbarrasson closed 3 years ago

nbarrasson commented 3 years ago

I'm not able to initialize the Stripe part with the stripeInitialisation.ps1 script Output is the following:

Stripe CLI already installed.
{
  "error": {
    "code": "parameter_invalid_empty",
    "doc_url": "https://stripe.com/docs/error-codes/parameter-invalid-empty",
    "message": "You passed an empty string for 'id'. We assume empty values are an attempt to unset a parameter; however 'id' cannot be unset. You should remove 'id' from your request or supply a non-empty value.",
    "param": "id",
    "type": "invalid_request_error"
  }
}