GlobalSign API for MSSL Certificates

Size: px
Start display at page:

Download "GlobalSign API for MSSL Certificates"

Transcription

1 GlobalSign API for MSSL Certificates Implementation Guide and Definitions Version 1.2 Version Release Notes Version Changes - Updated error codes Version Changes - Workflow updates Version Changes - Added Query functions Version Changes - Added Domain and Profile status descriptions Version 1.1 Changes - Added AEG functionality Version 1.2 Changes - Updated Reissue Function for Hash Algorithm SHA-256, Section 15.6 Copyright GlobalSign, Inc. All rights reserved. GlobalSign, the GlobalSign logo and OneClickSSL are trademarks and registered trademarks of GlobalSign, Inc. or its affiliates in the United States and other countries. All other trademarks are the property of their respective owners.

2 Contents 1. Outline SSL Product Type Explanations Web Service Functions Order & Query Workflow Overview Managed SSL Functions Functions Standard SSL Query functions Issued Certificates API URL s GlobalSign URL Test Account URLs WSDL Files GlobalSign URL Test Account URLs Ordering MSSL OrganizationSSL Certificates Ordering an MSSL OrganizationSSL Certificate... 7 PVOrder Request... 7 PVOrder Response Ordering MSSL OrganizationSSL Certificates using AutoCSR... 9 Ordering an OrganizationSSL Certificate using AutoCSR... 9 PVOrderWithoutCSR Request... 9 PVOrderWithoutCSR Response Modify MSSL Order ModifyMSSLOrder Request ModifyMSSLOrder Response Add MSSL Profile AddMSSLProfile Request AddMSSLProfile Response Add MSSL Domain AddMSSLDomain Request AddMSSLDomain Response Update MSSL Profile UpdateMSSLProfile Request UpdateMSSLProfile Response Get MSSL Profiles GetMSSLProfile Request GetMSSLProfile Response Get MSSL Domain List GetMSSLDomainList Request GetMSSLDomainList Response Modify MSSL Domain ModifyMSSLDomain Request ModifyMSSLDomain Response Query API Calls Get Issued Certificate Single Certificate (GetOrderByOrderID) Query API to get Issued Certificate - Multiple Orders (GetOrderByDateRange) Query API to Get Recently Modified Orders (GetModifiedOrders) Query to Determine Upcoming Renewals (GetOrderByExpirationDate) Query API to Get Certificate Orders (GetCertificateOrders) Query API to Reissue Certificates (ReIssue) CSR Decoder and Error Checker (DecodeCSR) Turn Renewal Notice On/Off (ToggleRenewalNotice) Certificate Order Entry Parameters GlobalSign API for MSSL Certificates v1.2 Page 2 of 47

3 16.1 MSSL Profile and Domain ID s Product Codes Validity Period Date/Time Formatting Setting Validity Period of the Certificate (by Not before/not after date) Order Type Options Licenses CreditAgency/OrganizationCode KeyLength OptionName Subject Alternative Names (SANs) Entry Country Status Explanations Order/Certificate Status ModificationEventName MSSL Domain Status MSSL Profile Status Resend Type Success / Error Codes Client Error Codes Server Error Codes XML Field Definitions GlobalSign API for MSSL Certificates v1.2 Page 3 of 47

4 1. Outline GlobalSign offers a Simple Object Access Protocol (SOAP) API for its partners and customers to directly order and manage certificates. Through this API, partners can perform functions such as ordering the different products, cancelling and fulfilling orders, and querying for order data. The API is organized as two Web Services ORDER and QUER. The operations in the ORDER Web Service are focused around initiating and cancelling orders while the QUER Web service is focused on checking status of orders, getting fulfillment information for orders, such as issued certificates, reports, and obtaining order details. The API supports applications for SSL Certificates placed by customers using the SSL Managed service platform. Customers using the SSL Managed Service may use the API to place orders for certificates against the registered list of pre-vetted domains. Typically an API user will retrieve issued certificates using the QUER function and then use its own methods to install or communicate the certificate to the end customer. However the API also allows for orders to be ed directly to end customers if desired. 2. SSL Product Type Explanations OrganizationSSL: OrganizationSSL is a feature rich high value organization validated certificate. When placing an OrganizationSSL order the applicant can either supply a CSR or request GlobalSign creates a CSR on the fly (AutoCSR). Certificates requested using AutoCSR are returned in a packaged PKCS#12 file containing both the Certificate file and private key. Certificates requested by supplying a customer generated CSR are returned as standard Certificate files. To our partners these two products are known as OrganizationSSL and OrganizationSSL with Auto-CSR. Both of these product codes can be ordered as not only a standard and wildcard option, but also with certain SAN options. For the OrganizationSSL there are the following Subject Alternative Names options allowed: Unified Communications support for owa, autodiscover and mail Additional Subdomain support Internal Hostname support Public IP Address support Additional Fully Qualified Domain Name support These options can be added through both the OrganizationSSL product code, as well as the OrganizationSSL with Auto-CSR product code, in 1-5 year validity periods. Note: the API product code specification OrganizationSSL is referenced as OV. The product code for applications using AutoCSR is referenced as OV_SKIP Customers with SSL Managed Service accounts may obtain pre-vetted OrganizationSSL certificates by using the SSL Managed Service application calls. Extended SSL: ExtendedSSL is the product name for GlobalSign's Extended Validation (EV) SSL offering and is issued in strict adherence the published CA/B Forum EV SSL guidelines covering certificate profile format, vetting method and workflow. This product can be ordered as only a standard SSL Certificate with limited Subject Alternative Name support and does not support wildcard applications and globalip option, NOT as a wildcard option. This product can also work with all the SAN options. For the Extended SSL, the following SAN options allowed: Unified Communications support for owa, autodiscover and mail Additional Subdomain support GlobalSign API for MSSL Certificates v1.2 Page 4 of 47

5 Additional Fully Qualified Domain Name support This product can only be ordered in a 1-2 year validity period. 3. Web Service Functions Order & Query Workflow Overview Order processing for SSL Certificates and web identity products is asynchronous. For these types of orders an API client places an order and then later checks the server for the completed order. The specification document is split into two sections: Managed SSL (MSSL) Functions: calls to place orders, modify or cancel orders, modify or query MSSL specific account information Standard SSL Query Functions: calls needed to complete order calls, such as querying, and searching for complete orders (such as getting issued certificates) The general approach for ordering is to place orders using an Order function, then periodically request the list of all orders that have changed status during a specified time interval (for example, the last four hours) using the Query function of GetModifiedOrders. This returns a list of all orders and detailed order information for orders that have changed status in the specified time interval. The status of all returned orders can then be updated locally and used as necessary. An alternative to querying for a set of modified orders within a time period is to specifically request the status of a specific order. In this case the ordering flow consists of the following operations: place an order, and then periodically check the status of the specific order (GetOrderByOrderID). Once the order has been completed, the fulfillment information is returned with the GetOrderByOrderID operation. This approach is less efficient, but might be more appropriate when there is a low volume of certificates being managed. 3.1 Managed SSL Functions Functions Function Get List of MSSL Profiles Get List of MSSL Domains Order Pre-vetted SSL Certificate via SSL Managed Service account Order Pre-vetted AutoCSR SSL Certificate via SSL Managed Service account Add domain to MSSL account Add profile to MSSL account Update existing MSSL Profile Modify Existing MSSL Order Modify Existing MSSL Domain API Request GetMSSLProfiles GetMSSLDomains GSPVOrder GSPVOrderWithoutCSR AddMSSLDomain AddMSSLProfile UpdateMSSLProfile ModifyMSSLOrder ModifyMSSLDomain 3.2 Standard SSL Query functions The following functions are not specific to MSSL, but are used across the range of SSL products. Function Searching order information by Order ID Searching modified orders by modified date (from/to) Getting order list Searching orders by order date (from/to) API Request GetOrderByOrderID GetModifiedOrders GetCertificateOrders GetOrderByDataRange GlobalSign API for MSSL Certificates v1.2 Page 5 of 47

6 3.3 Issued Certificates There are two methods for certificate delivery, either via the API or through . Issued certificates can be delivered directly to the user specified in the appropriate Order functions. In the Order Requests, specify the end user who shall receive the certificate and their address in the <ContactInfo> field. 4. API URL s 4.1 GlobalSign URL The following URL s should be used to access the GlobalSign live API: MSSL: Query & General: Test Account URLs The following URLs* should be used to access the GlobalSign Test API: MSSL: Query & General: *Test system accounts are available to API customers upon request 5. WSDL Files 5.1 GlobalSign URL GlobalSign s WSDL files are available from: MSSL: Query & General: Test Account URLs Test account WSDL files are available from: MSSL: Query & General: *Test system accounts are available to API customers upon request GlobalSign API for MSSL Certificates v1.2 Page 6 of 47

7 6. Ordering MSSL OrganizationSSL Certificates Set order information and order OrganizationSSL certificate (1) PVOrder Request PVOrder Response 6.1 Ordering an MSSL OrganizationSSL Certificate PVOrder Request Input Type Size Req? Remarks OrderRequestHeader AuthToken UserName String 30 Password String 30 OrderRequestParameter ProductCode String "PV" BaseOption - OrderKind String New, Renewal, Transfer Licenses Options Option + OptionName EXP: ExpressOption INS: InsuranceOption GSS: GSSupportOption VPC: ValidityPeriodCustomizeOption, SAN: SANOption OptionValue Boolean true, false ValidityPeriod Months int 4 NotBefore Date -MM-DDTHH:MM:SS.000Z NotAfter Date -MM-DDTHH:MM:SS.000Z CSR String 4000 RenewalTargetOrderId String 50 TargetCert String 4000 SpecialIntructions String 4000 Coupon String 50 Campaign String 50 MssLProfileId String MsslPDomainId String SubId String 50 PVSealInfo String AddressLine1 String 100 AddressLine2 String 100 AddressLine3 String 100 PostalCode String 20 Phone String 30 Fax String 30 ContactInfo FirstName String 100 GlobalSign API for MSSL Certificates v1.2 Page 7 of 47

8 LastName String 100 Phone String 30 String 255 SANEntries SANEntry + SANOptionType String SANAltName String 4000 ModifyOperations PVOrder Response Output Type Size Req? Remarks OrderResponseHeader SuccessCode int 2 Errors N Error ErrorCode int 2 ErrorField String 1000 N ErrorMessage String 1000 Timestamp DateTime -MM-DDTHH:MM:SS.000Z GSPVOrderDetail N CertificateInfo N CertificateStatus int 5 1: INITIAL, 2: Waiting for phishing check 3: Cancelled - not issued 4: Issue Completed 5: Cancelled - issued 6: Waiting for revocation 7: Revoked StartDate Date -MM-DDTHH:MM:SS.000Z EndDate Date -MM-DDTHH:MM:SS.000Z CommonName String 64 SerialNumber String 64 SubjectName String 3000 DNSNames String 300 N Fulfillment N CACerticates CACertificate ServerCertificate N CACertType String Root, Inter CACert String 4000 N X509Cert String 4000 PKCS7Cert String 4000 GlobalSign API for MSSL Certificates v1.2 Page 8 of 47

9 7. Ordering MSSL OrganizationSSL Certificates using AutoCSR Set order information and order OrganizationSSL certificate (1) PVOrderWithoutCSR Request PVOrderWithoutCSR Response Retrieve Organization SSL PKCS#12 Certificate (1) GetOrderbyOrderID Request GetOrderbyOrderID Response Ordering an OrganizationSSL Certificate using AutoCSR PVOrderWithoutCSR Request Input Type Size Req? Remarks OrderRequestHeader AuthToken UserName String 30 Password String 30 OrderRequestParameterWithoutCSR ProductCode String PV_SKIP BaseOption OrderKind String New, Renewal, Transfer Licenses Options Option + EXP: ExpressOption INS: InsuranceOption OptionName GSS: GSSupportOption VPC: ValidityPeriodCustomizeOption, SAN: SANOption OptionValue Boolean true, false ValidityPeriod Months int 4 NotBefore Date -MM-DDTHH:MM:SS.000Z NotAfter Date -MM-DDTHH:MM:SS.000Z Pin String KeyLength int 2048 RenewalTargetOrderId String 50 TargetCert String 4000 SpecialIntructions String 4000 Coupon String 50 Campaign String 50 MssLProfileID String MsslPDomainID String SubId String 50 PVSealInfo String AddressLine1 String 100 GlobalSign API for MSSL Certificates v1.2 Page 9 of 47

10 AddressLine2 String 100 AddressLine3 String 100 PostalCode String 20 Phone String 30 Fax String 30 OVCSRInfo CommonName String OrganizationUnit String ContactInfo FirstName String 100 LastName String 100 Phone String 30 String 255 SANEntries SANEntry + SANOptionType String SANAltName String 4000 ModifyOperations PVOrderWithoutCSR Response Siz Require Output Type Remarks e d OrderResponseHeader SuccessCode int 2 Errors Error ErrorCode int 2 Strin 100 ErrorField g 0 ErrorMessag Strin 100 e g 0 Timestamp DateTime -MM-DDTHH:MM:SS.000Z GSPVOrderDetai l CertificateInfo 1: INITIAL, 2: Waiting for phishing check 3: Cancelled - not issued CertificateStatus int 5 4: Issue Completed 5: Cancelled - issued 6: Waiting for revocation 7: Revoked StartDate Date -MM-DDTHH:MM:SS.000Z EndDat Date -MM-DDTHH:MM:SS.000Z e Strin CommonName 64 g Strin SerialNumber 64 g Strin 300 SubjectName g 0 Strin DNSNames 300 g Fulfillment CACerticates CACertificate Strin Root, Inter ServerCertificate X509Cert PKCS7Cert g Strin g Strin g Strin g Modify MSSL Order ModifyMSSLOrder Request GlobalSign API for MSSL Certificates v1.2 Page 10 of 47

11 Input Type Size Req? OrderRequestHeader AuthToken UserName String 30 Password String 30 OrderID String 50 ModifyOrderOperation String 64 APPROVE CANCEL REVOKE ModifyMSSLOrder Response Output Type Size Req? OrderResponseHeader SuccessCode int 2 Errors Error ErrorCode int 2 ErrorField String 1000 ErrorMessage String 1000 Timestamp DateTime 9. Add MSSL Profile AddMSSLProfile Request Input Type Size Req? OrderRequestHeader AuthToken UserName String 30 Password String 30 VettingLevel String 2 MSSLOVProfileInfo MSSLOVProfile Country String 2 StateOrProvince String 255 Locality String 255 OrganisationUnit OrganizationName String String N OVSealInfo StreetAddress1 String 100 StreetAddress2 String 100 PostalCode String 20 OtherAddressInfo String 100 Telephone String 30 Fax String 30 BusinessOVInfo CreditAgency String 50 OrganizationCode String 50 MSSLEVProfileInfo MSSLEVProfile OrganizationName String 255 OrganisationUnit BusinessCategory String String N JurisdictionInfo JurisdictionCountry String 30 JurisdictionState String 255 JurisdictionLocality String 200 IncorporationAgency RegistrationNumber String 100 BusinessPlaceInfo StreetAddress1 String 100 StreetAddress2 String 100 BusinessCategory String 20 N City String 200 StateOrProvince String 255 PostalCode String 20 CountryCode String 2 Telephone String 30 Fax String 30 N BusinessEVInfo BusinessAssumedName String 255 CreditAgency String 50 OrganizationCode String 50 CertificateApprover OrganizationName String 255 JobTitle String 255 ContractSigner OrganizationName String 100 Department String 100 FirstName String 100 LastName String 100 GlobalSign API for MSSL Certificates v1.2 Page 11 of 47

12 JobTitle String 255 Telephone String 30 Address String 30 AddMSSLProfile Response Output OrderResponseHeader SuccessCod e Errors MSSLProfileI D Erro r Type int Siz e 2 Req? ErrorCode int 2 Strin 100 ErrorField g 0 ErrorMessag Strin 100 e g 0 Timestamp DateTime String 50 -MM- DDTHH:MM:SS.000Z 10. Add MSSL Domain AddMSSLDomain Request Input Type Size Req? Validation OrderRequestHeader AuthToken UserName String 30 required, maxlength Password String 30 required, maxlength MSSLProfileID String 50 maxlength DomainName String 64 maxlength, format AddMSSLDomain Response Output Type Size Req? OrderResponseHeader SuccessCode int 2 Errors Error ErrorCode int 2 ErrorField String 1000 ErrorMessage String 1000 Timestamp DateTime DomainName String 64 -MM- DDTHH:MM:SS.000Z 11. Update MSSL Profile UpdateMSSLProfile Request Input Type Size Req? Validation OrderRequestHeader AuthToken UserName String 30 required, maxlength Password String 30 required, maxlength MSSLProfielID String 50 required, maxlength MSSLEVProfileInfo MSSLEVProfile OrganizationName String 255 required, maxlength BusinessCategory String 20 required, maxlength, enumiccontains JurisdictionInfo JurisdictionCountry String 30 required, maxlength, enumiccontains GlobalSign API for MSSL Certificates v1.2 Page 12 of 47

13 JurisdictionState String 255 maxlength JurisdictionLocality String 200 maxlength IncorporationAgencyRegistrationNumber String 100 required, maxlength BusinessPlaceInfo StreetAddress1 String 100 required, maxlength StreetAddress2 String 100 maxlength City String 200 required, maxlength StateOrProvince String 255 required, maxlength PostalCode String 20 required, maxlength, postalcode CountryCode String 2 required, maxlength, enumiccontains Telephone String 30 required, maxlength, tel Fax String 30 maxlength, tel BusinessEVInfo BusinessAssumedName String 255 maxlength CreditAgency String 50 maxlength, enumcontains OrganizationCode String 50 maxlength CertificateApprover OrganizationName String 255 required, maxlength JobTitle String 255 maxlength ContractSigner OrganizationName String 255 required, maxlength Department String 100 required, maxlength FirstName String 100 required, maxlength LastName String 100 required, maxlength JobTitle String 255 required, maxlength Telephone String 30 required, maxlength, tel Address String 30 required, maxlength, UpdateMSSLProfile Response Output Type Size Req? OrderResponseHeader SuccessCode int 2 Errors Error ErrorCode int 2 ErrorField String 1000 ErrorMessage String 1000 Timestamp DateTime MSSLProfileID String 50 X 12. Get MSSL Profiles GetMSSLProfile Request Input Type Size Req? Validation OrderRequestHeader AuthToken UserName String 30 required, maxlength Password String 30 required, maxlength MSSLProfileID String 50 maxlength VettingLevel String 2 maxlength, enumiccontains MSSLProfileStatus String 5 maxlength, enumiccontains GetMSSLProfile Response OutPut Type Size Req? SearchMSSLProfileDetails SearchMSSLProfileDetail MSSLProfielID String 50 VettingLevel String 2 MSSLPlofileStatus String 5 docsubmission_date Date 25 pvrecieve_date Date 25 hold_end_date Date 25 request_date Date 25 MSSLOVProfileInfo MSSLOVProfile Country String 2 GlobalSign API for MSSL Certificates v1.2 Page 13 of 47

14 StateOrProvince String 255 Locality String 255 OrganizationName String 255 OVSealInfo StreetAddress1 String 100 StreetAddress2 String 100 PostalCode String 20 OtherAddressInfo String 100 Telephone String 30 Fax String 30 BusinessOVInfo CreditAgency String 50 OrganizationCode String 50 MSSLEVProfileInfo MSSLEVProfile OrganizationName String 255 BusinessCategory String 20 JurisdictionInfo JurisdictionCountry String 30 JurisdictionState String 255 JurisdictionLocality String 200 IncorporationAgencyRegistrationNumber String 100 BusinessPlaceInfo StreetAddress1 String 100 StreetAddress2 String 100 BusinessCategory String 20 City String 200 StateOrProvince String 255 PostalCode String 20 CountryCode String 2 Telephone String 30 Fax String 30 BusinessEVInfo BusinessAssumedName String 255 CreditAgency String 50 OrganizationCode String 50 CertificateApprover OrganizationName String 255 JobTitle String 255 ContractSigner OrganizationName String 255 Department String 100 FirstName String 100 LastName String 100 JobTitle String 255 Telephone String 30 Address String Get MSSL Domain List GetMSSLDomainList Request Input Type Size Req? OrderRequestHeader AuthToken UserName String 30 Password String 30 MSSLProfileID String 50 MSSLDomainID String 50 MSSLDomainName String 64 MSSLPlofileStatus String 5 GetMSSLDomainList Response Output Type Size Req? SearchMSSLDomainDetails SearchMSSLDomainDetail MSSLDomainID String 50 MSSLProfielID String 17 MSSLDomainName String 64 GlobalSign API for MSSL Certificates v1.2 Page 14 of 47

15 SearchMSSLDomainDetails MSSLDomainStatus NotBefore NotAfter delete_date SearchMSSLDomainDetail String String String String 14. Modify MSSL Domain ModifyMSSLDomain Request Input Type Size Req? OrderRequestHeader AuthToken UserName String 30 Password String 30 OrderID String 50 MSSLDomainID String 64 ModifyDomainOperation String 64 DELETE ModifyMSSLDomain Response Output Type Size Req? OrderResponseHeader SuccessCode int 2 Errors Error ErrorCode int 2 ErrorField String 1000 ErrorMessage String 1000 Timestamp DateTime 15. Query API Calls 15.1 Get Issued Certificate Single Certificate (GetOrderByOrderID) GetOrderByOrderID Request <GetOrderByOrderID xmlns=" <Request> <QueryRequestHeader> <AuthToken> <UserName> 30 String <Password> 30 String </AuthToken> </QueryRequestHeader> <OrderID> 50 String (<OrderQueryOption> (<OrderStatus>)? <!- N/A --> (<ReturnOrderOption>)? 5 String true, false (<ReturnCertificateInfo>)? 5 String true, false (<ReturnFulfillment>)? 5 String true, false (<ReturnCACerts>)? 5 String ReturnFulfillment true </OrderQueryOption>)? </Request> GlobalSign API for MSSL Certificates v1.2 Page 15 of 47

16 </GetOrderByOrderID> GetOrderByOrderID Response GetOrderByOrderID xmlns=" <Response> <QueryResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> 25 -MM-DDTHH:MM:SS.000Z <ReturnCount> 5 </QueryResponseHeader> <OrderID>? 50 String (<Pkcs12File>)? 4000 String (<OrderDetail> <OrderInfo> <OrderID> 50 String <ProductCode> 20 String (<BaseOption>)? 20 String <OrderKind> 10 String <Licenses> 3 (<ExpressOption>)? 5 String (<ValidityPeriodCustomizeOption>)? 5 String (<InsuranceOption>)? 5 String (<GSSupportOption>)? 5 String (<RenewalExtentionOption>)? 5 String <DomainName> 255 String <OrderDate> 25 -MM-DDTHH:MM:SS.000Z (<OrderCompleteDate>)? 25 -MM-DDTHH:MM:SS.000Z (<OrderCanceledDate>)? 25 -MM-DDTHH:MM:SS.000Z (<OrderDeactivatedDate>)? 25 -MM- DDTHH:MM:SS.000Z <OrderStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked <Price> 10 <Currency> 10 String <ValidityPeriod> <Months> 4 (<NotBefore>)? 25 -MM-DDTHH:MM:SS.000Z (<NotAfter>)? 25 -MM-DDTHH:MM:SS.000Z </ValidityPeriod> (<SpecialInstructions>)? 4000 String </OrderInfo> <OrderSubInfo> <CSRSkipOrderFlag> 5 String true,false <DNSOrderFlag> 5 String true,false <TrustedOrderFlag> 5 String true,false (<P12DeleteStatus>)? 5 (<P12DeleteDate>)? 25 -MM-DDTHH:MM:SS.000Z (<VerificationUrl>)? 300 String <SubId> 50 String </OrderSubInfo> (<OrderOption> <ApproverNotifiedDate>? 25 -MM- DDTHH:MM:SS.000Z <ApproverConfirmDate>? 25 -MM-DDTHH:MM:SS.000Z <Approver Address>? 255 String <OrganizationInfo> <OrganizationName> 255 String (<CreditAgency>)? 50 String GlobalSign API for MSSL Certificates v1.2 Page 16 of 47

17 (<OrganizationCode>)? 50 String (<BusinessAssumedName>)? 255 String (<BusinessCategoryCode>)? 20 String <OrganizationAddress> <AddressLine1> 100 String (<AddressLine2>)? 100 String (<AddressLine3>)? 100 String <City> 200 String <Region> 255 String <PostalCode> 20 String <Country> 30 String <Phone> 30 String (<Fax>)? 30 String </OrganizationAddress> </OrganizationInfo> (<RequestorInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <OrganizationName> 255 String <OrganizationUnit> 100 String <Phone> 30 String < > 255 String </RequestorInfo>)? (<ApproverInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <OrganizationName> 255 String (<OrganizationUnit>)? 100 String <Phone> 30 String < > 255 String </ApproverInfo>)? (<AuthorizedSignerInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <Phone> 30 String < > 255 String </AuthorizedSignerInfo>)? (<JurisdictionInfo> <Country> 30 String <StateOrProvince> 255 String <Locality> 200 String <IncorporatingAgencyRegistrationNumber> 100 String </JurisdictionInfo>)? (<ContactInfo> <FirstName> 100 String <LastName> 100 String <Phone> 30 String < > 255 String </ContactInfo>)? </OrderOption>)? (<CertificateInfo> <CertificateStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 6: Waiting for revocation 7: Revoked <StartDate> 25 -MM-DDTHH:MM:SS.000Z <EndDate> 25 -MM-DDTHH:MM:SS.000Z <CommonName> 64 String <SerialNumber> 64 String <SubjectName> 3000 String (<DNSNames>)? 300 String </CertificateInfo>)? (<Fulfillment> (<CACertificates> (<CACertificate> <CACertType> 15 String Root,Inter GlobalSign API for MSSL Certificates v1.2 Page 17 of 47

18 <CACert> 4000 String </CACertificate>)+ </CACertificates>)? (<ServerCertificate> <X509Cert> 4000 String <PKCS7Cert> 4000 String </ServerCertificate>)? </Fulfillment>)? <ModificationEvents> (<ModificationEvent> <ModificationEventName> 5 <ModificationEventTimestamp>25 DDTHH:MM:SS.000Z </ModificationEvent>)+ </ModificationEvents>? </OrderDetail>)? </Response> </GetOrderByOrderID> -MM Query API to get Issued Certificate - Multiple Orders (GetOrderByDateRange) GetOrderByDateRange Request <GetOrderByDateRange xmlns=" <Request> <QueryRequestHeader> <AuthToken> <UserName> 30 <Password> 30 </AuthToken> </QueryRequestHeader> <FromDate> -MM-DDTHH:MM:SS.000Z <ToDate> -MM-DDTHH:MM:SS.000Z (<OrderQueryOption> (<OrderStatus>)? 5 String true, false (<ReturnOrderOption>)? 5 String true, false (<ReturnCertificateInfo>)? 5 String true, false (<ReturnFulfillment>)? 5 String true, false (<ReturnCACerts>)? 5 String </OrderQueryOption>)? </Request> </GetOrderByDataRange> GetOrderByDateRange Response <GetOrderByDateRange xmlns=" <Response> <QueryResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> 25 -MM-DDTHH:MM:SS.000Z <ReturnCount> 5 </QueryResponseHeader> <FromDate>? 25 -MM-DDTHH:MM:SS.000Z <ToDate>? 25 -MM-DDTHH:MM:SS.000Z (<OrderDetails> (<OrderDetail> <OrderInfo> <OrderID> 50 String <ProductCode> 20 String (<BaseOption>)? 20 String <OrderKind> 10 String <Licenses> 3 (<ExpressOption>)? 5 String GlobalSign API for MSSL Certificates v1.2 Page 18 of 47

19 DDTHH:MM:SS.000Z DDTHH:MM:SS.000Z (<ValidityPeriodCustomizeOption>)?5 String (<InsuranceOption>)? 5 String (<GSSupportOption>)? 5 String (<RenewalExtentionOption>)?5 String <DomainName> 255 String <OrderDate> 25 -MM-DDTHH:MM:SS.000Z (<OrderCompleteDate>)? 25 -MM-DDTHH:MM:SS.000Z (<OrderCanceledDate>)? 25 -MM-DDTHH:MM:SS.000Z (<OrderDeactivatedDate>)? 25 -MM- <OrderStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked <Price> 10 <Currency> 10 String <ValidityPeriod> <Months> 4 (<NotBefore>)? 25 -MM-DDTHH:MM:SS.000Z (<NotAfter>)? 25 -MM-DDTHH:MM:SS.000Z </ValidityPeriod> (<SpecialInstructions>)? 4000 String </OrderInfo> <OrderSubInfo> <CSRSkipOrderFlag> 5 String true,false <DNSOrderFlag> 5 String true,false <TrustedOrderFlag> 5 String true,false (<P12DeleteStatus>)? 5 (<P12DeleteDate>)? 25 -MM-DDTHH:MM:SS.000Z (<VerificationUrl>)? 300 String <SubId> 50 String </OrderSubInfo> (<OrderOption> <ApproverNotifiedDate>? 25 -MM- <ApproverConfirmDate>? 25 -MM-DDTHH:MM:SS.000Z <Approver Address>? 255 String <OrganizationInfo> <OrganizationName> 255 String (<CreditAgency>)? 50 String (<OrganizationCode>)? 50 String (<BusinessAssumedName>)? 255 String (<BusinessCategoryCode>)? 20 String <OrganizationAddress> (<AddressLine1>)? 100 String (<AddressLine2>)? 100 String (<AddressLine3>)? 100 String <City> 200 String <Region> 255 String (<PostalCode>)? 20 String <Country> 30 String <Phone> 30 String (<Fax>)? 30 String </OrganizationAddress> </OrganizationInfo> (<RequestorInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <OrganizationName> 255 String <OrganizationUnit> 100 String <Phone> 30 String < > 255 String </RequestorInfo>)? (<ApproverInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String GlobalSign API for MSSL Certificates v1.2 Page 19 of 47

20 <OrganizationName> 255 String (<OrganizationUnit>)? 100 String <Phone> 30 String < > 255 String </ApproverInfo>)? (<AuthorizedSignerInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <Phone> 30 String < > 255 String </AuthorizedSignerInfo>)? (<JurisdictionInfo> <Country> 30 String <StateOrProvince> 255 String <Locality> 200 String <IncorporatingAgencyRegistrationNumber>100 String </JurisdictionInfo>)? (<ContactInfo> <FirstName> 100 String <LastName> 100 String <Phone> 30 String < > 255 String </ContactInfo>)? </OrderOption>)? (<CertificateInfo> <CertificateStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 6: Waiting for revocation 7: Revoked <StartDate> 25 -MM-DDTHH:MM:SS.000Z <EndDate> 25 -MM-DDTHH:MM:SS.000Z <CommonName> 64 String <SerialNumber> 64 String <SubjectName> 3000 String (<DNSNames>)? 300 String </CertificateInfo>)? (<Fulfillment> (<CACertificates> (<CACertificate> <CACertType> 15 String Root,Inter <CACert> 4000 String </CACertificate>)+ </CACertificates>)? (<ServerCertificate> <X509Cert> 4000 String <PKCS7Cert> 4000 String </ServerCertificate>)? </Fulfillment>)? <ModificationEvents> (<ModificationEvent> <ModificationEventName> 5 <ModificationEventTimestamp>25 -MM- DDTHH:MM:SS.000Z </ModificationEvent>)+ </ModificationEvents>? </OrderDetail>)+ </OrderDetails>)? </Response> </GetOrderByDataRange> 15.3 Query API to Get Recently Modified Orders (GetModifiedOrders) As mentioned above the GetModifiedOrders API will return a list of orders modified within a specified time frame. GlobalSign API for MSSL Certificates v1.2 Page 20 of 47

21 GetModifiedOrders Request <GetModifiedOrders xmlns=" <Request> <QueryRequestHeader> <AuthToken> <UserName> <Password> </AuthToken> </QueryRequestHeader> <FromDate> -MM-DDTHH:MM:SS.000Z <ToDate> -MM-DDTHH:MM:SS.000Z (<OrderQueryOption> (<OrderStatus>)? 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked (<ReturnOrderOption>)? true,false (<ReturnCertificateInfo>)? true,false (<ReturnFulfillment>)? true,false (<ReturnCACerts>)? true,false </OrderQueryOption>)? </Request> </GetModifiedOrders> GetModifiedOrders Response <GetModifiedOrders xmlns=" <Response> <QueryResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> 25 -MM-DDTHH:MM:SS.000Z <ReturnCount> 5 </QueryResponseHeader> <FromDate>? 25 -MM-DDTHH:MM:SS.000Z <ToDate>? 25 -MM-DDTHH:MM:SS.000Z (<OrderDetails> (<OrderDetail> <OrderInfo> <OrderID> 50 String <ProductCode> 20 String (<BaseOption>)? 20 String <OrderKind> 10 String <Licenses> 3 (<ExpressOption>)? 5 String (<ValidityPeriodCustomizeOption>)?5 String (<InsuranceOption>)? 5 String (<GSSupportOption>)? 5 String (<RenewalExtentionOption>)?5 String <DomainName> 255 String <OrderDate> 25 -MM-DDTHH:MM:SS.000Z (<OrderCompleteDate>)? 25 -MM-DDTHH:MM:SS.000Z (<OrderCanceledDate>)? 25 -MM-DDTHH:MM:SS.000Z (<OrderDeactivatedDate>)? 25 -MM- DDTHH:MM:SS.000Z <OrderStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed GlobalSign API for MSSL Certificates v1.2 Page 21 of 47

22 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked DDTHH:MM:SS.000Z <Price> 10 <Currency> 10 String <ValidityPeriod> <Months> 4 (<NotBefore>)? 25 -MM-DDTHH:MM:SS.000Z (<NotAfter>)? 25 -MM-DDTHH:MM:SS.000Z </ValidityPeriod> (<SpecialInstructions>)? 4000 String </OrderInfo> <OrderSubInfo> <CSRSkipOrderFlag> 5 String true,false <DNSOrderFlag> 5 String true,false <TrustedOrderFlag> 5 String true,false (<P12DeleteStatus>)? 5 (<P12DeleteDate>)? 25 -MM-DDTHH:MM:SS.000Z (<VerificationUrl>)? 300 String <SubId> 50 String </OrderSubInfo> (<OrderOption> <ApproverNotifiedDate>? 25 -MM- <ApproverConfirmDate>? 25 -MM-DDTHH:MM:SS.000Z <Approver Address>? 255 String <OrganizationInfo> <OrganizationName>255 String (<CreditAgency>)? 50 String (<OrganizationCode>)? 50 String (<BusinessAssumedName>)? 255 String (<BusinessCategoryCode>)? 20 String <OrganizationAddress> (<AddressLine1>)? 100 String (<AddressLine2>)? 100 String (<AddressLine3>)? 100 String <City> 200 String <Region> 255 String (<PostalCode>)? 20 String <Country> 30 String <Phone> 30 String (<Fax>)? 30 String </OrganizationAddress> </OrganizationInfo> (<RequestorInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <OrganizationName> 255 String <OrganizationUnit> 100 String <Phone> 30 String < > 255 String </RequestorInfo>)? (<ApproverInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <OrganizationName> 255 String (<OrganizationUnit>)? 100 String <Phone> 30 String < > 255 String </ApproverInfo>)? (<AuthorizedSignerInfo> <FirstName> 100 String <LastName> 100 String <Function> 255 String <Phone> 30 String < > 255 String </AuthorizedSignerInfo>)? (<JurisdictionInfo> GlobalSign API for MSSL Certificates v1.2 Page 22 of 47

23 <Country> 30 String <StateOrProvince> 255 String <Locality> 200 String <IncorporatingAgencyRegistrationNumber>100 String </JurisdictionInfo>)? (<ContactInfo> <FirstName> 100 String <LastName> 100 String <Phone> 30 String < > 255 String </ContactInfo>)? </OrderOption>)? (<CertificateInfo> <CertificateStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 6: Waiting for revocation 7: Revoked <StartDate> 25 -MM-DDTHH:MM:SS.000Z <EndDate> 25 -MM-DDTHH:MM:SS.000Z <CommonName> 64 String <SerialNumber> 64 String <SubjectName> 3000 String (<DNSNames>)? 300 String </CertificateInfo>)? (<Fulfillment> (<CACertificates> (<CACertificate> <CACertType> 15 Root,Inter <CACert> 4000 String </CACertificate>)+ </CACertificates>)? (<ServerCertificate> <X509Cert> 4000 String <PKCS7Cert> 4000 String </ServerCertificate>)? </Fulfillment>)? <ModificationEvents> (<ModificationEvent> <ModificationEventName> 5 <ModificationEventTimestamp> -MM- DDTHH:MM:SS.000Z </ModificationEvent>)+ </ModificationEvents>? </OrderDetail>)+ </OrderDetails>)? </Response> </GetModifiedOrders> 15.4 Query to Determine Upcoming Renewals (GetOrderByExpirationDate) Request to query for orders with certificates expiring in date range. GetOrderByExpirationDate Request <GetOrderByExpirationDate > <Request> <QueryRequestHeader> <AuthToken> <UserName> <Password> </AuthToken> </QueryRequestHeader> (<ExpirationFromDate>)? -MM-DDTHH:MM:SS.000Z (<ExpirationToDate>)? -MM-DDTHH:MM:SS.000Z (<FQDN>)? 64 String (<OrderKind>)? 10 String GlobalSign API for MSSL Certificates v1.2 Page 23 of 47

24 (<OrderStatus>)? 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked (<SubID>)? 50 String </Request> </GetCertificateOrders> GetOrderByExpirationDate Response <GetCertificateOrders xmlns=" <Response> <QueryResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> 25 -MM-DDTHH:MM:SS.000Z <ReturnCount> 5 </QueryResponseHeader> (<SearchOrderDetails> (<SearchOrderDetail> <OrderID> 50 String (<BaseOption>)? 20 String <OrderKind> 10 String <RequestKind> 10 String <Licenses> 3 <OrderRequestDate> 25 -MM-DDTHH:MM:SS.000Z <OrderIssueDate> 25 -MM-DDTHH:MM:SS.000Z (<OrderCanceledDate>)? 25 -MM-DDTHH:MM:SS.000Z <OrderStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked <OrganizationName> 255 String <Months> 4 <SubId> 50 String <FQDN> 64 String </SearchOrderDetail>)+ </SearchOrderDetails>)? </Response> </GetCertificateOrders> 15.5 Query API to Get Certificate Orders (GetCertificateOrders) As mentioned above the GetCertificateOrders API will return a list of orders. GetCertificateOrders Request <GetCertificateOrders xmlns=" <Request> <QueryRequestHeader> <AuthToken> <UserName> GlobalSign API for MSSL Certificates v1.2 Page 24 of 47

25 <Password> </AuthToken> </QueryRequestHeader> (<FromDate>)? -MM-DDTHH:MM:SS.000Z (<ToDate>)? -MM-DDTHH:MM:SS.000Z (<FQDN>)? 64 String (<OrderKind>)? 10 String (<OrderStatus>)? 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked (<SubID>)? 50 String </Request> </GetCertificateOrders> GetCertificateOrders Response <GetCertificateOrders xmlns=" <Response> <QueryResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> 25 -MM-DDTHH:MM:SS.000Z <ReturnCount> 5 </QueryResponseHeader> (<SearchOrderDetails> (<SearchOrderDetail> <OrderID> 50 String (<BaseOption>)? 20 String <OrderKind> 10 String <RequestKind> 10 String <Licenses> 3 <OrderRequestDate> 25 -MM-DDTHH:MM:SS.000Z <OrderIssueDate> 25 -MM- DDTHH:MM:SS.000Z (<OrderCanceledDate>)? 25 -MM-DDTHH:MM:SS.000Z <OrderStatus> 5 1: INITIAL 2: Waiting for phishing check 3: Cancelled - Not Issued 4: Issue completed 5: Cancelled - Issued 6: Waiting for revocation 7: Revoked <OrganizationName> 255 String <Months> 4 <SubId> 50 String <FQDN> 64 String </SearchOrderDetail>)+ </SearchOrderDetails>)? </Response> </GetCertificateOrders> 15.6 Query API to Reissue Certificates (ReIssue) Use the Reissue API to Re-order a certificate. GlobalSign API for MSSL Certificates v1.2 Page 25 of 47

26 "HashAlgorithm" is a newly added field in the API for reissue. - If this is not specified, certificates will be issued based on the hash algorithm of the certificate being reissued. - If "SHA1" is specified, SHA1 certificates will be issued. - If "SHA256" is specified, SHA-256 certificates will be issued. - However, when reissuing certificates from SHA-256 to SHA1, issuing certificates which exceeds the SHA-1 maximum validity period will be truncated. SHA-1 to SHA-1 certificate reissuance will not be affected. Example: Request a 5 year SHA-256 certificate. If you re-issue to SHA-1, you will receive a maximum 39 month certificate which could result in the loss of up to 21 months of validity period. Recommendation: By requesting a maximum of a 3-year certificate you can avoid any loss of validity period when performing reissues. ReIssue Request <ReIssue xmlns=" <Request> <OrderRequestHeader> <AuthToken> <UserName> 30 <Password> 30 </AuthToken> </OrderRequestHeader> <OrderParameter> <CSR> 4000 String (<DNSNames>)? 300 String </OrderParameter> <TargetOrderID> 50 String <HashAlgorithm> SHA1, SHA256 </Request> </ReOrder> ReIssue Response < ReIssue xmlns=" <Response> <OrderResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 (<ErrorField>)? 1000 String <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> -MM-DDTHH:MM:SS.000Z </OrderResponseHeader> <OrderID>? 50 String <TargetOrderID>? 50 String </Response> </ ReIssue > 15.7 CSR Decoder and Error Checker (DecodeCSR) Request to allow submission of CSR for parsing and error checking. GlobalSign API for MSSL Certificates v1.2 Page 26 of 47

27 DecodeCSR Request <DecodeCSR> <Request > <OrderRequestHeader> <AuthToken> <UserName> 30 String <Password> 30 String </AuthToken> </OrderRequestHeader> <CSR> 50 String <ProductType> DV_LOW,DV OV, EV </Request > </DecodeCSR> DecodeCSR Response <DecodeCSR> <Response> <OrderResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 (<ErrorField>)? 1000 String <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> -MM-DDTHH:MM:SS.000Z </OrderResponseHeader> <CSRData> (<CommonName>)? 255 String (<Organization>)? 255 String (<OrganizationUnit>)? 255 String (<Locality>)? 255 String (<State>)? 255 String (<Country>)? 30 String (< Address>)? 255 String (<KeyLength>)? 30 String </CSRData> <CertificatePreview> (<CommonName>)? 255 String (<Organization>)? 255 String (<OrganizationUnit>)? 255 String (<Locality>)? 255 String (<State>)? 255 String (<Country>)? 30 String (< Address>)? 255 String (<KeyLength>)? 30 String </CertificatePreview> </Response> </DecodeCSR> 15.8 Turn Renewal Notice On/Off (ToggleRenewalNotice) Toggle Renewal Notice Request <ToggleRenewalNotice> <Request> <OrderRequestHeader> <AuthToken> <UserName> 30 String <Password> 30 String GlobalSign API for MSSL Certificates v1.2 Page 27 of 47

28 </Request> </ ToggleRenewalNotice > </AuthToken> </OrderRequestHeader> <OrderID> 30 String <RenewalNotice> true, false Toggle RenewalNotice Response < ToggleRenewalNotice > <Response> <OrderResponseHeader> <SuccessCode> 2 (<Errors> (<Error> <ErrorCode> 5 (<ErrorField>)? 1000 String <ErrorMessage> 1000 String </Error>)+ </Errors>)? <Timestamp> -MM-DDTHH:MM:SS.000Z </OrderResponseHeader> <OrderID>? 50 String </Response> </ ToggleRenewalNotice > GlobalSign API for MSSL Certificates v1.2 Page 28 of 47

29 16. Certificate Order Entry Parameters 16.1 MSSL Profile and Domain ID s To order MSSL Certificates, an MSSLProfileID and MSSLDomainID must be provided. To obtain these values from the GUI, login to your account, navigate to the Manage Domains & Profiles section, and then click the Toggle display of Profile ID & Domain ID link at the bottom of the table. This will then show the IDs for each of your profiles and domains Product Codes The product code is a necessary item in most of the API calls above, the code you enter should match the type of certificate your client requires. Code PV PV_SKIP Certificate Type OrganizationSSL OrganizationSSL using AutoCSR 16.3 Validity Period ou can control the validity period of ordered certificates by setting the number of months Date/Time Formatting Number Of Months Certificate Validity Period (days) 6* 184* Date/Time is based on UTC and includes millisecond. eg: T18:16:33.594Z This format is defined* as xsd:datetime XML Simple Type * Setting Validity Period of the Certificate (by Not before/not after date) ou can control the validity period of a certificate by modifying the Not before (N/B) and Not after (N/A) dates, these dates represent Valid From and Valid To in the final certificate. ou can set either N/B and N/A dates, or just one of them. Restrictions are follows: N/B should be at least 3 days after the ordering date for GSDVOrders, and at least 7 days after for GSOVOrders. N/A should be as follows: Number of Months Restrictions for N/A GlobalSign API for MSSL Certificates v1.2 Page 29 of 47

30 6 DomainSSL : 4 days after or later from the ordering date and within 184 days OV : 8 days after or later from the ordering date and within 184 days days after or later from the ordering date and within 366 days days after or later from the ordering date and within 731 days days after or later from the ordering date and within 1096 days days after or later from the ordering date and within 1461 days days after or later from the ordering date and within 1826 days 16.6 Order Type The following OrderTypes can be ordered through the API. No. OrderKind Notes 1 New A new order 2 Renewal A renewal order for replacing an expiring certificate 3 Transfer A competitive switch a certificate is being traded in from another SSL provider 16.7 Options BaseOptions can be added to the certificate order if it is for a specific type of certificate, the following BaseOptions are currently available. BaseOption Supported Product Notes wildcard OrganizationSSL (both with or without Common Name must contain using AutoCSR) the * character in place of the globalip OrganizationSSL (both with or without using AutoCSR) subdomain Common Name must contain a publicly accessible IP address 16.8 Licenses GlobalSign has moved to an unlimited server licensing model for its SSL certificates. The values passed via the API in the license field are thus irrelevant. For new implementations, the request should be configured to submit a value of 1 licenses CreditAgency/OrganizationCode CreditAgency/OrganizationCode is added to help GlobalSign validate the customers Organization. If the customer has one of these numbers it should just be flagged as available, the actual code is not to be entered. No. Credit Agency Value 1 Dunn and Bradstreet number 1 2 Teikoku Databank code KeyLength This reflects the Key Length to be used if the certificate is being created on GlobalSign servers. Valid values 2048 or GlobalSign API for MSSL Certificates v1.2 Page 30 of 47

31 16.11 OptionName The following option types must be added for ordering certificates with extended options. Set to TRUE to activate. OptionName Description SAN SAN: SANOption Activates the Subject Alternative Name (SANs) options see section on Subject Alternative Names (SANs) Entry REX REX: RenewalExtentionOption Optionally adds an additional 30 days to a Renewal order VPC VPC:ValidityPeriodCustomizeOption Allows the start date and end date of the Certificate to be customized see section on Setting validity period of the certificate (by Not before/not after date) Subject Alternative Names (SANs) Entry SANs entries should be added with a combination of OptionName set to SAN and SANOptionType set to one of the following together with the full SAN name in SubjectAltName. No. SAN OptionType Explanation Value 1 1:UC cert option Unified Communication Cert Option 1 allows only owa, mail or autodiscover subdomains to be added 2 2:Subdomain SAN option Additional Subdomain Option 2 3 3:GIP SAN option Public IP Option 3 4 4:Internal SAN option Internal Hostname or non-public IP 4 Option 7 7:FQDN SAN option Additional Fully Qualified Domain Option Country List of country two digit codes and currently supported status, = supported N = not supported. Code Name Status AD ANDORRA AE UNITED ARAB EMIRATES AF AFGHANISTAN N AG ANTIGUA AND BARBUDA AI ANGUILLA AL ALBANIA AM ARMENIA AN NETHERLANDS ANTILLES AO ANGOLA N AQ ANTARCTICA AR ARGENTINA AS AMERICAN SAMOA AT AUSTRIA AU AUSTRALIA Code Name Status AW ARUBA AX ALANDS ISLANDS AZ AZERBAIJAN BA BOSNIA AND HERZEGOVINA BB BARBADOS BD BANGLADESH BE BELGIUM BF BURKINA FASO BG BULGARIA BH BAHRAIN BI BURUNDI BJ BENIN BM BERMUDA BN BRUNEI DARUSSALAM GlobalSign API for MSSL Certificates v1.2 Page 31 of 47

32 Code Name Status BO BOLIVIA BR BRAZIL GW GUINEA-BISSAU G GUANA HK HONG KONG HM HEARD ISLAND AND MCDONALD ISLANDS HN HONDURAS HR CROATIA HT HAITI HU HUNGAR ID INDONESIA IE IRELAND IL ISRAEL IM ISLE OF MAN IN INDIA IO BRITISH INDIAN OCEAN TERRITOR IQ IRAQ N IR IRAN, ISLAMIC REPUBLIC OF N IS ICELAND IT ITAL JE JERSE JM JAMAICA JO JORDAN JP JAPAN KE KENA KG KRGZSTAN KH CAMBODIA KI KIRIBATI KM COMOROS KN SAINT KITTS AND NEVIS KP NORTH KOREA (DEMOCRATIC PEOPLE S N REPUBLIC OF KOREA) BS BAHAMAS BT BHUTAN BV BOUVET ISLAND BW BOTSWANA B BELARUS BZ BELIZE CA CANADA CC COCOS (KEELING) ISLANDS CD CONGO, THE DEMOCRATIC REPUBLIC OF THE Code Name Status CF CENTRAL AFRICAN REPUBLIC CG CONGO CH SWITZERLAND CI COTE D IVOIRE CK COOK ISLANDS CL CHILE CM CAMEROON CN CHINA CO COLOMBIA CR COSTA RICA CU CUBA N CV CAPE VERDE CX CHRISTMAS ISLAND C CPRUS CZ CZECH REPUBLIC DE GERMAN DJ DJIBOUTI DK DENMARK DM DOMINICA DO DOMINICAN REPUBLIC DZ ALGERIA KR KOREA, REPUBLIC OF KW KUWAIT K CAMAN ISLANDS KZ KAZAKSTAN LA LAO PEOPLE S DEMOCRATIC REPUBLIC LB LEBANON LC SAINT LUCIA LI LIECHTENSTEIN LK SRI LANKA LR LIBERIA N LS LESOTHO LT LITHUANIA LU LUXEMBOURG LV LATVIA L LIBAN ARAB JAMAHIRIA N MA MOROCCO MC MONACO MD MOLDOVA, REPUBLIC OF ME MONTENEGRO N MG MADAGASCAR MH MARSHALL ISLANDS MK MACEDONIA, THE FORMER UGOSLAV REPUBLIC OF GlobalSign API for MSSL Certificates v1.2 Page 32 of 47

33 Code Name Status ML MALI MM MANMAR MN MONGOLIA MO MACAU MP NORTHERN MARIANA ISLANDS MQ MARTINIQUE MR MAURITANIA EC ECUADOR EE ESTONIA EG EGPT EH WESTERN SAHARA ER ERITREA ES SPAIN ET ETHIOPIA FI FINLAND FJ FIJI FK FALKLAND ISLANDS (MALVINAS) FM MICRONESIA, FEDERATED STATES OF FO FAROE ISLANDS FR FRANCE GA GABON GB UNITED KINGDOM GD GRENADA GE GEORGIA GF FRENCH GUIANA GG GUERNSE GH GHANA GI GIBRALTAR GL GREENLAND GM GAMBIA GN GUINEA GP GUADELOUPE GQ EQUATORIAL GUINEA GR GREECE GS SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS GT GUATEMALA GU GUAM MS MONTSERRAT MT MALTA MU MAURITIUS MV MALDIVES MW MALAWI MX MEXICO Code Name Status M MALASIA MZ MOZAMBIQUE NA NAMIBIA NC NEW CALEDONIA NE NIGER NF NORFOLK ISLAND NG NIGERIA NI NICARAGUA NL NETHERLANDS NO NORWA NP NEPAL NR NAURU NU NIUE NZ NEW ZEALAND OM OMAN PA PANAMA PE PERU PF FRENCH POLNESIA PG PAPUA NEW GUINEA PH PHILIPPINES PK PAKISTAN PL POLAND PM SAINT PIERRE AND MIQUELON PN PITCAIRN PR PUERTO RICO PS PALESTINIAN TERRITOR, OCCUPIED PT PORTUGAL PW PALAU P PARAGUA QA QATAR RE REUNION RO ROMANIA RS SERBIA N RU RUSSIAN FEDERATION RW RWANDA N SA SAUDI ARABIA SB SOLOMON ISLANDS SC SECHELLES SD SUDAN N SE SWEDEN SG SINGAPORE SH SAINT HELENA SI SLOVENIA SJ SVALBARD AND JAN MAEN GlobalSign API for MSSL Certificates v1.2 Page 33 of 47

GlobalSign API for SSL Certificates

GlobalSign API for SSL Certificates a GlobalSign API for SSL Certificates Implementation Guide and Definitions version 4.2 Version Release Notes Version 4.0 Changes - Added support for newer GCC2 type orders. Now orders place via the GUI

More information

GlobalSign API for SSL Certificates

GlobalSign API for SSL Certificates GlobalSign API for SSL Certificates Implementation Guide and Definitions Version 4.3.4 Version Release Notes Version 4.0 Initial Release Version 4.0.1 Changes - Added support for newer GCC2 type orders.

More information

GlobalSign API for SSL Certificates

GlobalSign API for SSL Certificates GlobalSign API for SSL Certificates Implementation Guide and Definitions Version 4.3.5 Version Release Notes Version 4.3.5 Changes 08/26/2016 - Reorganized sections for readability and flow, added expanded

More information

GlobalSign API for SSL Certificates. Implementation Guide and Definitions Version /23/2018. Version Release Notes

GlobalSign API for SSL Certificates. Implementation Guide and Definitions Version /23/2018. Version Release Notes Version Release Notes GlobalSign API for SSL Certificates Implementation Guide and Definitions Version 4.3.7 04/23/2018 Version 4.3.7 Changes 04/23/2018 Removed references to AutoCSR. Changed validity

More information

PLEASE NOTE: firms may submit one set of research questionnaires covering both China and Hong Kong or separate sets for each jurisdiction

PLEASE NOTE: firms may submit one set of research questionnaires covering both China and Hong Kong or separate sets for each jurisdiction Americas Argentina (Banking and finance; Capital markets; M&A; Project development) Bahamas (Financial and corporate) Barbados (Financial and corporate) Bermuda (Financial and corporate) Bolivia (Financial

More information

No Purchase needed

No Purchase needed www.dialntalk.co.uk No Purchase needed About DialnTalk DialnTalk is the instant dial service developed to offer you easy to use low cost international telephone calls. Our aim is to provide a hassle free

More information

International Roaming Telstra

International Roaming Telstra International Roaming Mobile Information about the service Here s a quick summary of all the important bits about your Postpaid Mobile International Roaming Service. It covers things like the charging

More information

IDD call rate for Unlimited PSTN-ISDN Plan

IDD call rate for Unlimited PSTN-ISDN Plan IDD call rate for Unlimited PSTN-ISDN Plan Band Destination Name Per/Min 186 Afghanistan $2.88 900 Afghanistan Mobile $2.88 187 Albania $0.72 901 Albania Mobile $0.80 188 Algeria $0.88 902 Algeria Mobile

More information

CRYPTO CLOUD SIM UNLIMITED DATA NO TRACEABILITY NO THIRD-PARTIES

CRYPTO CLOUD SIM UNLIMITED DATA NO TRACEABILITY NO THIRD-PARTIES CRYPTO CLOUD SIM UNLIMITED DATA NO TRACEABILITY NO THIRD-PARTIES Table of contents 03 Removing middleman from communication 04 Always stay connected 05 Extra security benefits 06 Global coverage, no extra

More information

International Travel Guide

International Travel Guide Travel Guide To view wireless coverage, go to att.com/maps/wireless-coverage. Offers Services Afghanistan 2G, 3G, 4G Airlines (on-air) 2G Aland Islands (Finland) 2G, 3G, 4G Albania 2G, 3G, 4G Algeria 2G,

More information

International Rates Published 18 th October 2013

International Rates Published 18 th October 2013 Discounted Countries We offer two rates for International calls, our first is our discounted rates which are based on popular destinations and change from time to time. Calls to these countries are discounted

More information

PayMontly & PayAsYouGo International Call Saver. PayAsYouGo & Holiday Prepaid Pack. Pay Monthly DESTINATION

PayMontly & PayAsYouGo International Call Saver. PayAsYouGo & Holiday Prepaid Pack. Pay Monthly DESTINATION DESTINATION PayAsYouGo & Holiday Prepaid Pack Pay Monthly PayMontly & PayAsYouGo International Call Saver incl. 18% VAT incl. 18% VAT incl. 18% VAT Afghanistan Fix 0,2449 0,2655 0,1952 Afghanistan Mobile

More information

PayMontly & PayAsYouGo International Call Saver. PayAsYouGo & Holiday Prepaid Pack. Pay Monthly DESTINATION

PayMontly & PayAsYouGo International Call Saver. PayAsYouGo & Holiday Prepaid Pack. Pay Monthly DESTINATION DESTINATION PayAsYouGo & Holiday Prepaid Pack Pay Monthly PayMontly & PayAsYouGo International Call Saver incl. 19% VAT incl. 19% VAT incl. 19% VAT Afghanistan Fix 0.2470 0.2678 0.1969 Afghanistan Mobile

More information

id x Economy fixed CTY Income group 1 Afghanistan Afghanistan Low income 2 Albania Albania Upper middle income 3 Algeria Algeria Upper middle income

id x Economy fixed CTY Income group 1 Afghanistan Afghanistan Low income 2 Albania Albania Upper middle income 3 Algeria Algeria Upper middle income 2 Albania Albania Upper middle income 3 Algeria Algeria Upper middle income 4 American Samoa American Samoa Upper middle income 5 Andorra Andorra High income 6 Angola Angola Lower middle income 7 Antigua

More information

1800 Freephone service $0.000 $ and Supplementary control service $0.000 $0.00

1800 Freephone service $0.000 $ and Supplementary control service $0.000 $0.00 Call Rates: BizPhone Local, National and Fixed Calls to Mobiles Description Local Call National Calls Calls to all Mobile Networks (excludes international mobiles) Rate (per call) Miscellaneous Call Rates

More information

Centre Region Classifications

Centre Region Classifications Centre Region Classifications Considering the World Bank list of economies (June 2017) OTHM centres has been classified into three separate regions: Region 1: High income economies; Region 2: Upper middle

More information

Auto Attendant, Hunt Group & Call Queue External Number Divert Rates

Auto Attendant, Hunt Group & Call Queue External Number Divert Rates Call s: BizPhone Unless otherwise indicated, all charges are calculated per second and are in Australian dollars. Local, National and Fixed Calls to Mobiles Local Call National Calls Calls to all Mobile

More information

Revised ISD Tariff in Fixed/Mobile country/destination

Revised ISD Tariff in Fixed/Mobile country/destination Sl.No. Name of the Revised ISD Tariff in Fixed/Mobile country/destination Rs./Min 1 Afghanistan Fixed 15.00 2 Afghanistan Mobile 15.00 3 African Republic Fixed 25.00 4 African Republic Mobile 25.00 5 Albania

More information

Dashboard. 1 Jan Apr 2008 Comparing to: Site % Bounce Rate 00:03:49 Avg. Time on Site 50.69% % New Visits

Dashboard. 1 Jan Apr 2008 Comparing to: Site % Bounce Rate 00:03:49 Avg. Time on Site 50.69% % New Visits www.nice.org.uk Dashboard 1 Jan 2008-30 Apr 2008 Comparing to: Site 30,000 30,000 15,000 15,000 Site Usage 2,036,257 Visits 11,751,941 Page Views 5.77 Pages/Visit 33.72% Bounce Rate 00:03:49 Avg. Time

More information

ECIDA Worldwide Credit Report Pricing Index

ECIDA Worldwide Credit Report Pricing Index A B C Afghanistan World $174 $234 $300 $123 Albania Europe $119 $144 $250 $45 Algeria World $174 $234 $300 $123 American Samoa World $174 $234 N/A $123 Andorra Europe $119 $144 $250 $123 Angola World $174

More information

Spoka Meet Audio Calls Rates Dial-In UK

Spoka Meet Audio Calls Rates Dial-In UK Spoka Meet Audio Calls Rates Dial-In UK Country Toll/Toll Free Landline/Mobile GBP Argentina Toll Landline 0 Australia Toll Landline 0 Austria Toll Landline 0 Bahrain Toll Landline 0 Belgium Toll Landline

More information

Open and honest. Everything you need to know about our: prices, discounts, offers and add-ons if you re a customer of ours. v2.0

Open and honest. Everything you need to know about our: prices, discounts, offers and add-ons if you re a customer of ours. v2.0 Open and honest. Everything you need to know about our: prices, discounts, offers and add-ons if you re a customer of ours. v2.0 1 Contents. Our plans. 3-6 What s included. 7 Data discounts. 8 Our add-ons.

More information

BONUS PLAN Standard Rate Table

BONUS PLAN Standard Rate Table Service Description Voicemail Retrieval (121, 1211, 1212, 1213, 1218, 1219) Call Forward Hello Mobile Customer Care via 126 999 Hello Mobile Customer Care via 1300 126 999 from Hello Mobile Hello Mobile

More information

HK$/min. Destination

HK$/min. Destination Afghanistan Fixed & Mobile 93 9.90 - Alaska Fixed & Mobile 1 0.55 2.28 Albania Fixed & Mobile 355 3.18 - Algeria Fixed & Mobile 213 3.66 - American Samoa Fixed & Mobile 1 4.64 - Andorra Fixed & Mobile

More information

These are our call rates from your home phone line to: International calls Information Services Operator Services Satellite calls

These are our call rates from your home phone line to: International calls Information Services Operator Services Satellite calls Call rates These are our call rates from your home phone line to: International calls Information Services Operator Services Satellite calls You can find local, national and directory services call rates

More information

Shaw Business International Long Distance Rates

Shaw Business International Long Distance Rates Shaw Business International Long Distance s Country Mobile Exclusions Afghanistan 11 + 93 Landline $0.35 The phone number prefixes 939 billed at Mobile rate noted here. Afghanistan 11 + 93 Mobile $0.35

More information

Available international services and pricing while traveling outside the US

Available international services and pricing while traveling outside the US Available international services and pricing while traveling outside the US 1 Country Voice Data Messaging Picture and Video US # US # Afghanistan 93 $2.99 X X N/A No $2.05 X X X Aland Islands 358 $1.79

More information

Destination Call Type Peak Off-peak

Destination Call Type Peak Off-peak NEOTEL 2011 Rates VAT Inclusive Country Codes Destination Call Type Peak Off-peak 93 Afghanistan Fixed 3.81 2.87 355 Albania Fixed 1.99 1.87 355 Albania - Mobile Mobile 4.21 3.57 213 Algeria Fixed 4.74

More information

GlobalSign API for MSSL Certificates

GlobalSign API for MSSL Certificates GlobalSign API for MSSL Certificates Implementation Guide and Definitions Version 2.1 8/26/2016 Version Release Notes Version 2.1 Changes Added a new command to change SANs in existing MSSL certificates:

More information

Other Charges SIM Replacement Fee $4.95

Other Charges SIM Replacement Fee $4.95 Unlimited 40 PLAN Standard Rate Table Service Description Voicemail Retrieval (121, 1211, 1212, 1213, 1218, 1219) Call Forward Hello Mobile Customer Care via 126 999 Hello Mobile Customer Care via 1300

More information

IS-13 TOPS Special Solicitation Volume Report

IS-13 TOPS Special Solicitation Volume Report IS-13 TOPS Special Solicitation Volume Report SS CHANNEL CoS To/From RATE AREAS Volume WT (lbs) COUNTRY US2517770 to/from AE 6 7,51 United Arab Emirates US2517770 to/from AG 1 335 Algeria US2517770 to/from

More information

Other Charges SIM Replacement Fee $4.95

Other Charges SIM Replacement Fee $4.95 Unlimited 5GB PLAN Standard Rate Table Service Description Voicemail Retrieval (121, 1211, 1212, 1213, 1218, 1219) Call Forward Hello Mobile Customer Care via 126 999 Hello Mobile Customer Care via 1300

More information

Out of Bundle Vodafone

Out of Bundle Vodafone Out of Bundle Vodafone Out of Bundle Charges - Vodafone The following charges apply once you have used your allowance, or if you call/text/browse outside of your allowance: Standard UK call charges Cost

More information

Tariffs & Instructions for China Prepaid SIM Card

Tariffs & Instructions for China Prepaid SIM Card Tariffs & Instructions for China Prepaid SIM Card (Mar, 2014) SIM Card Features No rental, no monthly fee, Pay As You Go SIM, with voice, data and text Free incoming calls within China 3G high speed internet

More information

Other Charges SIM Replacement Fee $4.95. Admin fee for items returned as faulty but not faulty

Other Charges SIM Replacement Fee $4.95. Admin fee for items returned as faulty but not faulty PAYG 1GB PLAN & Unlimited 10GB Plan Standard Rate Summary Table Service Description Voicemail Retrieval (121, 1211, 1212, 1213, 1218, 1219) Call Forward Hello Mobile Customer Care via 126 999 Hello Mobile

More information

Country Rate Term Country Rate Term Afghanistan $ 3.05 To Wireline Bermuda $ 0.19 To Wireline Afghanistan $ 3.08 To Mobile Bermuda $ 0.

Country Rate Term Country Rate Term Afghanistan $ 3.05 To Wireline Bermuda $ 0.19 To Wireline Afghanistan $ 3.08 To Mobile Bermuda $ 0. Afghanistan $ 3.05 To Wireline Bermuda $ 0.19 To Wireline Afghanistan $ 3.08 To Mobile Bermuda $ 0.19 To Mobile Albania $ 1.19 To Wireline Bhutan $ 1.99 To Wireline Albania $ 1.38 To Mobile Bhutan $ 1.99

More information

Forum and additional background data. For information on data and

Forum and additional background data. For information on data and Abbreviations are: IMD: World Competitiveness Report of the Institute for Management Development, Lausanne PERC: Political and Economic Risk Consultancy, Hong Kong GCR: Global Competitiveness Report of

More information

Automatic Exchange of Information (AEI)

Automatic Exchange of Information (AEI) Automatic Exchange of Information (AEI) List of and s For your accounts booked in Switzerland Disclaimer This document is not intended and cannot be used as a substitute for official AEI publications or

More information

Important general conditions for the use of XENTRY Diagnosis Kit 3 on the workshop network

Important general conditions for the use of XENTRY Diagnosis Kit 3 on the workshop network Important general conditions for the use of Diagnosis Kit 3 on the workshop network This document describes the new features for network operation of the Diagnosis Kit 3 product generation. The requirements

More information

Turquoise Terminal Returns User Guide for Creating & Uploading a Turquoise Terminal Return

Turquoise Terminal Returns User Guide for Creating & Uploading a Turquoise Terminal Return Turquoise Terminal Returns User Guide for Creating & Uploading a Turquoise Terminal Return End-User Documentation Page 1 of 11 Contents Accessing the Terminal Returns application 3 Creating a Terminal

More information

AT&T International Calling Rates Country Type Code Rate per minute

AT&T International Calling Rates Country Type Code Rate per minute AT&T Office@Hand International Calling Rates Country Type Code Rate per minute Afghanistan To mobile 93 $3.08 To wireline 93 $3.05 Albania To mobile 355 $1.38 To wireline 355 $1.19 Algeria To mobile 213

More information

SECTION 3 - SERVICE DESCRIPTIONS AND RATES

SECTION 3 - SERVICE DESCRIPTIONS AND RATES SNET America, Inc. 1 st Revised Page 1 d/b/a AT&T Long Distance East Effective: January 12, 2011 3.13 AT&T Worldwide Occasional Calling SM 3.13.1 General AT&T Worldwide Occasional Calling SM Plan is an

More information

NON DIRECT DEBIT PRICING RATES

NON DIRECT DEBIT PRICING RATES NON DIRECT DEBIT PRICING RATES CALLING FEATURES Calls to 084, 087, 09 and 118 numbers will consist of an Access charge and a Service charge. The Access charges for business calls from fixed lines will

More information

Orbix Talk Price List Version a

Orbix Talk Price List Version a Orbix Talk Price List Version 1.140808a VAT -1 Antigua & Barbuda 82.26 80.58 80.22 12.5 Antigua & Barbuda Mobile 82.26 153.48 153.12 12.5 Afghanistan 161.28 159.6 159.18 12.5 Afghanistan Mobile 161.28

More information

VOIP Tariffs* B2B National - New Switch

VOIP Tariffs* B2B National - New Switch Page 1.1 VOIP Tariffs* B2B National - New Switch Valid from October 25th, 2018 Rounding: per minute - Invoiced: per minute All prices are excluding 21% VAT Peak Hours¹ To fix 3Starsnet Free Free Free To

More information

GlobalSign API for CloudSSL

GlobalSign API for CloudSSL GlobalSign API for CloudSSL Implementation Guide and Definitions Version 2.11 12/12/2016 Version Release Notes Version 2.11 Changes - Updated acceptable domain-validation locations (Section 5.1.1) Version

More information

COMMISSION IMPLEMENTING REGULATION (EU)

COMMISSION IMPLEMENTING REGULATION (EU) 18.8.2012 Official Journal of the European Union L 222/5 COMMISSION IMPLEMENTING REGULATION (EU) No 751/2012 of 16 August 2012 correcting Regulation (EC) No 1235/2008 laying down detailed rules for implementation

More information

VOIP Tariffs* B2B National - New Switch

VOIP Tariffs* B2B National - New Switch Page 1.1 VOIP Tariffs* B2B National - New Switch Valid from April 1st, 2017 Rounding: per minute - Invoiced: per minute All prices are including 21% VAT Peak Hours¹ To fix 3Starsnet Free Free Free To Belgian

More information

International. Mobile Rates. Business & Enterprise business.mynetfone.com.au/mobile

International. Mobile Rates. Business & Enterprise business.mynetfone.com.au/mobile International Mobile Rates Business & Enterprise 2017-18 International mobile rates International mobile call and text usage is charged on a Pay-As-You-Go (PAYG) basis and does not count as part of your

More information

A Guide To Your Virgin Mobile Plan. Charges for our Pay as You Go Starter, Big Talk and Big Data and Text plans

A Guide To Your Virgin Mobile Plan. Charges for our Pay as You Go Starter, Big Talk and Big Data and Text plans A Guide To Your Virgin Mobile Plan Charges for our Pay as You Go Starter, Big Talk and Big Data and Text plans Charges effective from 1st October 2018 Tariff guide We ve put together this handy guide to

More information

International Long Distance Pay-Per-Use Rates

International Long Distance Pay-Per-Use Rates Afghanistan $3.49 $3.52 $3.99 $3.99 Albania $2.29 $2.48 $2.69 $2.69 Algeria $2.69 $2.76 $2.76 $2.76 American Samoa $3.49 $3.49 $3.49 $3.49 Andorra $1.49 $1.81 $2.69 $2.69 Angola $2.69 $2.77 $3.59 $3.59

More information

International. Mobile Rates. Small and Medium Business. business.mynetfone.com.au/mobile

International. Mobile Rates. Small and Medium Business. business.mynetfone.com.au/mobile International Mobile Rates Small and Medium Business International mobile rates International mobile call and text usage is charged on a Pay-As-You-Go (PAYG) basis and does not count as part of your usual

More information

Have any questions? Call: BROADBAND PRODUCT & PRICING

Have any questions? Call: BROADBAND PRODUCT & PRICING BROADBAND PRODUCT & PRICING Imagine Home Product and Pricing Guide imagine Home Product and Pricing Guide Packages Broadband Included Call Pack Monthly Charge Minimum Term Home Broadband & Call Pack Up

More information

Guide to Roaming and International on O2 January 2018 V1

Guide to Roaming and International on O2 January 2018 V1 Guide to Roaming and International on O2 January 2018 V1 Roaming & International Roaming 24 Hour Travel Pass Mins and Texts: Incoming calls plus calls within country, to UK landlines and mobiles. ** Switching

More information

Tariffs for University Mobiles and Tablets

Tariffs for University Mobiles and Tablets October 2016 Tariffs for University Mobiles and Tablets Mobile Phone Tariffs Computing Services University of Liverpool 1 Mobile P hone Price L ist Computing Services University of Liverpool Mobile Handsets

More information

BSNL CHENNAI TELEPHONES. Commercial Launch of Bilateral CAMEL (prepaid) International Roaming facility with M/s Zain, Saudi Arabia

BSNL CHENNAI TELEPHONES. Commercial Launch of Bilateral CAMEL (prepaid) International Roaming facility with M/s Zain, Saudi Arabia BSNL CHENNAI TELEPHONES Commercial Launch of Bilateral CAMEL (prepaid) International Roaming facility with M/s Zain, Saudi Arabia The international outbound roaming facilities have been launched for the

More information

IBM Europe, Middle East, and Africa Services Announcement ZS , dated May 19, 2015

IBM Europe, Middle East, and Africa Services Announcement ZS , dated May 19, 2015 Announcement ZS15-0002, dated IBM Cybersecurity Assessment and Response Services - penetration testing update offers comprehensive tools to help determine your weaknesses and strengthen your defenses Table

More information

MOBILE PRICE LIST. All prices include VAT at 20%. Rates are correct as at 1 October 2018 BUNDLES OTHER CHARGES

MOBILE PRICE LIST. All prices include VAT at 20%. Rates are correct as at 1 October 2018 BUNDLES OTHER CHARGES MOBILE PRICE LIST All prices include VAT at 20%. Rates are correct as at 1 October 2018 BUNDLES Bundle allowance 30 day 24 month (with handset) Unlimited minutes, unlimited texts 10.00 15.00-35.00 Unlimited

More information

Cisco WebEx Audio Offering

Cisco WebEx Audio Offering Data Sheet Cisco WebEx Audio Offering Product Overview Cisco Unified Communications solutions enable collaboration so that organizations can quickly adapt to market changes while increasing productivity,

More information

EE Pay Monthly Add-Ons & Commitment Packs. Version

EE Pay Monthly Add-Ons & Commitment Packs. Version EE Pay Monthly Add-Ons & Commitment Packs Version 1A Available from 28 October 2015 1 COMMITMENT PACKS In addition to the allowances included in our Standard and EE Extra plans for both Pay Monthly handset

More information

Internet & Phone with KPN Interactive TV PRICE GUIDE

Internet & Phone with KPN Interactive TV PRICE GUIDE Internet & Phone with KPN Interactive TV PRICE GUIDE ACN reserves the right to change these prices. Monthly Fees Prices are shown in Euro, including 21% VAT. Packages Internet & Phone with KPN Interactive

More information

Wireless Communications Services for. Higher-Ed IT Shared Services

Wireless Communications Services for. Higher-Ed IT Shared Services Wireless Communications Services for Higher-Ed IT Shared Services Rate Plans: With No Hardware Subsidy (RECOMMENDED BY ITSS) Simplicity and Flexibility-Enabling a Mobile Workforce VOICE & TEXT VOICE TEXT

More information

FATCA IGA global summary. August 10, 2015

FATCA IGA global summary. August 10, 2015 FATCA IGA global summary August 10, 2015 Preface The development of Intergovernmental Agreements (IGAs) to implement the tax reporting and withholding procedures associated with FATCA continues. The US

More information

FATCA IGA global summary. 16 February 2016

FATCA IGA global summary. 16 February 2016 FATCA IGA global summary 16 February 2016 Preface The development of Intergovernmental Agreements (IGAs) to implement the tax reporting and withholding procedures associated with FATCA continues. The US

More information

Virgin Mobile Tariff Guide. Pricing for our Pay Monthly plans

Virgin Mobile Tariff Guide. Pricing for our Pay Monthly plans Virgin Mobile Tariff Guide Pricing for our Pay Monthly plans Prices Effective from 2nd July 2018 Tariff guide We ve put together this handy guide which provides detailed pricing information for your Virgin

More information

Ooredoo Myanmar Limited (OML) Tariff Notice for Publication 14 August 2014

Ooredoo Myanmar Limited (OML) Tariff Notice for Publication 14 August 2014 Ooredoo Myanmar Limited (OML) Tariff Notice for Publication 14 August 2014 This notification contains details regarding OML s planned offers to be available upon its service launch. 1. Standard Rates The

More information

IMPORTANT NOTICE RELATING TO THIS DOCUMENT

IMPORTANT NOTICE RELATING TO THIS DOCUMENT IMPORTANT NOTICE RELATING TO THIS DOCUMENT Prior to August 1, 2001, the services contained herein were furnished under a tariff filed with the Federal Communications Commission and now canceled. Beginning

More information

Dashboard. Feb 18, Feb 18, 2008 Comparing to: Site. 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit

Dashboard. Feb 18, Feb 18, 2008 Comparing to: Site. 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit Dashboard Site Usage 13,318 Visits 28,414 Pageviews 2.13 Pages/Visit 63.93% Bounce Rate 00:03:00 Avg. Time on Site 73.14% % New Visits Visitors Overview Map Overlay world Visitors 9,744 Traffic Sources

More information

APNIC response to TSB Questionnaire on IPv6 address allocation and encouraging the deployment of IPv6

APNIC response to TSB Questionnaire on IPv6 address allocation and encouraging the deployment of IPv6 APNIC response to TSB Questionnaire on IPv6 address allocation and encouraging the deployment of IPv6 On 27 March 2009, the Telecommunication Standardization Bureau (TSB) issued a Questionnaire on IPv6

More information

Pricing also applies to charges for services provided on the basis of written contracts concluded before 31 July of 2015

Pricing also applies to charges for services provided on the basis of written contracts concluded before 31 July of 2015 PRICING GUIDE FOR INTERNATIONAL EMS POSTAL SERVICE FOR INDIVIDUAL CUSTOMERS Pricing also applies to charges for services provided on the basis of written contracts concluded before 31 July of 2015 I. BASIC

More information

EscapiaVRS. EscapiaVRS OWNER CONTACT BATCH UPLOAD INSTRUCTIONS. HomeAway Software For Professionals. Page 1 of 14

EscapiaVRS. EscapiaVRS OWNER CONTACT BATCH UPLOAD INSTRUCTIONS. HomeAway Software For Professionals. Page 1 of 14 EscapiaVRS HomeAway Software For Professionals OWNER CONTACT BATCH UPLOAD INSTRUCTIONS Page 1 of 14 EscapiaVRS OWNER Contact Batch Upload Instructions Escapia VRS can import 2 types of contact records

More information

Version 4.3. assecods.pl

Version 4.3. assecods.pl ` Version 4.3 assecods.pl ` Table of Contents 1. OVERVIEW... 6 1.1. API repository... 6 2. TYPE OF PRODUCTS... 7 2.1. ID Certificates... 7 2.2. SSL Certificates... 7 2.3. Premium EV Certificate... 7 2.4.

More information

Line Rental plus access the following great features: 1. Service Pack Charges Service Pack Set Up Charge Monthly Recurring Charge

Line Rental plus access the following great features: 1. Service Pack Charges Service Pack Set Up Charge Monthly Recurring Charge OVERVIEW 1. What is this document? 1.1. This document sets out the Service Packs and Service Charges (including Call Usage Charges) available to you as a subscriber to our Home Phone Service. 1.2. For

More information

IGAs in negotiations and IGAs signed to date

IGAs in negotiations and IGAs signed to date FATCA IGA Global Summary Foreign Account Tax Compliance Act (FATCA) January 29, 2018 Preface The development of Intergovernmental Agreements (IGAs) to implement the tax reporting and withholding procedures

More information

IGAs in negotiations and IGAs signed to date

IGAs in negotiations and IGAs signed to date FATCA IGA Global Summary Foreign Account Tax Compliance Act (FATCA) September 18, 2017 Preface The development of Intergovernmental Agreements (IGAs) to implement the tax reporting and withholding procedures

More information

Silver Lining Standard Tariff

Silver Lining Standard Tariff Silver Lining Standard Tariff All prices in per minute UK Local UK Local Call Local 0.0500 0.0500 0.0500 0.0150 UK National UK National Call National 0.0500 0.0500 0.0500 0.0150 UK MobBTFusion British

More information

UNITED NATIONS CONFERENCE ON TRADE AND DEVELOPMENT GENERALIZED SYSTEM OF PREFERENCES. List of Beneficiaries

UNITED NATIONS CONFERENCE ON TRADE AND DEVELOPMENT GENERALIZED SYSTEM OF PREFERENCES. List of Beneficiaries UNITED NATIONS CONFERENCE ON TRADE AND DEVELOPMENT GENERALIZED SYSTEM OF PREFERENCES List of Beneficiaries UNITED NATIONS New York and Geneva, 2006 Note This document contains a list of beneficiaries for

More information

IGAs in negotiations and IGAs signed to date

IGAs in negotiations and IGAs signed to date FATCA IGA Global Summary Foreign Account Tax Compliance Act (FATCA) January 16, 2017 Preface The development of Intergovernmental Agreements (IGAs) to implement the tax reporting and withholding procedures

More information

Connect Business Voice

Connect Business Voice Connect Business Voice Tariff Description Connect Business Voice is a lines & calls reseller product available to third party organisations who have signed the appropriate Reseller Agreement with KCOM.

More information

UNITED NATIONS CONFERENCE ON TRADE AND DEVELOPMENT GENERALIZED SYSTEM OF PREFERENCES. List of Beneficiaries

UNITED NATIONS CONFERENCE ON TRADE AND DEVELOPMENT GENERALIZED SYSTEM OF PREFERENCES. List of Beneficiaries UNITED NATIONS CONFERENCE ON TRADE AND DEVELOPMENT GENERALIZED SYSTEM OF PREFERENCES List of UNITED NATIONS New York and Geneva, 2009 Note This document contains a list of beneficiaries for each of the

More information

MOBILE PAYM rate MOBILE PAYG rate

MOBILE PAYM rate MOBILE PAYG rate Description MOBILE PAYM rate MOBILE PAYG rate Incl. VAT 19% Incl. VAT 19% AFGHANISTAN 0.2644 0.2644 AFGHANISTAN (to mobile) 0.2644 0.2644 ALBANIA 0.1750 0.1750 ALBANIA - SPECIAL SERVICES 0.4492 0.4492

More information

Release Notes. V-Series 5.1

Release Notes. V-Series 5.1 Release Notes V-Series 5.1 Release Notes Version 5.1 Copyright Bottomline Technologies Limited, 2013. All Rights Reserved Information in this document is subject to change without notice and does not represent

More information

MOBILE PRICE LIST. All prices include VAT at 20%. Rates are correct as at 1 Apr 2018 BUNDLES

MOBILE PRICE LIST. All prices include VAT at 20%. Rates are correct as at 1 Apr 2018 BUNDLES All prices include VAT at 20%. Rates are correct as at 1 Apr 2018 BUNDLES Bundle 24 month (with handset) 12 month 30 day Unlimited minutes, unlimited texts and 3GB 28 17 18 Unlimited minutes, unlimited

More information

TMCH Report March February 2017

TMCH Report March February 2017 TMCH Report March 2013 - February 2017 Contents Contents 2 1 Trademark Clearinghouse global reporting 3 1.1 Number of jurisdictions for which a trademark record has been submitted for 3 2 Trademark Clearinghouse

More information

COCAINE (unless otherwise noted) amongst young people (ordered alphabetically by regions)

COCAINE (unless otherwise noted) amongst young people (ordered alphabetically by regions) AFRICA Southern Africa South Africa 13-22 6.7 2008 ARQ ; Select regions (Cape Town) AFRICA West and Central Africa Ghana 13-15 2.9 2007 ARQ AMERICAS Caribbean Antigua and Barbuda High School 1.7 1 0.7

More information

Data Visualization R Prof. Eric A. Suess

Data Visualization R Prof. Eric A. Suess Data Visualization R Prof. Eric A. Suess Some of the code from Chapter 3, Section 1. In this chapter ggplot2 is introduced. We will discuss ggplot2 more in Stat. 651. The main idea of making graphs with

More information

Guide to Charges and Fees for Business Customers

Guide to Charges and Fees for Business Customers Guide to Charges and Fees for Business Customers from 1 November 2018 1 Introduction Our Guide to Charges and Fees for Business Customers is designed so that you can quickly view and understand our packages

More information

rate Incl. VAT 19% ABKHAZIA 0,2175 ABKHAZIA (to mobile) 0,2070 AFGHANISTAN 0,2250 AFGHANISTAN (to mobile) 0,2280 ALBANIA 0,1650 ALBANIA (to mobile)

rate Incl. VAT 19% ABKHAZIA 0,2175 ABKHAZIA (to mobile) 0,2070 AFGHANISTAN 0,2250 AFGHANISTAN (to mobile) 0,2280 ALBANIA 0,1650 ALBANIA (to mobile) Description CALLSAVER rate Incl. VAT 19% ABKHAZIA 0,2175 ABKHAZIA (to mobile) 0,2070 AFGHANISTAN 0,2250 AFGHANISTAN (to mobile) 0,2280 ALBANIA 0,1650 ALBANIA (to mobile) 0,4300 ALGERIA 0,2080 ALGERIA (to

More information

MOBILE PAYM rate Incl. VAT 19%

MOBILE PAYM rate Incl. VAT 19% Description MOBILE PAYM rate Incl. VAT 19% MOBILE PAYG rate Incl. VAT 19% CALLSAVER rate Incl. VAT 19% AFGHANISTAN 0.2644 0.2644 0.2250 AFGHANISTAN (to mobile) 0.2644 0.2644 0.2280 ALBANIA 0.1750 0.1750

More information

eurocent/min National to a Landline phone 6,91 6,91 7,87 National to a mobile phone 6,91 6,91 7,87 eurocent/min Afghanistan 61,98 61,98 6,20

eurocent/min National to a Landline phone 6,91 6,91 7,87 National to a mobile phone 6,91 6,91 7,87 eurocent/min Afghanistan 61,98 61,98 6,20 The prices in the table below are VAT excl. and are quoted in eurocents/min and in eurocent/call. They apply on all minutes not covered by the benefits set out in Articles 1 and 2. 1. When Unlimited Calls

More information

Access Code and Phone Number

Access Code and Phone Number Algeria Dial International collect/reverse charge number: 1-212-559-5842 Argentina For phones using Telecom: Dial 0-800-555-4288; wait for prompt, then dial 866- For phones using Telefonica: Dial 0-800-222-1288;

More information

MOBILE PAYG rate Incl. VAT 19% MOBILE PAYM rate Incl. VAT 19% Destination

MOBILE PAYG rate Incl. VAT 19% MOBILE PAYM rate Incl. VAT 19% Destination Destination MOBILE PAYM rate Incl. VAT 19% MOBILE PAYG rate Incl. VAT 19% ABKHAZIA 0.2392 0.2392 ABKHAZIA (to mobile) 0.25 0.25 AFGHANISTAN 0.2644 0.2644 AFGHANISTAN (to mobile) 0.2644 0.2644 ALBANIA 0.175

More information

The prices in the table below are VAT excl. and are quoted in eurocents/min and in eurocent/call.

The prices in the table below are VAT excl. and are quoted in eurocents/min and in eurocent/call. The prices in the table below are VAT excl. and are quoted in eurocents/min and in eurocent/call. National Peakhours eurocent/min Off-peakhours eurocent/min Connection charge eurocent/call National* to

More information

Connect Business Voice

Connect Business Voice Connect Business Voice Tariff Description Connect Business Voice is a lines & calls reseller product available to third party organisations who have signed the appropriate Reseller Agreement with KCOM.

More information

GlobalSign API for EPKI

GlobalSign API for EPKI GlobalSign API for EPKI Implementation Guide and Definitions Version 2.7.2 Version Release Notes Version 1.1 04/28/2011 - Updated test system addresses Version 2.0 06/27/2011 Included updated functionality

More information

PrimeLink, Inc International Toll Rates

PrimeLink, Inc International Toll Rates AET Antarctic Direct Dial 6.4100 Afghanistan Direct Dial 1.2990 Afghanistan Mobile Direct Dial 1.2990 Afghanistan Mobile Direct Dial 1.7100 Albania Direct Dial 1.1270 Albania Mobile Direct Dial 1.3300

More information

PrimeLink, Inc International Toll Rates

PrimeLink, Inc International Toll Rates Anguilla Direct Dial 1.0100 Antigua and Barbuda Direct Dial 0.6700 American Samoa Direct Dial 0.7110 Bahamas Direct Dial Barbados Direct Dial 0.9600 Bermuda Direct Dial British VirginIslands Direct Dial

More information

PLAN PRICE GUIDE. Non-Standard Charges. Pay as you go

PLAN PRICE GUIDE. Non-Standard Charges. Pay as you go PLAN PRICE GUIDE Non-Standard Charges Pay as you go PRICE FOR ADDITIONAL CALLS AND TEXTS THAT ARE NOT INCLUDED IN YOUR PRICE PLAN. 2 Service Type Call charges for a one minute direct dial call (unless

More information

Certification by APS Ms Mag. Alexandra Wagner Landmark Tower 2/0311, 8 Dongsanhuanbei Lu; Chaoyang, Beijing VR China/Zhongguo

Certification by APS Ms Mag. Alexandra Wagner Landmark Tower 2/0311, 8 Dongsanhuanbei Lu; Chaoyang, Beijing VR China/Zhongguo Afghanistan Yes Full authentication Albania Yes Apostille Algeria Yes Full authentication Andorra No Apostille Angola Yes Apostille Antigua and Barbuda No Apostille Argentinia Yes Apostille Armenia Yes

More information

INSTRUCTIONS SIM CARD BOSNIA & HERZEGOVINA

INSTRUCTIONS SIM CARD BOSNIA & HERZEGOVINA INSTRUCTIONS SIM CARD BOSNIA & HERZEGOVINA Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form

More information