omise / omise-dotnet

Omise .NET Library
https://docs.opn.ooo
MIT License
20 stars 21 forks source link

Retrieve a source does not include #57

Closed TaiAreerob closed 1 year ago

TaiAreerob commented 3 years ago

I have tried to retrieve source using the library, but it seems like it does not include in the library.

FhanOmise commented 3 years ago

Hi @TaiAreerob, Can you create a Source using below example?

var client = new Omise.Client(skey: "your_skey");

var source = await client.Sources.Create(new Omise.Models.CreatePaymentSourceRequest
{
    Amount = 1000,
    Currency = "THB",
    Type = Omise.Models.OffsiteTypes.InternetBankingSCB
});

Could you please provide a clarification of what doesn't work?

aashishgurung commented 1 year ago

We’re going to close this since there hasn’t been any activity for a while. If this issue is still relevant, please feel free to reopen it with more details and we’ll take another look.