checkout-sdk-net icon indicating copy to clipboard operation
checkout-sdk-net copied to clipboard

Card Issuing / Transactions

Open Antaris opened this issue 1 year ago • 2 comments

With the current IIssuingClient, there is a focus on getting/setting card information, but crucially, I think its missing these two operations for retrieving card transactions:

https://api-reference.checkout.com/#tag/Transactions/paths/~1issuing~1transactions/get https://api-reference.checkout.com/#tag/Transactions/paths/~1issuing~1transactions~1%7BtransactionId%7D/get

Is this on the backlog already, and if so, what is the ETA for this support?

Antaris avatar Aug 27 '24 20:08 Antaris

Hi @Antaris, thank you for let us know, we will try to update the SDKs ASAP, I write down it and I add new tasks to the queue

armando-rodriguez-cko avatar Aug 29 '24 08:08 armando-rodriguez-cko

Thanks @armando-rodriguez-cko

I have a work around currently whereby I am using reflection to get access to the underlying SdkAuthorization and ApiClient instances used by the client. This allows me to construct a manual call to ApiClient.Get<T>(path, auth, cancellationToken).

Interesting enough, maybe you could actually expose the ApiClient through AbstractClient as a property - this could mean people can write their own bespoke queries without having to wait for the SDK to catch up - e.g., the card transaction API calls are technically in beta, so you probably wouldn't support them through the SDK until they are GA, right? But if you exposed ApiClient as a property, people can write their own requests?

Antaris avatar Aug 29 '24 14:08 Antaris

@armando-rodriguez-cko could you provide any update on this matter? We're missing these endpoints as well

wojciechrak avatar Mar 11 '25 12:03 wojciechrak

We will try to have it next week

armando-rodriguez-cko avatar Mar 13 '25 10:03 armando-rodriguez-cko

We will try to have it next week

That's awesome, looking forward to it

wojciechrak avatar Mar 13 '25 13:03 wojciechrak

@armando-rodriguez-cko

Hi, I saw feature was not included in SDK v4.7; will it be available in ver 4.8.0 ?

rafalzabrowarny avatar Mar 26 '25 07:03 rafalzabrowarny

I will tray to add it next release

armando-rodriguez-cko avatar Mar 26 '25 11:03 armando-rodriguez-cko