#maxrundoo_16388
1 messages · Page 1 of 1 (latest)
Hello! We don't typically reopen threads, but I can help you here!
Sounds good, thanks!
Right, but why are you trying to do this? What real-world scenario are you trying to test?
@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.
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.
I was thinking the same, but what about refunds to Issuing cards? Are those just debit reversals?
Yeah, those wouldn't appear as credits.
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?
That I don't know. Seems like it's either an oversight or maybe something put in place for an upcoming Issuing feature.
sounds good. thanks a lot for the help!
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...
@merry tapir sounds good, thanks!!
Yeah, I don't think you can test this. This would be a scenario where an Issuing card would be putting money into another Financial Account. We only have the ability to test this with ACH: https://stripe.com/docs/api/treasury/received_credits/test_mode_create
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.
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?