Skip to content

Card Issuing / Transactions #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Antaris opened this issue Aug 27, 2024 · 7 comments · Fixed by #465 or #464
Closed

Card Issuing / Transactions #413

Antaris opened this issue Aug 27, 2024 · 7 comments · Fixed by #465 or #464
Assignees
Labels
enhancement New feature or request

Comments

@Antaris
Copy link
Contributor

Antaris commented Aug 27, 2024

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?

@armando-rodriguez-cko armando-rodriguez-cko self-assigned this Aug 29, 2024
@armando-rodriguez-cko
Copy link
Contributor

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

@Antaris
Copy link
Contributor Author

Antaris commented Aug 29, 2024

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?

@armando-rodriguez-cko armando-rodriguez-cko added the enhancement New feature or request label Nov 11, 2024
@wojciechrak
Copy link

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

@armando-rodriguez-cko
Copy link
Contributor

We will try to have it next week

@wojciechrak
Copy link

We will try to have it next week

That's awesome, looking forward to it

@rafalzabrowarny
Copy link

@armando-rodriguez-cko

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

@armando-rodriguez-cko
Copy link
Contributor

I will tray to add it next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
4 participants