#RevShoe

1 messages ยท Page 1 of 1 (latest)

young sableBOT
glad oxide
#

Hello, is the CLI itself not even showing a request event or are you seeing it there but not on your webhook?

charred vale
#

It looks like no issuing_authorization.request event is created, I only see references to a issuing_authorization.created event

glad oxide
#

Gotcha, will try this myself in a minute

hollow edge
#

๐Ÿ‘‹ I'm hopping in since Pompey has to head out soon - can you share one of your example issuing_authorization.created events?

charred vale
#

I tried doing

stripe trigger --stripe-account acct_1LXWAX2Uvuatxvmq - --raw '{"_meta":
 {"template_version": 0},
 "fixtures": [{
   "name": "authorization_request",
   "path": "/v1/issuing/cards/ic_1Lks5q2UvuatxvmqI3hnV7m4/test/authorizations",
   "method": "post",
   "params": {
     "held_amount": 100,
     "authorization_method": "online"
    }
  }]
}'

to avoid creating a new cardholder and reuse an existing card, and I see
2022-09-28 14:10:13 --> connect issuing_authorization.created [evt_1Ln7WD2UvuatxvmqpcG5sa1l]
with stripe listen

hollow edge
#

And when you don't try and reuse the existing card, do you still not see the issuing_authorization.request event?

charred vale
#

yeah when I just used stripe trigger issuing_authorization.request it was the same just with some events about creating the cardholder and card 2022-09-28 12:38:29 --> connect issuing_cardholder.created [evt_1Ln65R2UvuatxvmqtuNPpTYQ] 2022-09-28 12:38:29 --> connect issuing_card.created [evt_1Ln65R2Uvuatxvmq35oCWrLG] 2022-09-28 12:38:29 --> connect issuing_cardholder.updated [evt_1Ln65R2UvuatxvmqQxkLkQeG] 2022-09-28 12:38:30 --> connect issuing_authorization.created [evt_1Ln65S2Uvuatxvmq1wz50YrD]

#

but not the issuing_authorization.request event I am interested in

hollow edge
#

Gotcha - let me take a closer look

#

Sorry it's taking me a while - I'm not able to reproduce, so it's tough to know what's wrong (I'm still looking though)

#

quick question - how much do you have in your issuing balance?

#

@charred vale I'm fairly sure the issue here is that you have $0 in your issuing balance, but let me know if you still run into issues

charred vale
#

I think you are right; it was 0 and now that I got some money there it seems to behaving more like I would expect

hollow edge
#

awesome! sorry there wasn't a good way of knowing that - I'll request that they improve this behavior so it doesn't silently fail

charred vale
#

๐Ÿ™‚ thanks so much for your help