Sei sulla pagina 1di 2

https://merchant-portal.preprod.worldline-solutions.

com/developer/payment-api
‫التسجيل‬
proscreen31@gmail.com
ghannam123asdASD@
PSPID : MicroSysSolutions3
ORDERID :STDREF123 (merchant's unique reference)

doc sdk .NET


https://docs.connect.worldline-solutions.com/documentation/sdk/server/dotnet/
#Payments

methods tst for counry


https://docs.connect.worldline-solutions.com/payment-methods/view-by-country/

test payment by all cases


https://docs.connect.worldline-solutions.com/documentation/testcases/

test payment by visa


https://docs.connect.worldline-solutions.com/documentation/testcases/detail/visa

7821FA60B74B5E2E0ECB
5A42EEBA5885A213E78D883454F398FC19AA01D1551FF3BA2363071FEBC6143D0DBF8A9A03EB033FD67
1E6D460459158014646109FA7C2B0A4BA8901D38CA364

https://www.integratepayments.com/payment-integration-platform
sandboxfun
sandbox8

EF34F9AB8E912D356208
96F9538DD90AAEB6C262C7E5AC39F33E444708FE4BB28E26A4DD4AE19F7483D8B91EE54BD8C1193D99D
2B315CA61A31D11E4BCC504F289154BDCD19B69B9B683

//CompletePayment coP = new CompletePayment();


//var coplete = await coP.Example();
//Console.Write(coplete);

///*
// * This class was auto-generated from the API references found at
// * https://epayments-api.developer-ingenico.com/s2sapi/v1/
// */
//using Ingenico.Connect.Sdk;
//using Ingenico.Connect.Sdk.Domain.Definitions;
//using Ingenico.Connect.Sdk.Domain.Payment;
//using Ingenico.Connect.Sdk.Domain.Payment.Definitions;
//using System.Threading.Tasks;

//namespace POS.Classes
//{
// public class CompletePayment
// {
// public async Task<CompletePaymentResponse> Example()
// {
//#pragma warning disable 0168
// using (Client client = GetClient())
// {
// CardWithoutCvv card = new CardWithoutCvv();
// card.CardNumber = "67030000000000003";
// card.CardholderName = "Wile E. Coyote";
// card.ExpiryDate = "1299";

// CompletePaymentCardPaymentMethodSpecificInput
cardPaymentMethodSpecificInput = new
CompletePaymentCardPaymentMethodSpecificInput();
// cardPaymentMethodSpecificInput.Card = card;

// CompletePaymentRequest body = new CompletePaymentRequest();


// body.CardPaymentMethodSpecificInput =
cardPaymentMethodSpecificInput;

// return await
client.Merchant("merchantId").Payments().Complete("paymentId", body);

// }
//#pragma warning restore 0168
// }

// private Client GetClient()


// {
// string apiKeyId = "49EE9C5750E76D79A2EB";
// string secretApiKey =
"D918405385CF3DD116545F5C8D909868EB9971B6660976761F5F9BFAD9E900FE099E1EEEBC035BCEB8
27D451865779AF02253AE709E993EF0CFDA07337B104CF";

// CommunicatorConfiguration configuration =
Factory.CreateConfiguration(apiKeyId, secretApiKey);
// return Factory.CreateClient(configuration);
// }
// }
//}

Potrebbero piacerti anche