Issues with issuing_authorization.request
Hello 👋
I'm running into issues trying to test authorization of virtual cards I'm issuing on my test Stripe account. I've been able to successfully create card holders and virtual cards and am currently trying to write webhooks to handle real-time authorizations.
I find the webhook trigger doesn't let me specify a card-holder or a card to try to authorize and whenever I run the trigger, I get a response like this:
Setting up fixture for: cardholder Running fixture for: cardholder Setting up fixture for: card Running fixture for: card Trigger failed: Request failed, status=400, body={ "error": { "code": "cardholder_phone_number_required", "doc_url": "https://stripe.com/docs/error-codes/cardholder-phone-number-required", "message": "You cannot create a card without aphone_numberon file for cardholder: ich_1L9RhDIK0uyzlLuMaZHgCfzP. Please see https://stripe.com/docs/issuing/3d-secure.", "type": "invalid_request_error" } }
The step to reproduce this on my end was to simply run the forwarding command and the issuing_authorization.request commands as described by the documentation.
I realize this might not be the best place to ask this question as this doesn't seem to be an issue with the Stripe CLI itself, but I don't know where else to start from, especially since all card-holders I've created thus far have phone numbers and I have no way of specifying a card holder when triggering via the CLI, or editing one on my dashboard.
I'll appreciate any help I can get or any nudge in the right direction for solving this issue. Thanks in advance for your time!