PaySpace
Provides integration with PaySpace via its OData API.
Revision History
1.0.0.9 Initial Release
1.0.1.0 Updated to .NET Framework 4.8, refactored samples and configuration
1.0.1.1 Fixed a bug where the samples did not correlate with the actions in some cases.
Properties
Connection
Type: Connection Input
ApiBaseUrl
Type: String
The Base URL for the PaySpace API instance
AuthUrl
Type: String
The URL used to generate an access token to authorise API calls
ClientID
Type: String
The Client ID used to generate an access token to authorise API calls
ClientSecret
Type: Password
The Client Secret used to generate an access token to authorise API calls
GrantType
Type: List
Specifies the level of access the authorised access token requires
CompanyID
Type: String
The Company to use when generating the access token
Action
Type: String Input
Provides the type of action to perform
Request
Type: String Input
Provides the request document
Response
Type: String Input
Provides the response document
ResponseCode
Type: Int32
Teh response status codes indicate whether the request has been successfully completed
Remarks
Use the PaySpace Node to integrate with PaySpace via it's OData API. Use Node Samples to obtain sample requests to get started.