|
|
(16 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | <hr>
| + | ==Web Browser Samples== |
− | [[image:webtrans.jpg|thumb|WebTrans Screenshot|link=Cloud9 WebTrans Payment Processing Call-Back Web Page]]<br> | + | [[HTML_Web_API|Web Browser Integration Samples]] |
− | ==WebTrans Gateway== | + | ==RESTFul JSON/SOAP== |
− | The simplest way to use Cloud9. Point Of Sale uses Cloud9s call-back web page to process payments<br>
| + | [[JSON API Documentation]] |
− | For more info see [[Cloud9 WebTrans Payment Processing Call-Back Web Page]]
| + | ==MS Windows Samples== |
− | {{Template:ImageFiller}}
| + | [[Windows Integration Samples]] |
− | <hr>
| + | ==iOS Integration Samples== |
− | | + | [[iOS Integration Samples]] |
− | [[image:webapi.jpg|thumb|650px|HTTP API Sample Screenshot|link=HTML Web API]]<br> | + | ==Android Integration Samples== |
− | ==HTTP Web API Integration== | + | [[Android Integration Samples]] |
− | Simple HTTP based web API integration.
| |
− | For more info see [[HTML Web API]]
| |
− | {{template:ImageFiller}}
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | <br>
| |
− | <hr>
| |
− | | |
− | [[image:cloud9api.jpg|thumb|650px|HTTP API Sample Screenshot|link=Cloud9 API]]<br>
| |
− | ==API for Point of Sale== | |
− | DLL based cross platform API
| |
− | For more info see [[Cloud9 API]]
| |
− | {{Template:ImageFiller}}
| |
− | {{Template:ImageFiller}}
| |
− | <hr>
| |
− | | |
− | ==SOAP/XML==
| |
− | ===Simple Purchase Payment Request & Response===
| |
− | <code><Request>
| |
− | <Type>Purchase</Type>
| |
− | <TotalAmount>10.00</TotalAmount>
| |
− | </Request>
| |
− | <Response>
| |
− | <Result>Queued</Result>
| |
− | <TrxToken>1234ABCD</TrxToken>
| |
− | </Response></code>
| |
− | | |
− | ===Simple Payment Status Request & Response===
| |
− | <code><Request>
| |
− | <Type>Query</Type>
| |
− | <TrxToken>1234ABCD</TrxToken>
| |
− | </Request>
| |
− | <!-- Payment Status Query Response-->
| |
− | <Response>
| |
− | <Result>Approved</Result>
| |
− | <ApprovedAmount>10.00</ApprovedAmount>
| |
− | <AccountBalanceAmount>50.00</AccountBalanceAmount>
| |
− | <AccountType>Credit</AccountType>
| |
− | <AccountAssnCode>VS</AccountAssnCode>
| |
− | <AccountNumber>411111XXXXXX1111</AccountNumber>
| |
− | <AccountToken>7890XYZ</AccountToken>
| |
− | </Response></code>
| |
− | <br>
| |