I am having trouble initializing a couple of Stripe APIs that involve deleting a customer or product. Stripe Doc says no parameter is required for either API calls, but then they have :id which totally makes sense:
When I tried to provide a Stripe-assigned ID as a parameter, it doesn’t work. When I tried to hard-coded it in the URL, it doesn’t work. My latest is this:
Yes indeed… as I’ve expanded already several times, you need to include an actual valid
Value to initialise the call (but a dynamic one, not a static one).