#SoloGeneral

1 messages · Page 1 of 1 (latest)

left shadowBOT
thorn harbor
#

Hi đŸ‘‹

You would need to build an Issuing integration in Test mode to accomplish this

sly lagoon
#

We have implemented issuing. I am not sure what you mean by an issuing integration

#

Trying to trigger it with the simple command stripe trigger issuing_transaction.created gives me The event ‘issuing_transaction.created’ is not supported by the Stripe CLI.

#

However

#

We use the following command to test issuing_authorization.request using a specific card that is in our system. I was wondering if there is a similar command for issuing_transaction.created.

The issuing_transaction.created is not triggered by the request command, so the only option to test this would be to trigger the transaction created specifically.

{"_meta": 
 {"template_version": 0}, 
 "fixtures": [{
   "name": "authorization_request",
   "path": "/v1/issuing/cards/ic_1LcWIuR4sTLeLkjx5TcI59d6/test/authorizations",
   "method": "post",
   "params": {
     "held_amount": 1730,
     "authorization_method": "online"
    }
  }]
}'```
thorn harbor
#

Only a subset of events are currently supported

sly lagoon
#

We need some way to test this webhook. We create a record in our database when the auth is approved, and have to update it in after the charge is processed (ie: when the transaction is created). Since the issuing_authorization.request does not send this webhook after being approved, we have no other way to test it. Is there a workaround to be able to test it?

thorn harbor
sly lagoon
#

I can certainly try that and report back to you

#

Thank you