Payment system integration


https://forum.kartris.com/Topic3629.aspx
Print Topic | Close Window

By t_rick_s - Tue 17 Feb 2015
Feels like I'm spamming this forum right now, but hey, I'm a free time amateur websitebuilder, learning by doing. So please bear with me Smile

I want to integrate a preferred payment system, called Payson.

My understanding is that Kartris sends all information via http POST
o Payson needs that API UserID and API Password sends via http HeadersKartris wants the paymentsystem to do a callback to tell if the payment was OK

o Payson wants you to do an InitializePayment to get a payment token
o Payson wants you to use the payement token to call GetPaymentDetails to check the status of th payment

Does anyone hava a guide for how to set Kartris to send information via http Headers?
Is it even possible?


By Paul - Thu 19 Feb 2015
HTTP headers is a curious way for a gateway to exchange info, generally form or URL post is used.

If you google for setting HTTP custom headers in ASP.NET, there is some sample code (in C#, but easy enough to convert with an online C# to VB converter):

http://forums.asp.net/t/979853.aspx?How+do+I+add+custom+headers+to+a+request+ASP+Net+2+0+