#maxrundoo_16388

1 messages · Page 1 of 1 (latest)

south galleonBOT
merry tapir
#

Hello! We don't typically reopen threads, but I can help you here!

molten wren
#

Sounds good, thanks!

merry tapir
#

Right, but why are you trying to do this? What real-world scenario are you trying to test?

molten wren
#

@merry tapir I'm working on a BaaS application that displays all Transactions of a Treasury Financial Account (FA). I'm working on an endpoint that retrieves all Stripe Transactions of a FA and, for each transaction, extracts some relevant details from it so that the frontend can display those details. For example: for Transactions with flow_types of outbound_payment , I am surfacing information like its destination account details.

Right now, I am testing out the retrieval of a Transaction whose flow_details.received_credit.initiating_payment_method_details.type is issuing_card. For this type, I'm thinking of surfacing card details and wanted to test this out.

#

Does this make sense? Please let me know if you still need more context. Also, I realize that Treasury is relatively new and it may not even be possible to do this.

merry tapir
#

As far as I know what you're describing isn't possible. To my knowledge an Issuing card can't receive funds in the way you're describing.

molten wren
#

I was thinking the same, but what about refunds to Issuing cards? Are those just debit reversals?

merry tapir
#

Yeah, those wouldn't appear as credits.

molten wren
#

ah, okay. So do you know why there is a flow_details.received_credit.initiating_payment_method_details.type of issuing_card if issuing cards can never receive funds like this?

merry tapir
#

That I don't know. Seems like it's either an oversight or maybe something put in place for an upcoming Issuing feature.

molten wren
#

sounds good. thanks a lot for the help!

merry tapir
#

No problem! 🙂

#

Oh, hang on.

#

I was going to ask the team about this internally, but I think I misunderstood what's going on.

#

Give me a few minutes...

molten wren
#

@merry tapir sounds good, thanks!!

merry tapir
#

Technically ACH or wire.

#

So I think this would be possible in live mode, but I don't see how you could test it unfortunately.

#

Unless you could... I dunno, pay with an Issuing card using a normal transaction? That might do it. Depends on how you have things set up though.

molten wren
#

Do you mean there's no way to test it via CURL? is there a way to fund an FA via another FA's issuing card through the dashboard?

merry tapir
#

I can't really see a way to test it, no.

#

Not with an Issuing card.