4.2.5.25. Billtrust Gateway Out
With an BilltrustOut Gateway, outgoing messages are sent to Billtrust API.
All the user defined metadata defined in the messages are passed in the context of the new message.
The specific settings are:
External service address. |
|
URL used to get OAUTH2 token. |
|
Login or username to access the service. |
|
Password associated with the username. |
|
Select zero, one or several gateways to receive the response from the http server. |
|
Comma separated list of expected return Http code. If the return code is not in the list, the message is set in error. The default is '200,201,202,204,205'. |
|
The success expression is a regex. If the response doesn't match the success expression, the message is flagged with 'error' status. |
|
You can specify a filename that will be associated with the server response. Default is 'attachment'. |
|
The strategy that will be used to transfer the user metadata to the response message created in the connected gateways. |
|
Filename of the outgoing message [with extension if applicable]. If empty, we will apply the default settings. |
|
Timeout for connection in milliseconds. Must be between 10000 and 240000. |
|
You can specify the http method to call. The default is POST. |
|
You can add specific http header. This accepts metadata. |
|
The trust level defines the level of security used in the SSL handshake. Relax = No certificate verification, Standard = trusting certificates in environment certificates as well as known CA's, Paranoiac = only trusts certificates defined in the environment certificates. Mutual = requires 2-way authentication. |
After channel deployment, your connection will be available to send messages.
Note:
- In Babelway, we're using the standard Java version of REGEX, and it's the same used all over the system.
- If there is a file name provided in the "Message In" or "Message Out" which contain ~ tilde character, All browser based on Chromium will replace the ~ tilde character by the _ underscore character when you try to download the file from the Babelway interface, For more details you can check this link https://bugs.chromium.org/p/chromium/issues/detail?id=479419
- The maximum file size accepted by this gateway is 100 MB.