Premium SMS API. Centili Premium SMS API

Size: px
Start display at page:

Download "Premium SMS API. Centili Premium SMS API"

Transcription

1 Premium SMS API Centili Premium SMS API

2 1. Introduction Flow Summary Requirements MO restful web service (required on Merchant side) Example: Parameters MT send restful web service (Centili) Parameters MT service Response Success response body: Parameters Bad request response body: Parameters DLR restful web service (required on Merchant side) Example: Parameters... 8

3 1. Introduction 1.1 Flow Summary User sends a SMS message to short number Message is forwarded to merchants MO web service Merchant evaluates received message and decides to charge the user and how much will charge it for. Charge request is sent to Centili MT send web service. After MT send request has been received Centili charges user for requested amount and result of charging operation is sent to Merchant on DLR web service 1.2 Requirements Merchant must expose following web services: MO restful web service (MO Uri) DLR restful web services (DLR Uri) Centili exposes following web service: MT send restful web service (MT Uri) 2. MO restful web service (required on Merchant side) Mo web service receives the user s SMS message pushed from Centili system on the Merchant side. To be able to receive MO message Merchant should provide MO Uri where message will be submitted, with following information: Server name or IP address (e.g. example.com) Server port (e.g. 80) Script name and location, if any (e.g. /mo/receive.php) 2.1 Example: MO message is received as HTTP POST request with Content-Type: application/xwww-form-urlencoded composed of parameters with associated values. POST HTTP/1.1 Host: example.com:80 Content-Type: application/x-www-form-urlencoded Date: Thu, 06 Jun :51:59 GMT

4 msisdn= &shortcode=808181&keyword=pay&message=pay%20token &operator=26202&date= %2000%3a02%3a35&transactionid= Parameters Required msisdn Message sender s MSISDN. Conforms to the following format: (example: Vodafone DE MSISDN ) Country code (49) National Destination Code (162) Subscriber Number ( ) shortcode Short number that the message is delivered to keyword Service keyword (reserved keyword for merchant service) String message Received SMS message String operator Mobile country code and mobile network code (mcc+mnc) concatenated( _Code), max. 17, max. 6 date Date and time of MO message reception (UTC) Date-time, yyyy- MM-dd HH:mm:ss transactionid Unique transaction identifier assigned to this particular transaction Upon successful HTTP submission Merchant application should respond with HTTP/ OK response; otherwise Centili server will retry request in regular intervals until application responds properly or until message validity expires (by default, validity is 24 hours). 3. MT send restful web service (Centili) MT send message request is submitted as HTTP POST with Content-Type: application/x-www-form-urlencoded composed of parameters with associated values. <MT URI>/1/api/sms/mt Centili supplied uri of MT send restful web service. POST URI>/1/api/sms/mt HTTP/1.1 Accept: application/json Host: <CENTILI HOST>:80 Content-Type: application/x-www-form-urlencoded Date: Thu, 06 Jun :51:59 GMT

5 msisdn= &operator=26202&username=username&password=passwo rd&shortcode=808181&transactionid=505478&flow=1&price=150&message=<m essage>&apikey=<apikey>&referenceid=ab123dnb&messagetype=1 3.1 Parameters Required msisdn operator Message sender s MSISDN. Conforms to the following format: (example: Vodafone DE MSISDN ) Country code (49) National Destination Code (162) Subscriber Number ( ) Mobile country code and mobile network code (mcc+mnc) concatenated ( max. 17, max. 6 username Account username String password Account password String apikey Application key Centili issued String shortcode Short number that the message is delivered to (user will receive message from this number) message Message that will be sent to msisdn (160 GSM7, 70 Unicode) String transactionid flow price Optional Unique transaction identifier assigned to this particular transaction, received on MO request 1 - sms 2 - web Message price in native currency, with (.) dot as decimal separator. (example: 1.99 or 4.99) referenceid Custom ID assigned by Merchant to MT message. It will be returned in delivery report and can be used as reference. String, max 30 characters messagetype simple (default) wappush wapheader Message part of the WAP push String 3.2 MT service Response The response content type is application/json. (Content-Type: application/json) Response codes - HTTP response codes are used to indicate: 200 Success - MT request accepted successfully

6 400 Bad request; check the error message and correct the request syntax. 401 Authentication failure, check your authentication requirements. 403 Forbidden; please provide authentication credentials. 404 Not found: mistake in the host or path of the service URI. 405 Method not supported 503 Server busy and service unavailable. Please retry the request Success response body: HTTP/ OK Content-Type: application/json Date: Thu, 14 Jun :51:59 GMT Location: { } "msisdn": " ", "operator": "26202", "transactionid": , "referenceid": "AB123DNB", "resourceurl": " "status": 4 Parameters JSON Success response msisdn operator transactionid referenceid Customer MSISDN. Conforms to the following format: (example: Vodafone DE MSISDN ) Country code (49) National Destination Code (162) 3. Subscriber Number ( ) Mobile country code and mobile network code (mcc+mnc) concatenated ( Unique transaction identifier assigned to this particular transaction, received on MO request Custom ID assigned by Merchant to MT message, if any (empty if not supplied), max. 17, max. 6 String, max 30 characters resourceurl URl that identifies started task String status 1 "Initiated", Action is initiated by user 2 "Success", Action success 3 "Failure", Action failed 4 "Pending", Result will be delivered in a call back Number

7 5 "Closed", stared transaction is administratively closed (Initiated - > Closed) Bad request response body: HTTP/ Bad Request Content-Type: application/json Date: Thu, 14 Jun :51:59 GMT { } "errorid" : 1006, "message": " Transaction number required" "description" : "Value for transactionid is null or empty" Parameters JSON Bad request response errorid 1001, "Authorization failed" 1002, "IP authorization failed" 1003, " Nonexistent API key" 1004, "Auth. API key mismatch" 1005, "Invalid Transaction number" 1006, "Transaction number required" 1007, " Transaction is already used - processed" 1008, "Submitted price is invalid" 1009, "Sending bulk SMS messages is not enabled" 1012, "Bad request input value is missing" 1013, "Authorization parameters are missing" 1014, Transaction is expired and closed 1015, "Invalid MSISDN for transaction" 1016, "Error submiting message to Mobile Operator" message Error message with error description String description Additional error description String For all other response codes response body will be empty, content length will be 0. (Content-Length: 0) 4. DLR restful web service (required on Merchant side) DLR web service receives notification when state of MT send request changes. Merchant should provide MT Uri where message will be submitted, with following information: Server name or IP address (e.g. example.com) Server port (e.g. 80)

8 Script name and location, if any (e.g. /dlr/receive.php) 4.1 Example: Delivery message is received as HTTP POST request with Content-Type: application/x-www-form-urlencoded composed of parameters with associated values. POST HTTP/1.1 Host: example.com:80 Content-Type: application/x-www-form-urlencoded Date: Thu, 06 Jun :51:59 GMT msisdn= &shortcode=808181&operator=26202&date= %2000%3A02%3A35&transactionid=505478&referenceid=AB123DNB&status=2 &description=2 4.2 Parameters Required msisdn operator shortcode transactionid Message sender s MSISDN. Conforms to the following format: (example: Vodafone DE MSISDN ) Country code (49) National Destination Code (162) 3. Subscriber Number ( ) Mobile country code and mobile network code (mcc+mnc) concatenated( work_code) Short number that the message is delivered to (user will receive message from this number) Unique transaction identifier assigned to this particular, max. 17, max. 6 transaction, received on MO request date Delivery report timestamp Date-time, YYYY-MM- DD HH:MM:SS referenceid Custom ID assigned by Merchant to MT message. It will be returned in delivery report and can be used as String, max 30

9 status description Optional errortext reference. 1 "Initiated", Action is initiated by mobile subscriber 2 "Success", Action success 3 "Failure", Action failed 4 "Pending", Result will be delivered in a call back 5 "Closed", started transaction is administratively closed (Initiated - > Closed) 1, "The message is in inprocess at operators SMSC" 2, "Message is delivered to destination" 3, "Message presumably is delivered to destination" 4, "Message is delivered with payment risk" 5, "Message is submited to SMSC" 6, "Message validity period has expired at operators SMSC" 7, "Message validity period has expired in Centili system" 8, "Message unroutable unknown operator" 9, "Message unroutable unknown MSISDN" 10, "Message could not be delivered because operators SMSC is not responding" 11, "Message deleted from operators SMSC" 12, "Message is undeliverable at operators SMSC" 13, "Message blocked by Centili" 14, "Operator charging failed" 15, "Insufficient Funds on prepaid subscriber account" 16, "Internal centili system error" 17, "Message is in accepted state" 18, "Message is in a rejected state" 19, "Daily limit exceed" 20, "Monthly limit exceeded" 99, "Message is in invalid state" Additional description of the status if deliver has failed (gives a more detailed textual representation). characters Number String Upon successful HTTP submission Merchants application should respond with HTTP/ OK response; otherwise Centili server will retry request in regular intervals until application responds properly or until message validity expires.

1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow...

1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow... Payment API 1. Change Log... 3 2. Introduction... 4 3. Flow summary... 4 3.1 Flow Overview... 4 3.2 Premium SMS flow... 6 3.3 Pin Flow... 7 3.4 Redirect Flow... 8 3.5 SMS Handshake Flow... 9 4. One-time

More information

Technical documentation

Technical documentation Technical documentation HTTP Application Programming Interface SMPP specifications Page 1 Contents 1. Introduction... 3 2. HTTP Application Programming Interface... 4 2.1 Introduction... 4 2.2 Submitting

More information

Spryng Making Business Mobile www.spryng.fr info@spryng.fr. Mobile Terminated Premium SMS Gateway. Contents:

Spryng Making Business Mobile www.spryng.fr info@spryng.fr. Mobile Terminated Premium SMS Gateway. Contents: Mobile Terminated Premium SMS Gateway Contents: 1. Connecting to the gateway 2. Parameters 3. Return Values 4. Delivery Reports 5. Field types 6. Networkcode 7. Example API 1. Connecting to the gateway

More information

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages.

Messaging API. API Specification Document Messaging API. Functionality: Send SMS Messages. Functionality: Send SMS Messages. This gateway can be accessed via the HTTP or HTTPs Protocol by submitting values to the API server and can be used to send simple text messages to single or multiple mobile

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

Service for checking whether an email is operative or not. Validate email ids in your databases.

Service for checking whether an email is operative or not. Validate email ids in your databases. MailStatus API Service for checking whether an email is operative or not. Validate email ids in your databases. Overview Lleida.net MailStatus API allows you to consult the validity of an email address.

More information

FTP API Specification V2.6

FTP API Specification V2.6 FTP API Specification V2.6 June 2014 Contents 1. Change history... 3 2. Overview... 3 3. Introduction... 4 4. Getting started... 5 5. Basic text file structure... 6 5.1. Authentication within the text

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

Operator Service Platform OMA Sandbox REST API Guide

Operator Service Platform OMA Sandbox REST API Guide Operator Service Platform OMA Sandbox REST API Guide Copyright 2015 Aepona Limited and copyright 2015 TeliaSonera AB All Rights Reserved by respective owners Revision: 3.0 Legal Information Legal Information

More information

IBM Cloud Manager with OpenStack. REST API Reference, version 4.1

IBM Cloud Manager with OpenStack. REST API Reference, version 4.1 IBM Cloud Manager with OpenStack REST API Reference, version 4.1 IBM Cloud Manager with OpenStack REST API Reference, version 4.1 Note Before using this information and the product it supports, read the

More information

This document is to provide help and illustrations to users who wish to deliver SMS using the Pinnacle SMS Gateway via the HTTP Protocol.

This document is to provide help and illustrations to users who wish to deliver SMS using the Pinnacle SMS Gateway via the HTTP Protocol. URL API Reference 1. INTRODUCTION This document is to provide help and illustrations to users who wish to deliver SMS using the Pinnacle SMS Gateway via the HTTP Protocol. Accessing gateway through HTTP

More information

Message Containers and API Framework

Message Containers and API Framework Message Containers and API Framework Notices Copyright 2009-2010 Motion Picture Laboratories, Inc. This work is licensed under the Creative Commons Attribution-No Derivative Works 3.0 United States License.

More information

Managing Users and Identity Stores

Managing Users and Identity Stores CHAPTER 8 Overview ACS manages your network devices and other ACS clients by using the ACS network resource repositories and identity stores. When a host connects to the network through ACS requesting

More information

AIRTEL INDIA OPEN API. Application Developer Guide for OAuth2 Authentication and Authorization. Document Version 1.1

AIRTEL INDIA OPEN API. Application Developer Guide for OAuth2 Authentication and Authorization. Document Version 1.1 AIRTEL INDIA OPEN API Application Developer Guide for OAuth2 Authentication and Authorization Document Version 1.1 This Application Developer Guide has been prepared for Airtel India. Copyright Intel Corporation

More information

HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE

HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE REST API REFERENCE REST OVERVIEW Host Europe REST Storage Service uses HTTP protocol as defned by RFC 2616. REST operations consist in sending HTTP

More information

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT)

Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT) Internet Technologies World Wide Web (WWW) Proxy Server Network Address Translator (NAT) What is WWW? System of interlinked Hypertext documents Text, Images, Videos, and other multimedia documents navigate

More information

Technical Specification Premium SMS gateway

Technical Specification Premium SMS gateway Technical Specification Premium SMS gateway Non-subscription services (TS.001) Author: Erwin van den Boom Version history v1.0 EvdB 12 september 2007 V1.1 DI 27 may 2009 V1.2 SvE 10 december 2009 V1.3

More information

Spryng Making Business Mobile www.spryng.be info@spryng.be - +31 (0)207703005 Spryng Headquarters: Herengracht 138-1015 BW Amsterdam - The Netherlands

Spryng Making Business Mobile www.spryng.be info@spryng.be - +31 (0)207703005 Spryng Headquarters: Herengracht 138-1015 BW Amsterdam - The Netherlands Mobile Terminated SMS Gateway Contents: 1. Connecting to the gateway 2. Parameters 3. Return Values 4. Delivery Reports 5. Field types 6. Credit amount API 7. Example API 1. Connecting to the gateway http://www.spryng.be/send.php

More information

SOPG (Service Oriented Prepaid Gateway - xml based protocol) Documentation. Version Date Description Author

SOPG (Service Oriented Prepaid Gateway - xml based protocol) Documentation. Version Date Description Author CLASSIC PAYMENT API SOPG (Service Oriented Prepaid Gateway - xml based protocol) Documentation Version history Version Date Description Author 0.1 2013-10-03 Initial draft Paul Kneidinger 0.2 2013-20-03

More information

Yandex.Money API API for Apps

Yandex.Money API API for Apps 16.10.2014 .. Version 1.8 Document build date: 16.10.2014. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2014 Yandex LLC. All rights reserved.

More information

1 of 21 9/22/11 10:41 AM

1 of 21 9/22/11 10:41 AM This document is a detailed reference guide that describes all the API operations for the CloudPassage. In addition, it provides sample requests, responses, and errors for the supported APIs. CloudPassage

More information

Bank and SecurePay Response Codes

Bank and SecurePay Response Codes Bank and SecurePay s Last updated: 19/07/2013 Bank s for Credit Card Transactions APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ

More information

HTTP Protocol. Bartosz Walter <Bartek.Walter@man.poznan.pl>

HTTP Protocol. Bartosz Walter <Bartek.Walter@man.poznan.pl> HTTP Protocol Bartosz Walter Agenda Basics Methods Headers Response Codes Cookies Authentication Advanced Features of HTTP 1.1 Internationalization HTTP Basics defined in

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

Advanced HTTP API Documentation

Advanced HTTP API Documentation Advanced HTTP API Documentation Page 1 of 8 Introduction The SMS Broadcast Advanced HTTP API can be used to integrate SMS messaging into your own systems. This API allows for tracking of SMS messages and

More information

VMware vcenter Log Insight Developer's Guide

VMware vcenter Log Insight Developer's Guide VMware vcenter Log Insight Developer's Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

GTX Mobile Messaging SMS Gateway Interface Simple HTTP API Manual

GTX Mobile Messaging SMS Gateway Interface Simple HTTP API Manual GTX Mobile Messaging SMS Gateway Interface Simple HTTP API Manual Revision: 48 Revision Date: 12.10.11 09:09 Author: Evgenij Tovba Table of Contents Table of Contents... 2 Introduction... 3 Sending SMS...

More information

API Integration Payment21 Recurring Billing

API Integration Payment21 Recurring Billing API Integration Payment21 Recurring Billing The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The

More information

Common definitions and specifications for OMA REST interfaces

Common definitions and specifications for OMA REST interfaces Common definitions and specifications for OMA REST interfaces Candidate Version 1.0 11 Jan 2011 Open Mobile Alliance OMA-TS-REST_Common-V1_0-20110111-C OMA-TS-REST_Common-V1_0-20110111-C Page 2 (20) Use

More information

4.0. Mogreet Messaging System (MoMS) API. version

4.0. Mogreet Messaging System (MoMS) API. version version 4.0 Mogreet Messaging System (MoMS) API Anthony Rossano, Blake Dy, Paul Forsyth, Daniel Yanisse Rev. 09-11- 2012 contact: support@mogreet.com 555 Rose Avenue Studio G Venice, CA 90291 Table of

More information

Bitcoin Payment Gateway API

Bitcoin Payment Gateway API Bitcoin Payment Gateway API v0.3 BitPay, Inc. https://bitpay.com 2011-2012 BITPAY, Inc. All Rights Reserved. 1 Table of Contents Introduction Activating API Access Invoice States Creating an Invoice Required

More information

Remote Access API 2.0

Remote Access API 2.0 VYATTA A BROCADE COMPANY Vyatta System Remote Access API 2.0 REFERENCE GUIDE Vyatta A Brocade Company 130 Holger Way San Jose, CA 95134 www.brocade.com 408 333 8400 COPYRIGHT Copyright 2005 2015 Vyatta,

More information

MSDG Services Integration Document Draft Ver 1.2

MSDG Services Integration Document Draft Ver 1.2 Table of contents Page 1 of 17 Table of Contents 2 Push SMS Integration 1. 1.1 Overview HTTP API lets departments send across SMS messages using HTTP URL interface. The API supports SMS push (Single SMS

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

Documentation for the SMSWay API v1.5. API for SMSWay Gateway. Documentation for the SMSWay API v1.5. 2011 www.smsway.eu

Documentation for the SMSWay API v1.5. API for SMSWay Gateway. Documentation for the SMSWay API v1.5. 2011 www.smsway.eu API for SMSWay Gateway Table of contents 1. Introduction... 3 1.1 How to start... 3 2. Single SMS Message sending... 3 3. Callback procedure delivery confirmation status... 4 4. Checking the account balance...

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Internet Technologies Internet Protocols and Services

Internet Technologies Internet Protocols and Services QAFQAZ UNIVERSITY Computer Engineering Department Internet Technologies Internet Protocols and Services Dr. Abzetdin ADAMOV Chair of Computer Engineering Department aadamov@qu.edu.az http://ce.qu.edu.az/~aadamov

More information

SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide

SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide One of the typical usage cases for NowSMS is as an E-Mail to SMS & MMS Gateway. E-Mail users can send an SMS or MMS message by sending an e-mail

More information

API V2.0. Documentation 7/28/2014

API V2.0. Documentation 7/28/2014 API V2.0 Documentation 7/28/2014 Table of Contents TABLE OF CONTENTS 2 REVISION HISTORY 6 OVERVIEW 7 Making A Request 7 The Sandbox 7 Rate Limiting 7 Supported Data Formats 8 Authentication 8 Common Header

More information

ResellerPlus - Bulk Http API Specification. (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System)

ResellerPlus - Bulk Http API Specification. (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System) RouteSms ResellerPlus - Bulk Http API Specification (Document Version 1.0.0) (This Document gives details on how to send messages via the Bulk HTTP API for the RouteSms SMPP System) 1 P a g e HTTP API

More information

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 Title page Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 APPLICATION API DEVELOPER GUIDE 3HE-10590-AAAA-TQZZA Issue 1 December 2015 Legal notice Legal notice Alcatel, Lucent, Alcatel-Lucent and the

More information

HireDesk API V1.0 Developer s Guide

HireDesk API V1.0 Developer s Guide HireDesk API V1.0 Developer s Guide Revision 1.4 Talent Technology Corporation Page 1 Audience This document is intended for anyone who wants to understand, and use the Hiredesk API. If you just want to

More information

Perceptive Integration Server

Perceptive Integration Server Perceptive Integration Server Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: October 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

JASPERREPORTS SERVER WEB SERVICES GUIDE

JASPERREPORTS SERVER WEB SERVICES GUIDE JASPERREPORTS SERVER WEB SERVICES GUIDE RELEASE 5.0 http://www.jaspersoft.com JasperReports Server Web Services Guide Copyright 2012 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft,

More information

Mobile Web Payment Models ( implementations)

Mobile Web Payment Models ( implementations) mcharge mobile-web payments Interface Specifications Version 1.1.2 31/05/2011 31/05/2011-2/11 1. Revisions Rev# Date Remark 1.0 07-04-2008 Initial version 1.1 21-04-2008 Adding advanced parameters to the

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

More information

Technical Specification Normal SMS gateway

Technical Specification Normal SMS gateway Technical Specification Normal SMS gateway (TS.003) Authors: Erwin van den Boom Martijn van het Bolscher Version history v1.0 EvdB 26 September 2007 v1.1 MvhB 20 February 2008 V1.2 MKh 9 March 2011 V1.3

More information

Order Notifications - reporting a payment status

Order Notifications - reporting a payment status Corporate Gateway Order Notifications - reporting a payment status V5.0 May 2014 Use this guide to: Understand order notifications. Learn how to use the Order Notification Service. New to Order Notifications?

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

API Integration Payment21 Button

API Integration Payment21 Button API Integration Payment21 Button The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The API will allow

More information

HTTP/SOAP Application Program Interface (API) Version 1.0

HTTP/SOAP Application Program Interface (API) Version 1.0 HTTP/SOAP Application Program Interface (API) Version 1.0 September 2010 INTRODUCTION: ChillNet introduces a new HTTP SMS API to address the requirements of the SMS software developer community. This HTTP

More information

SIM Configuration Guide. February 2015 Version 1 Document Reference: 8127

SIM Configuration Guide. February 2015 Version 1 Document Reference: 8127 SIM Configuration Guide February 2015 Version 1 Document Reference: 8127 Contents 1 SIM APN Settings... 3 2 SIM MMS Settings... 3 3 SIM Email Settings... 4 4 SIM SMS Settings... 5 5 SIM SMS Charging...

More information

User and Programmer Guide for the FI- STAR Monitoring Service SE

User and Programmer Guide for the FI- STAR Monitoring Service SE User and Programmer Guide for the FI- STAR Monitoring Service SE FI-STAR Beta Release Copyright 2014 - Yahya Al-Hazmi, Technische Universität Berlin This document gives a short guide on how to use the

More information

Secure XML API Integration Guide - Periodic and Triggered add in

Secure XML API Integration Guide - Periodic and Triggered add in Secure XML API Integration Guide - Periodic and Triggered add in Document Control This is a control document DESCRIPTION Secure XML API Integration Guide - Periodic and Triggered add in CREATION DATE 15/05/2009

More information

Fax and Email. Fax & Email Monitor Application

Fax and Email. Fax & Email Monitor Application 22 You can fax and email statements and invoices directly from FTD Mercury. Additionally, you can email delivery confirmations. The FTD Document Center allows you create custom email templates you can

More information

API documentation - 1 -

API documentation - 1 - API documentation - 1 - Table of Contents 1. Introduction 1.1. What is an API 2. API Functions 2.1. Purge list of files 2.1.1 Description 2.1.2 Implementation 2.2. Purge of whole cache (all files on all

More information

Clickatell two-way technical guide v2.0

Clickatell two-way technical guide v2.0 Clickatell two-way technical guide v2.0 January 2015 1. Content 1. Content... 1 2. Overview... 3 3. Change history... 3 4. Context... 3 5. Introduction... 3 6. Standard-rated Virtual Mobile Numbers (VMNs)...

More information

Credomatic Integration Resources. Browser Redirect API Documentation June 2007

Credomatic Integration Resources. Browser Redirect API Documentation June 2007 Credomatic Integration Resources Browser Redirect API Documentation June 2007 Table of Contents Methodology... 2 Browser Redirect Method (Browser to Server) FIG. 1... 2 API Authentication Parameters...

More information

Description of Microsoft Internet Information Services (IIS) 5.0 and

Description of Microsoft Internet Information Services (IIS) 5.0 and Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under

More information

AS DNB banka. DNB Link specification (B2B functional description)

AS DNB banka. DNB Link specification (B2B functional description) AS DNB banka DNB Link specification (B2B functional description) DNB_Link_FS_EN_1_EXTSYS_1_L_2013 Table of contents 1. PURPOSE OF THE SYSTEM... 4 2. BUSINESS PROCESSES... 4 2.1. Payment for goods and services...

More information

AMD Telecom SMS GATEWAY HTTP API INTERFACE. Technical Specifications

AMD Telecom SMS GATEWAY HTTP API INTERFACE. Technical Specifications AMD Telecom SMS GATEWAY HTTP API INTERFACE Technical Specifications Page 1 Contents 1. Introduction...3 1.1 Scope of Document...3 1.1.1 Introduction to HTTP2SMS.3 1.1.2 Requirements...3 2. Technical description.....3

More information

Technical Specification WAP Billing

Technical Specification WAP Billing Technical Specification WAP Billing (WB.001) Author(s): Erwin van den Boom Silvan van der Veen Michel Westerink (EvdB) (SvdV) (MW) Version history V1.5 MW 9 december 2009 V1.4 V1.3 SvdV SvdV 23 november

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

Netswipe Processing Implementation

Netswipe Processing Implementation Netswipe Processing Implementation Direct Integration with Jumio s Payment Gateway Revision History Version Date published Description 1.0.0 November 22 nd, 2011 Initial release. 1.0.1 January 12 th, 2012

More information

MONETA.Assistant API Reference

MONETA.Assistant API Reference MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...

More information

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia for Business. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia for Business Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E50 Legal Notice Copyright Nokia 2006. All rights reserved. Reproduction, transfer, distribution

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Managing Qualys Scanners

Managing Qualys Scanners Q1 Labs Help Build 7.0 Maintenance Release 3 documentation@q1labs.com Managing Qualys Scanners Managing Qualys Scanners A QualysGuard vulnerability scanner runs on a remote web server. QRadar must access

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Block Storage Getting Started (2015-07-27) 2015 Rackspace US, Inc. This document is intended for software developers interested in developing applications using the

More information

Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3

Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3 Open-Xchange Authentication & Session Handling Table of Contents 1.Introduction...3 2.System overview/implementation...4 2.1.Overview... 4 2.1.1.Access to IMAP back end services...4 2.1.2.Basic Implementation

More information

Payment Response Guide. Version 4.3 September 2012 Business Gateway

Payment Response Guide. Version 4.3 September 2012 Business Gateway Version 4.3 September 2012 Business Gateway Table of Contents About this Book... 2 Copyright... 2 Introduction... 3 What is Payment Response?... 3 The Payment Response Process... 4 Reference... 5 Setting

More information

REST Webservices API Reference Manual

REST Webservices API Reference Manual crm-now/ps REST Webservices API Reference Manual Version 1.5.1.0 crm-now development documents Page 1 Table Of Contents OVERVIEW...4 URL FORMAT...4 THE RESPONSE FORMAT...4 VtigerObject...5 Id Format...5

More information

Single Sign On Guide. Table of Contents

Single Sign On Guide. Table of Contents Single Sign On Guide Table of Contents I. Overview II. Benefits III. How SSO Works IV. Set-up Requirements and Recommendations V. Set-up Instructions a. Required Parameters b. Optional Parameters c. Error

More information

Online signature API. Terms used in this document. The API in brief. Version 0.20, 2015-04-08

Online signature API. Terms used in this document. The API in brief. Version 0.20, 2015-04-08 Online signature API Version 0.20, 2015-04-08 Terms used in this document Onnistuu.fi, the website https://www.onnistuu.fi/ Client, online page or other system using the API provided by Onnistuu.fi. End

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter March 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

More information

For internal circulation of BSNL only

For internal circulation of BSNL only E1-E2 E2 CFA Session Initiation Protocol AGENDA Introduction to SIP Functions of SIP Components of SIP SIP Protocol Operation Basic SIP Operation Introduction to SIP SIP (Session Initiation Protocol) is

More information

EHR OAuth 2.0 Security

EHR OAuth 2.0 Security Hospital Health Information System EU HIS Contract No. IPA/2012/283-805 EHR OAuth 2.0 Security Final version July 2015 Visibility: Restricted Target Audience: EHR System Architects EHR Developers EPR Systems

More information

Integrated Billing Solutions with HP CSA 4.00

Integrated Billing Solutions with HP CSA 4.00 Technical white paper Integrated Billing Solutions with HP CSA 4.00 Table of Contents Introduction... 2 Part 1. HP CSA Concepts... 2 Part 2. Billable Service Conditions... 4 Part 3. Billable Intervals...

More information

Protocolo HTTP. Web and HTTP. HTTP overview. HTTP overview

Protocolo HTTP. Web and HTTP. HTTP overview. HTTP overview Web and HTTP Protocolo HTTP Web page consists of objects Object can be HTML file, JPEG image, Java applet, audio file, Web page consists of base HTML-file which includes several referenced objects Each

More information

Inventory Update API User Documentation

Inventory Update API User Documentation Inventory Update API User Documentation INTRODUCTION The Inventory Update API is a service that may be used to update a bookseller's inventory of new, used, rare, and out of print books. The service is

More information

NetCom SMS Bedrift API - - - - - Technical Documentation

NetCom SMS Bedrift API - - - - - Technical Documentation - - - - - Version 1.2 December 2008 TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 SCOPE... 3 1.2 REVISION HISTORY... 3 2 SOLUTION OVERVIEW... 4 3 LIMITATIONS... 5 3.1 NUMBER OF RECIPIENTS... 5 3.2 ORIGINATING

More information

WP4: Cloud Hosting Chapter Object Storage Generic Enabler

WP4: Cloud Hosting Chapter Object Storage Generic Enabler WP4: Cloud Hosting Chapter Object Storage Generic Enabler Webinar John Kennedy, Thijs Metsch@ Intel Outline 1 Overview of the Cloud Hosting Work Package 2 Functionality Trust and Security Operations FI-WARE

More information

OAuth 2.0 Developers Guide. Ping Identity, Inc. 1001 17th Street, Suite 100, Denver, CO 80202 303.468.2900

OAuth 2.0 Developers Guide. Ping Identity, Inc. 1001 17th Street, Suite 100, Denver, CO 80202 303.468.2900 OAuth 2.0 Developers Guide Ping Identity, Inc. 1001 17th Street, Suite 100, Denver, CO 80202 303.468.2900 Table of Contents Contents TABLE OF CONTENTS... 2 ABOUT THIS DOCUMENT... 3 GETTING STARTED... 4

More information

ivvy Events Software API www.ivvy.com

ivvy Events Software API www.ivvy.com ivvy Events Software API www.ivvy.com Version 0.3 1 Contents Contents Document Control Revision History Introduction Obtaining Keys Creating the request Method/URI Header Request Headers Standard Headers

More information

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a

More information

LifeSize UVC Access Deployment Guide

LifeSize UVC Access Deployment Guide LifeSize UVC Access Deployment Guide November 2013 LifeSize UVC Access Deployment Guide 2 LifeSize UVC Access LifeSize UVC Access is a standalone H.323 gatekeeper that provides services such as address

More information

iyzico one-off payment and installment easy payment integration

iyzico one-off payment and installment easy payment integration iyzico one-off payment and installment easy payment integration Version: 1.0.11 iyzi teknoloji ve ödeme sistemleri A.Ş. iyzico one-off payment and installment 1 Release History Date Version Reason for

More information

GFI FaxMaker Online Inbound Web Services V.1.0

GFI FaxMaker Online Inbound Web Services V.1.0 GFI FaxMaker Online Inbound Web Services V.1.0 Publication Notice The contents of this publication the specifications of this application are subject to change without notice. GFI Software reserves the

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2012 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Quick Start Guide Now SMS/MMS Gateway

Quick Start Guide Now SMS/MMS Gateway Quick Start Guide Now SMS/MMS Gateway This document is intended for new users of the Now SMS/MMS gateway, as a quick start toward a working installation. In this guide, we will perform the following steps:

More information

Send and Receive SMS using ODBC Method

Send and Receive SMS using ODBC Method Send and Receive SMS using ODBC Method Version 1.0 TalariaX Pte Ltd 76 Playfair Road #08-01 LHK2 Singapore 367996 Phone: 65-62802881 Fax: 65-62806882 Web: www.talariax.com Prepared by Ang Sei Heng Date:

More information

ACR Connect Authentication Service Developers Guide

ACR Connect Authentication Service Developers Guide ACR Connect Authentication Service Developers Guide Revision History Date Revised by Version Description 29/01/2015 Sergei Rusinov 1.0 Authentication using NRDR account Background The document describes

More information

Fax via HTTP (POST) Traitel Telecommunications Pty Ltd 2012 Telephone: (61) (2) 9032 2700. Page 1

Fax via HTTP (POST) Traitel Telecommunications Pty Ltd 2012 Telephone: (61) (2) 9032 2700. Page 1 Fax via HTTP (POST) Page 1 Index: Introduction:...3 Usage:...3 Page 2 Introduction: TraiTel Telecommunications offers several delivery methods for its faxing service. This document will describe the HTTP/POST

More information

Audi Virtual Payment Client Integration Manual

Audi Virtual Payment Client Integration Manual Audi Virtual Payment Client Integration Manual 1 Table of Contents Table of Contents... 2 Introduction:... 3 Intended Audience:... 3 AVPC Payment Requests Processing... 3 AVPC required parameters... 3

More information

* "computer_type" refers to the type of computer the user has ordered (basic or advanced model). THIS VALUE MUST BE PROVIDED.

* computer_type refers to the type of computer the user has ordered (basic or advanced model). THIS VALUE MUST BE PROVIDED. AKERSHUS FYLKESKOMMUNE Elev-PC godkjenningsportal v1.0.1 DEFINITIONS "Provider" in this document refers to Akershus Fylkeskommune. "Consumer" refers to the user of the the API (Leverandør). CHANGE LOG

More information

Guide REST based web services in Automatisk kortbetaling via Betalingsservice

Guide REST based web services in Automatisk kortbetaling via Betalingsservice Guide REST based web services in Automatisk kortbetaling via Betalingsservice Version 3.1 Nets A/S Lautrupbjerg 10 2750 Ballerup DK T +45 44 68 44 68 F +45 44 86 09 30 www.nets.eu 1 Contents 1. Background...

More information

Appendix. Web Command Error Codes. Web Command Error Codes

Appendix. Web Command Error Codes. Web Command Error Codes Appendix Web Command s Error codes marked with * are received in responses from the FTP server, and then returned as the result of FTP command execution. -501 Incorrect parameter type -502 Error getting

More information

Gateway Direct Post API

Gateway Direct Post API Gateway Direct Post API http://merchantguy.com @MerchantGuy Questions? info@merchantguy.com Contents Methodology....3! Direct Post Method (Server to Server FIG. 1...3 Transaction Types.....4! Sale (sale)..4!

More information