Processing A Payment manually
Is there a way to process a payment using the default payment method manually? This would make things much easier to implement a custom business model for processing payments.
I just want to do something like.
var pamentManger = EcommerceManager.GetPaymentsManager();
paymentManager.MakePayment ($55, cardNumber, ..etc )
Hi Micah,
I would recommend you to check the example for custom checkout and manage the code as per your needs.
The blog post could be found here and the code sample is in GitHub.
Regards,
Svetoslav Manchev
Telerik