#maxrundoo_16388

1 messages · Page 1 of 1 (latest)

torpid isleBOT
little tulip
#

Hi 👋

timber heart
#

hi!

little tulip
timber heart
#

@little tulip Nope! At a high level, I am looking to generate a Transaction object whose flow_type is issuing_authorization. With ReceivedCredits & ReceivedDebits, it's simple because creating them also creates a Transaction. I'm just not sure how I can generate a Transaction after creating an Issuing Authorization (and how to create a test Authorization object)

#

I should ask - Does what I'm asking make sense?

little tulip
#

I"m not 100% certain I'm grasping this (Treasury is a particularly unique beast) but have you attempted triggering an authorization request usine stripe trigger?

timber heart
#

@little tulip I haven't tried that but I will! Do you have a link to docs for that? and is there a CURL equivalent for that

little tulip
#

Our CLI let's you test that

timber heart
#

@little tulip I did this: stripe trigger issuing_authorization.request --stripe-account=acct_1NOlliR6Zg1IspWQ and this was the output:

Running fixture for: cardholder
Setting up fixture for: card
Running fixture for: card
Setting up fixture for: authorization_request
Running fixture for: authorization_request
Trigger succeeded! Check dashboard for event details.```
I can't seem to find out where the event details are, do you have an idea of where to look for this?
little tulip
#

Okay so this is doing a bunch of thins, creating all the necessary objects to make an authorization request

#

The Authorization request is sent to you using a webhook

#

Have you set up your test webhook endpoint?

torpid isleBOT
timber heart
glad granite
#

Hello! I'm taking over and catching up...

#

Ah, I think I know what the missing piece is here.

#

You need to trigger an authorization which is funded by a Treasury Financial Account.

#

Using stripe trigger will fund the transaction from your Stripe balance.

#

That won't involve Treasury at all, and thus won't create a Treasury Transaction object.

timber heart
#

Thank you so much! I'll try that

timber heart
#

For more context, I created a cardholder first (ich_1Ndhr5Qx2RQtl2fcOWsBtsLn) and an issuing card (ic_1NdhrzQx2RQtl2fc8VtFWLjX)

#

but can't seem to find that issuing card that I created in the dashboard

glad granite
#

Looks like you created it on a connected account. Are you viewing the Dashboard as that connected account?

timber heart
glad granite
#

I recommend using the API. I doubt the Dashboard has support for this when using Connect.

torpid isleBOT