#SoloGeneral-test-webhook
1 messages · Page 1 of 1 (latest)
Hi there
Let me take a look
Try stripe trigger issuing_authorization.request --stripe-account acct_1L1dQiR3aspVTJoe --override authorization_request:card="ic_1Kv4FiJcIAKVEIOPlsALq99q"
It gives the same error
Hmmm
let me have a look
yeah this is not possible
We don't yet support overrides on the URL path parameter and right now the card id goes here: https://github.com/stripe/stripe-cli/blob/master/pkg/fixtures/triggers/issuing_authorization.request.json#L37
"path": "/v1/issuing/cards/${card:id}/test/authorizations",
"method": "post",```
it's something we want to support but not planned immediately
I'd recommend opening an issue here: https://github.com/stripe/stripe-cli/issues and I'll bump the jira internally
Ok. Our system checks the card ID when we get the request to make sure it is one that we issued and is attached to an employee in our system. Is there another way to test the auth webhook knowing this?
Problem What are you trying to do? I am trying to test the issuing_authorization.request webhook using a specific stripe card. Feature What would help you accomplish your original task Our system c...
Thanks for filing. We will follow up internally.