I have a new project involving something I’m not too familiar with (http/s protocol). The project is below in the quote. My questions is, how do I accomplish this? I am guessing this is through form fields, right? Any insight would be greatly appreciated!
We can provide a URL to which your interface can communicate to request that a particular installment set be queued for review and disablement. This communication will occur over a direct HTTPS request from your server to our server. The request will be a standard POST request, with URI-encoded variable names and values according to the standard HTTP/S protocol.
We will require the following data in this POST:
credit_card, email, sku, merchant, user, password
Example: credit_card=40055500000000019&email=test %40example.com&sku=LLPMTRIALC&mercha
nt=0591&user=testuser&password=testpass
We will return a result in the HTTPS response. The result will be a comma-separated list of fields. (or if preferred , URI-encoded variables can be used instead - but please let me know before I begin work.) The fields will be:
result_code,debugging_text
Example:
0,Request for cancellation logged
A result_code of 0 indicates success. Any other value indicates an exception.
Possible result_code and debugging_text values:
0,Request for cancellation logged
1,Request not understood or missing data
2,Incorrect username or password
3,Record not found
4,Multiple records found
5,Request already logged
6,Already cancelled


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks