Group: Forum Members
Last Active: Fri 27 Feb 2015
Posts: 11,
Visits: 41
|
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
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?
Tue 17 Feb 2015 by
t_rick_s
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
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+
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|