#sudhanshu
1 messages · Page 1 of 1 (latest)
Hi there, you can use this API https://stripe.com/docs/api/issuing/transactions/list?lang=dotnet#list_issuing_transactions-card to retrieve the transactions the belong to a given card
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it will return data for virtual card transactions as well right?
Hey! Taking over for my colleague. Let me catch up.
Just to make sure I understand you correctly, what is the difference between these two asks ?
Is there any way to get the transaction list linked to a virtual card?
and
it will return data for virtual card transactions as well right?
just wanted to be sure , that this api https://stripe.com/docs/api/issuing/transactions/list?lang=curl#list_issuing_transactions-card return data for virtual card transactions as well?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
got it no worries! just saw its response thankyou!