omise-dotnet icon indicating copy to clipboard operation
omise-dotnet copied to clipboard

Retrieve a source does not include

Open TaiAreerob opened this issue 3 years ago • 1 comments

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

TaiAreerob avatar Sep 16 '21 17:09 TaiAreerob

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?

FhanOmise avatar Sep 22 '21 04:09 FhanOmise

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.

aashishgurung avatar Mar 30 '23 08:03 aashishgurung