Changes for page PayEx Connect (API)
Last modified by Fredrik Nilsson on 2023/03/24 09:42
From empty
To version 1.1
edited by David Persson
on 2019/06/20 09:22
on 2019/06/20 09:22
Change comment: There is no comment for this version
Summary
-
Page properties (6 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +PayEx Connect (API) - Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Main.Invoicing.invoice-service.Technical reference.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 - XWiki.XWikiGuest1 +xwiki:XWiki.dap - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Tags
-
... ... @@ -1,0 +1,1 @@ 1 +px-custom-page-content - Content
-
... ... @@ -1,0 +1,48 @@ 1 += Overview = 2 + 3 +(% class="jumbotron" %) 4 +((( 5 +(% class="container" %) 6 +((( 7 +PayEx Connect API enables integrated access to PayEx services in a controlled and secure manner. This documentation targets technical system integrators and developers implementing the PayEx Connect API, that enable customers to access legacy services in a controlled and secure manner. 8 +))) 9 +))) 10 + 11 +PayEx Connect use standard 128 bit SSL encryption to secure the communication channel. Client authentication is managed through UsernameTokens and IP filtering. 12 + 13 +{{warning}} 14 +The only protocol supported is Http Soap. Http Get and Http post is not allowed. 15 +{{/warning}} 16 + 17 +The picture below gives an architectual overview. 18 + 19 +[[image:https://developer.payex.com/xwiki/wiki/developer/download/Main/Invoicing-copy/invoice-service-overview/technical-reference/payex-connect-overview/WebHome/architectural_overview.jpg||alt="architectural_overview.jpg"]] 20 + 21 + 22 +PayEx Connect authenticates the client using a ##UsernameToken## security token. The SOAP message is not encrypted or digitally signed, the transportation is secured and encrypted through SSL. Microsoft Asp.Net clients can use the UsernameOverTransportAssertion defined in WSE 3.0 to create and manage UsenameTokens. 23 + 24 +[[image:https://developer.payex.com/xwiki/wiki/developer/download/Main/Invoicing-copy/invoice-service-overview/technical-reference/payex-connect-overview/WebHome/security.jpg||alt="security.jpg"]] 25 + 26 +---- 27 + 28 += Structure of this documentation = 29 + 30 +This documentation contains several parts, as described below. 31 + 32 +== The implementation manual == 33 + 34 +[[Learn what you need to do prior to integrating a system with PayEx Connect.>>doc:Main.Invoicing-copy.invoice-service-overview.technical-reference.payex-connect-overview.Implementations-manual.WebHome]] This section cover necessary prerequisites, implementation, security and error handling. 35 + 36 +== The sample service manual == 37 + 38 +[[This manual cover web methods used in sample scenarios.>>doc:Main.Invoicing-copy.invoice-service-overview.technical-reference.payex-connect-overview.sample-service-manual.WebHome]] 39 + 40 +== The external services manual == 41 + 42 +[[This manual covers integration with PayEx Invoice Services.>>doc:Main.Invoicing-copy.invoice-service-overview.technical-reference.payex-connect-overview.external-services-manual.WebHome]] 43 + 44 +Learn about following methods: 45 + 46 +* Get Invoice Information 47 +* Get Invoice document in the format of PDF 48 +* Get Customer Information