BillPayment Class
Properties Methods Events Config Settings Errors
The BillPayment control is a single class that supports the SignOn and Payment functions of Open Financial Exchange, as described by OFX Specification 1.x and 2.x.
Syntax
class inebank.BillPayment
Remarks
Payment requests can be used to schedule individual payments and to modify or delete payments if necessary.
To use the BillPayment class, first provide ofx_app_id, and ofx_app_version properties, your FI information (by setting the fi_organization, fi_id and fi_url properties), your login information (ofx_user, ofx_password).
Next:
- set payment (payment_from_bank_id, payment_from_account_id, and payment_from_account_type properties to the values corresponding to the account from which you wish to pay the bill, payment_amount to the desired amount, payment_date_due to the date payment has to be processed);
- set payee (by providing either payee_id or: payee full information (via payee_aggregate or by setting each payee property such as payee_name, payee_addr1, payee_phone, payee_list_id (if assigned by the server) and payee_account to your account id with that biller;
Finally, call the pay_bill method. If the biller does not exist in the payee list, the payment request will also set up that payee adding it to your payee list.
Upon successful response, the payment_id, payment_status and payment_date_processed properties will be populated indicating the status of your payment. If the payee didn't exist in your payee list, and if your FI supports assigning id to payees, the payee_id and payee_list_id assigned to that payer might also be returned in the server response.
Between the time a payment is scheduled and the time the server processes the payment, the user can request changes to the parameters of that payment. For example, the payment_amount or payment_date_due of the payment can be modified. To modify a scheduled payment identified by PaymentId, the modify_payment method can be called where the PaymentId identifies the targeted payment. When this method is called, the full contents of the payment request must be specified, including both modified and unmodified data. All data can be modified except payee_name and payee_id. Depending on the server, the response might include the date on which server actually processed this payment, or if it failed due to insufficient funds.
To cancel a scheduled payment identified by PaymentId, the cancel_payment method must be called.
Obtaining the status for a payment identified by PaymentId can be done by calling the get_status method.
Bill payments are subject to synchronization which can be done by calling the synchronize_payments method.
Property List
The following is the full list of the properties of the class with short descriptions. Click on the links for further details.
fi_id | Financial institution identifier. |
fi_organization | Financial institution organization name. |
firewall_auto_detect | This property tells the class whether or not to automatically detect and use firewall system settings, if available. |
firewall_type | This property determines the type of firewall to connect through. |
firewall_host | This property contains the name or IP address of firewall (optional). |
firewall_password | This property contains a password if authentication is to be used when connecting through the firewall. |
firewall_port | This property contains the transmission control protocol (TCP) port for the firewall Host . |
firewall_user | This property contains a user name if authentication is to be used connecting through a firewall. |
fi_url | Financial institution URL. |
lost_sync | Whether the token in the synchronization request is older. |
ofx_access_key | Access key value received after a MFA authentication in a previous signon. |
ofx_app_id | OFX application identifier. |
ofx_app_version | OFX application version. |
ofx_password | User's password. |
ofx_request | The current OFX request aggregate. |
ofx_response | The current OFX response aggregate. |
ofx_user | User's id. |
ofx_version | OFX API version. |
payee_account | User's account number with the payee. |
payee_addr1 | Payee's address line 1. |
payee_addr2 | Payee's address line 2. |
payee_addr3 | Payee's address line 3. |
payee_aggregate | Wrapper for payee details. |
payee_city | Payee's city. |
payee_country | Payee's country. |
payee_days_to_pay | Minimum number of business days required to complete the payment transaction to this payee. |
payee_id | Server-assigned payee identifier. |
payee_id_scope | Scope of the payee Id . |
payee_list_id | Server-assigned payee list record ID for this payee. |
payee_name | Name of the payee to whom the given Id or ListId corresponds. |
payee_phone | Payee's phone. |
payee_postal_code | Payee's postal code. |
payee_state | Payee's state This is required to be provided in : a payment request if payee detailed information is used to identify the payee (i. |
payment_aggregate | Wrapper for a payment details. |
payment_amount | Payment amount. |
payment_bill_ref | Biller-supplied reference information when paying a bill, if available. |
payment_check_number | Check number assigned by the server to this payment. |
payment_currency_code | Default currency code for this transaction. |
payment_date_due | Processing date requested by user for the payment to be sent. |
payment_date_processed | Payment processing date. |
payment_from_account_id | Account number from which the money for this payment is drawn. |
payment_from_account_type | Indicates the type of account from which the money for this payment is drawn. |
payment_from_bank_id | Number that identifies the bank where the money is to be withdrawn. |
payment_id | Transaction Id assigned by the server to the payment. |
payment_memo | Memo attached to this payment from the customer to payee. |
payment_payee_account | User's account number with the payee this payment was sent to. |
payment_payee_aggregate | Wrapper for the payee details this payment was sent to. |
payment_payee_id | Server-assigned identifier to the payee this payment was sent to. |
payment_payee_list_id | Server-assigned payee list record ID for the payee this payment was sent to. |
payment_status | Payment processing status. |
payment_to_account_id | Account number to which the money for this payment is sent. |
payment_to_account_type | Indicates the type of account to which this payment is sent. |
payment_to_bank_id | Number that identifies the bank where the money is to be deposited. |
payment_tx_type | Transaction type performed on the payment being synchronized. |
ssl_accept_server_cert_encoded | This is the certificate (PEM/base64 encoded). |
ssl_cert_encoded | This is the certificate (PEM/base64 encoded). |
ssl_cert_store | This is the name of the certificate store for the client certificate. |
ssl_cert_store_password | If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store. |
ssl_cert_store_type | This is the type of certificate store for this certificate. |
ssl_cert_subject | This is the subject of the certificate used for client authentication. |
ssl_provider | This specifies the SSL/TLS implementation to use. |
ssl_server_cert_encoded | This is the certificate (PEM/base64 encoded). |
sync_payee_count | The number of records in the SyncPayee arrays. |
sync_payee_account | User's account number with the payee. |
sync_payee_addr1 | Payee's address line 1. |
sync_payee_addr2 | Payee's address line 2. |
sync_payee_addr3 | Payee's address line 3. |
sync_payee_aggregate | Wrapper for payee details. |
sync_payee_city | Payee's city. |
sync_payee_country | Payee's country. |
sync_payee_days_to_pay | Minimum number of business days required to complete the payment transaction to this payee. |
sync_payee_id | Server-assigned payee identifier. |
sync_payee_id_scope | Scope of the payee Id . |
sync_payee_list_id | Server-assigned payee list record ID for this payee. |
sync_payee_name | Name of the payee to whom the given Id or ListId corresponds. |
sync_payee_phone | Payee's phone. |
sync_payee_postal_code | Payee's postal code. |
sync_payee_state | Payee's state This is required to be provided in : a payment request if payee detailed information is used to identify the payee (i. |
sync_payee_tx_type | Transaction type performed on the payee being synchronized. |
sync_payment_count | The number of records in the SyncPayment arrays. |
sync_payment_aggregate | Wrapper for a payment details. |
sync_payment_amount | Payment amount. |
sync_payment_bill_ref | Biller-supplied reference information when paying a bill, if available. |
sync_payment_check_number | Check number assigned by the server to this payment. |
sync_payment_currency_code | Default currency code for this transaction. |
sync_payment_date_due | Processing date requested by user for the payment to be sent. |
sync_payment_date_processed | Payment processing date. |
sync_payment_id | Transaction Id assigned by the server to the payment. |
sync_payment_memo | Memo attached to this payment from the customer to payee. |
sync_payment_payee_account | User's account number with the payee this payment was sent to. |
sync_payment_payee_aggregate | Wrapper for the payee details this payment was sent to. |
sync_payment_payee_id | Server-assigned identifier to the payee this payment was sent to. |
sync_payment_payee_list_id | Server-assigned payee list record ID for the payee this payment was sent to. |
sync_payment_status | Payment processing status. |
sync_payment_tx_type | Transaction type performed on the payment being synchronized. |
timeout | A timeout for the class. |
Method List
The following is the full list of the methods of the class with short descriptions. Click on the links for further details.
add_payee | Add a payee to server's payee list. |
cancel_payment | Cancels a scheduled bill payment. |
config | Sets or retrieves a configuration setting. |
delete_payee | Deletes a payee identified by ListId from the server payee list. |
get_status | Obtains the current processing status of a payment. |
modify_payee | Modifies a payee identified by ListId that already exists in the payee list. |
modify_payment | Modifies a scheduled payment. |
pay_bill | Pays a bill to a given payee. |
reset | Reset the internal state of the class and all properties to their default values. |
synchronize_payees | Synchronizes payees on the client side with payees on record on the server side. |
synchronize_payments | Synchronizes bills paid on the client side with paid bills on record on the server side. |
Event List
The following is the full list of the events fired by the class with short descriptions. Click on the links for further details.
on_connection_status | This event is fired to indicate changes in the connection state. |
on_error | Information about errors during data delivery. |
on_ssl_server_authentication | Fired after the server presents its certificate to the client. |
on_ssl_status | Shows the progress of the secure connection. |
on_sync_payees | Fired for each payee included in the synchronization response. |
on_sync_payments | Fired for each payment transaction included in the synchronization response. |
Config Settings
The following is a list of config settings for the class with short descriptions. Click on the links for further details.
AuthToken | Authentication token required for this signon session only. |
ClientUId | Unique ID identifying OFX Client. |
CorrectAction[i] | The action taken to a previously sent transaction corrected by the current one. |
CorrectFITID[i] | The FITID of a previously sent transaction corrected by the current one. |
CurrencyFormat | The format to be used for returning currency values. |
DateFormat | The format to be used for input and output dates. |
GetResponseVar | Parses additional information out of the response. |
NewPassword | New password for the current OFX user. |
OFXDateFormat | The date format as required by OFX FI server. |
OFXLog | Log file for the OFX transaction. |
ServerMessage | Server message if a warning or other information returned. |
UserCred1A | Additional user credential required by server. |
UserCred2A | Additional user credential required by server. |
AcceptEncoding | Used to tell the server which types of content encodings the client supports. |
AllowHTTPCompression | This property enables HTTP compression for receiving data. |
AllowHTTPFallback | Whether HTTP/2 connections are permitted to fallback to HTTP/1.1. |
Append | Whether to append data to LocalFile. |
Authorization | The Authorization string to be sent to the server. |
BytesTransferred | Contains the number of bytes transferred in the response data. |
ChunkSize | Specifies the chunk size in bytes when using chunked encoding. |
CompressHTTPRequest | Set to true to compress the body of a PUT or POST request. |
EncodeURL | If set to True the URL will be encoded by the class. |
FollowRedirects | Determines what happens when the server issues a redirect. |
GetOn302Redirect | If set to True the class will perform a GET on the new location. |
HTTP2HeadersWithoutIndexing | HTTP2 headers that should not update the dynamic header table with incremental indexing. |
HTTPVersion | The version of HTTP used by the class. |
IfModifiedSince | A date determining the maximum age of the desired document. |
KeepAlive | Determines whether the HTTP connection is closed after completion of the request. |
KerberosSPN | The Service Principal Name for the Kerberos Domain Controller. |
LogLevel | The level of detail that is logged. |
MaxRedirectAttempts | Limits the number of redirects that are followed in a request. |
NegotiatedHTTPVersion | The negotiated HTTP version. |
OtherHeaders | Other headers as determined by the user (optional). |
ProxyAuthorization | The authorization string to be sent to the proxy server. |
ProxyAuthScheme | The authorization scheme to be used for the proxy. |
ProxyPassword | A password if authentication is to be used for the proxy. |
ProxyPort | Port for the proxy server (default 80). |
ProxyServer | Name or IP address of a proxy server (optional). |
ProxyUser | A user name if authentication is to be used for the proxy. |
SentHeaders | The full set of headers as sent by the client. |
StatusLine | The first line of the last response from the server. |
TransferredData | The contents of the last response from the server. |
TransferredDataLimit | The maximum number of incoming bytes to be stored by the class. |
TransferredHeaders | The full set of headers as received from the server. |
TransferredRequest | The full request as sent by the client. |
UseChunkedEncoding | Enables or Disables HTTP chunked encoding for transfers. |
UseIDNs | Whether to encode hostnames to internationalized domain names. |
UsePlatformHTTPClient | Whether or not to use the platform HTTP client. |
UseProxyAutoConfigURL | Whether to use a Proxy auto-config file when attempting a connection. |
UserAgent | Information about the user agent (browser). |
ConnectionTimeout | Sets a separate timeout value for establishing a connection. |
FirewallAutoDetect | Tells the class whether or not to automatically detect and use firewall system settings, if available. |
FirewallHost | Name or IP address of firewall (optional). |
FirewallPassword | Password to be used if authentication is to be used when connecting through the firewall. |
FirewallPort | The TCP port for the FirewallHost;. |
FirewallType | Determines the type of firewall to connect through. |
FirewallUser | A user name if authentication is to be used connecting through a firewall. |
KeepAliveInterval | The retry interval, in milliseconds, to be used when a TCP keep-alive packet is sent and no response is received. |
KeepAliveTime | The inactivity time in milliseconds before a TCP keep-alive packet is sent. |
Linger | When set to True, connections are terminated gracefully. |
LingerTime | Time in seconds to have the connection linger. |
LocalHost | The name of the local host through which connections are initiated or accepted. |
LocalPort | The port in the local host where the class binds. |
MaxLineLength | The maximum amount of data to accumulate when no EOL is found. |
MaxTransferRate | The transfer rate limit in bytes per second. |
ProxyExceptionsList | A semicolon separated list of hosts and IPs to bypass when using a proxy. |
TCPKeepAlive | Determines whether or not the keep alive socket option is enabled. |
TcpNoDelay | Whether or not to delay when sending packets. |
UseIPv6 | Whether to use IPv6. |
LogSSLPackets | Controls whether SSL packets are logged when using the internal security API. |
OpenSSLCADir | The path to a directory containing CA certificates. |
OpenSSLCAFile | Name of the file containing the list of CA's trusted by your application. |
OpenSSLCipherList | A string that controls the ciphers to be used by SSL. |
OpenSSLPrngSeedData | The data to seed the pseudo random number generator (PRNG). |
ReuseSSLSession | Determines if the SSL session is reused. |
SSLCACertFilePaths | The paths to CA certificate files on Unix/Linux. |
SSLCACerts | A newline separated list of CA certificate to use during SSL client authentication. |
SSLCheckCRL | Whether to check the Certificate Revocation List for the server certificate. |
SSLCheckOCSP | Whether to use OCSP to check the status of the server certificate. |
SSLCipherStrength | The minimum cipher strength used for bulk encryption. |
SSLEnabledCipherSuites | The cipher suite to be used in an SSL negotiation. |
SSLEnabledProtocols | Used to enable/disable the supported security protocols. |
SSLEnableRenegotiation | Whether the renegotiation_info SSL extension is supported. |
SSLIncludeCertChain | Whether the entire certificate chain is included in the SSLServerAuthentication event. |
SSLKeyLogFile | The location of a file where per-session secrets are written for debugging purposes. |
SSLNegotiatedCipher | Returns the negotiated ciphersuite. |
SSLNegotiatedCipherStrength | Returns the negotiated ciphersuite strength. |
SSLNegotiatedCipherSuite | Returns the negotiated ciphersuite. |
SSLNegotiatedKeyExchange | Returns the negotiated key exchange algorithm. |
SSLNegotiatedKeyExchangeStrength | Returns the negotiated key exchange algorithm strength. |
SSLNegotiatedVersion | Returns the negotiated protocol version. |
SSLSecurityFlags | Flags that control certificate verification. |
SSLServerCACerts | A newline separated list of CA certificate to use during SSL server certificate validation. |
TLS12SignatureAlgorithms | Defines the allowed TLS 1.2 signature algorithms when SSLProvider is set to Internal. |
TLS12SupportedGroups | The supported groups for ECC. |
TLS13KeyShareGroups | The groups for which to pregenerate key shares. |
TLS13SignatureAlgorithms | The allowed certificate signature algorithms. |
TLS13SupportedGroups | The supported groups for (EC)DHE key exchange. |
AbsoluteTimeout | Determines whether timeouts are inactivity timeouts or absolute timeouts. |
FirewallData | Used to send extra data to the firewall. |
InBufferSize | The size in bytes of the incoming queue of the socket. |
OutBufferSize | The size in bytes of the outgoing queue of the socket. |
BuildInfo | Information about the product's build. |
CodePage | The system code page used for Unicode to Multibyte translations. |
LicenseInfo | Information about the current license. |
MaskSensitive | Whether sensitive data is masked in log messages. |
ProcessIdleEvents | Whether the class uses its internal event loop to process events when the main thread is idle. |
SelectWaitMillis | The length of time in milliseconds the class will wait when DoEvents is called if there are no events to process. |
UseInternalSecurityAPI | Tells the class whether or not to use the system security libraries or an internal implementation. |
fi_id Property
Financial institution identifier.
Syntax
def get_fi_id() -> str: ... def set_fi_id(value: str) -> None: ...
fi_id = property(get_fi_id, set_fi_id)
Default Value
""
Remarks
fi_id holds the identifier of the OFX Financial Institution and is used during signon. This value is unique for each organization name.
fi_organization Property
Financial institution organization name.
Syntax
def get_fi_organization() -> str: ... def set_fi_organization(value: str) -> None: ...
fi_organization = property(get_fi_organization, set_fi_organization)
Default Value
""
Remarks
This is the name of the OFX Financial Institution and is used during signon. Each organization has a unique fi_id that must also be used at signon.
firewall_auto_detect Property
This property tells the class whether or not to automatically detect and use firewall system settings, if available.
Syntax
def get_firewall_auto_detect() -> bool: ... def set_firewall_auto_detect(value: bool) -> None: ...
firewall_auto_detect = property(get_firewall_auto_detect, set_firewall_auto_detect)
Default Value
FALSE
Remarks
This property tells the class whether or not to automatically detect and use firewall system settings, if available.
firewall_type Property
This property determines the type of firewall to connect through.
Syntax
def get_firewall_type() -> int: ... def set_firewall_type(value: int) -> None: ...
firewall_type = property(get_firewall_type, set_firewall_type)
Default Value
0
Remarks
This property determines the type of firewall to connect through. The applicable values are as follows:
fwNone (0) | No firewall (default setting). |
fwTunnel (1) | Connect through a tunneling proxy. firewall_port is set to 80. |
fwSOCKS4 (2) | Connect through a SOCKS4 Proxy. firewall_port is set to 1080. |
fwSOCKS5 (3) | Connect through a SOCKS5 Proxy. firewall_port is set to 1080. |
fwSOCKS4A (10) | Connect through a SOCKS4A Proxy. firewall_port is set to 1080. |
firewall_host Property
This property contains the name or IP address of firewall (optional).
Syntax
def get_firewall_host() -> str: ... def set_firewall_host(value: str) -> None: ...
firewall_host = property(get_firewall_host, set_firewall_host)
Default Value
""
Remarks
This property contains the name or IP address of firewall (optional). If a firewall_host is given, the requested connections will be authenticated through the specified firewall when connecting.
If this property is set to a Domain Name, a DNS request is initiated. Upon successful termination of the request, this property is set to the corresponding address. If the search is not successful, the class fails with an error.
firewall_password Property
This property contains a password if authentication is to be used when connecting through the firewall.
Syntax
def get_firewall_password() -> str: ... def set_firewall_password(value: str) -> None: ...
firewall_password = property(get_firewall_password, set_firewall_password)
Default Value
""
Remarks
This property contains a password if authentication is to be used when connecting through the firewall. If firewall_host is specified, the firewall_user and firewall_password properties are used to connect and authenticate to the given firewall. If the authentication fails, the class fails with an error.
firewall_port Property
This property contains the transmission control protocol (TCP) port for the firewall Host .
Syntax
def get_firewall_port() -> int: ... def set_firewall_port(value: int) -> None: ...
firewall_port = property(get_firewall_port, set_firewall_port)
Default Value
0
Remarks
This property contains the transmission control protocol (TCP) port for the firewall firewall_host. See the description of the firewall_host property for details.
Note: This property is set automatically when firewall_type is set to a valid value. See the description of the firewall_type property for details.
firewall_user Property
This property contains a user name if authentication is to be used connecting through a firewall.
Syntax
def get_firewall_user() -> str: ... def set_firewall_user(value: str) -> None: ...
firewall_user = property(get_firewall_user, set_firewall_user)
Default Value
""
Remarks
This property contains a user name if authentication is to be used connecting through a firewall. If the firewall_host is specified, this property and firewall_password properties are used to connect and authenticate to the given firewall. If the authentication fails, the class fails with an error.
fi_url Property
Financial institution URL.
Syntax
def get_fi_url() -> str: ... def set_fi_url(value: str) -> None: ...
fi_url = property(get_fi_url, set_fi_url)
Default Value
""
Remarks
This is the URL of the OFX Financial Institution to which the class will signon and fetch data.
lost_sync Property
Whether the token in the synchronization request is older.
Syntax
def get_lost_sync() -> bool: ...
lost_sync = property(get_lost_sync, None)
Default Value
FALSE
Remarks
The lost_sync will be returned in the server response after a synchronization request has been sent (when the synchronize method was called). This indicates whether the Token in the synchronization request is older than the earliest entry in the server's history table. If True, some responses have been lost. Otherwise, the token in the synchronization request is newer than or matches a token in the server's history table.
This property is read-only.
ofx_access_key Property
Access key value received after a MFA authentication in a previous signon.
Syntax
def get_ofx_access_key() -> str: ... def set_ofx_access_key(value: str) -> None: ...
ofx_access_key = property(get_ofx_access_key, set_ofx_access_key)
Default Value
""
Remarks
This might be returned in the server response after a MFA authentication (i.e. MFA challenge question/answer pairs were validated by the server when the send_challenge_answers method in FIProfile class was called).
To prevent servers from needing to authenticate the user in each OFX request, the server may respond to a correct set of challenge answers with a ofx_access_key on the signon response (when the send_challenge_answers method in FIProfile class was called).
The server determines the contents of this optional element. On each subsequent signon request, the client will send the last value of the ofx_access_key it has received, even after the end of the current session. The server has the option to respond to any subsequent request with a 3000 error code, requiring the client to send the MFA challenge questions request again (by calling the request_challenge_questions method in FIProfile class). This allows the server to determine the lifetime of the ofx_access_key.
ofx_app_id Property
OFX application identifier.
Syntax
def get_ofx_app_id() -> str: ... def set_ofx_app_id(value: str) -> None: ...
ofx_app_id = property(get_ofx_app_id, set_ofx_app_id)
Default Value
""
Remarks
This is the unique identifier of the user's OFX application.
ofx_app_version Property
OFX application version.
Syntax
def get_ofx_app_version() -> str: ... def set_ofx_app_version(value: str) -> None: ...
ofx_app_version = property(get_ofx_app_version, set_ofx_app_version)
Default Value
""
Remarks
This is the version of the user's OFX application.
ofx_password Property
User's password.
Syntax
def get_ofx_password() -> str: ... def set_ofx_password(value: str) -> None: ...
ofx_password = property(get_ofx_password, set_ofx_password)
Default Value
""
Remarks
This is the password used when signing on to the OFX Financial Institution's service.
ofx_request Property
The current OFX request aggregate.
Syntax
def get_ofx_request() -> str: ...
ofx_request = property(get_ofx_request, None)
Default Value
""
Remarks
Polling ofx_request will cause the class to generate and return an OFX request aggregate.
This property is read-only.
ofx_response Property
The current OFX response aggregate.
Syntax
def get_ofx_response() -> str: ... def set_ofx_response(value: str) -> None: ...
ofx_response = property(get_ofx_response, set_ofx_response)
Default Value
""
Remarks
This can be used especially for debugging purposes. This can also be used to parse an OFX Response. To do so, you can set the OFX Response data (in string format) to ofx_response. Once set, the supplied OFX data will be parsed and will populate the same read-only properties that read_ofx_data_file does.
ofx_user Property
User's id.
Syntax
def get_ofx_user() -> str: ... def set_ofx_user(value: str) -> None: ...
ofx_user = property(get_ofx_user, set_ofx_user)
Default Value
""
Remarks
This is the UserID used when signing on to the OFX Financial Institution's service.
ofx_version Property
OFX API version.
Syntax
def get_ofx_version() -> str: ... def set_ofx_version(value: str) -> None: ...
ofx_version = property(get_ofx_version, set_ofx_version)
Default Value
"102"
Remarks
This is the OFX API version used in all requests sent to your FI server (such as 1.0.2, 2.0.1, 2.1.1, etc.). Valid values: 102, 103, 200, 201, 203, 210, 211. Note that not all OFX Versions are supported by FIs.
Note: If the ofx_version is set to 1x, the request and the response are going to be in SGML format. If set to 2x, the request will be in XML format (the response format depends on the FI's server capabilities). Note that if the OFX FI server does not support version 2x, the server will return an error (such as 'Bad Request').
Certain services are available only for a specific OFX version. For example, image download, is available only in OFX version 2.1.1.
payee_account Property
User's account number with the payee.
Syntax
def get_payee_account() -> str: ... def set_payee_account(value: str) -> None: ...
payee_account = property(get_payee_account, set_payee_account)
Default Value
""
Remarks
User's account number with the payee. This string uniquely identifies the customer in the payee (biller) system.
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
payee_addr1 Property
Payee's address line 1.
Syntax
def get_payee_addr1() -> str: ... def set_payee_addr1(value: str) -> None: ...
payee_addr1 = property(get_payee_addr1, set_payee_addr1)
Default Value
""
Remarks
Payee's address line 1.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
payee_addr2 Property
Payee's address line 2.
Syntax
def get_payee_addr2() -> str: ... def set_payee_addr2(value: str) -> None: ...
payee_addr2 = property(get_payee_addr2, set_payee_addr2)
Default Value
""
Remarks
Payee's address line 2.
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
payee_addr3 Property
Payee's address line 3.
Syntax
def get_payee_addr3() -> str: ... def set_payee_addr3(value: str) -> None: ...
payee_addr3 = property(get_payee_addr3, set_payee_addr3)
Default Value
""
Remarks
Payee's address line 3.
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
payee_aggregate Property
Wrapper for payee details.
Syntax
def get_payee_aggregate() -> str: ... def set_payee_aggregate(value: str) -> None: ...
payee_aggregate = property(get_payee_aggregate, set_payee_aggregate)
Default Value
""
Remarks
Wrapper for payee details.
This string consists of all the payee's properties payee_id, payee_name, payee_addr1, payee_addr2, payee_addr3, payee_city, payee_state, payee_postal_code, payee_country, payee_phone, payee_id_scope, payee_days_to_pay, payee_list_id, payee_account of the payee.
When the synchronize_payees is called, the on_sync_payees event is fired for each payee in the payee list. Among other payee data returned through this event's parameters, there is also a PayeeAggregate parameter.
When sending a payment request (by calling pay_bill) to an existing payee in the list returned via the payee synchronization request, and when the payee_id is unknown or not assigned, instead of setting all payee's properties, the user can set the payee_aggregate to the value of PayeeAggregate returned for that payee from the on_sync_payees event. When the payee_aggregate is set to this value, all payee's properties are populated with the corresponding values in the aggregate.
Aggregates are pieces of XML taken from the financial institution's original response. They contain elements that correspond to many of the class's properties. However, some of these elements, and/or their potential values, may not be supported by the class. Any user who wishes to use unsupported fields may use this aggregate property to parse out the desired data either via our OFXAggregate class or any other means.
Note: The original data from the server is returned as SGML or XML (depending on the value of ofx_version that FI supports. If the original data is returned in SGML format, the class internally manipulates these responses into the equivalent XML format by inserting close element tags (e.g., "</ACCTID>") into the data as it comes from the server.
payee_city Property
Payee's city.
Syntax
def get_payee_city() -> str: ... def set_payee_city(value: str) -> None: ...
payee_city = property(get_payee_city, set_payee_city)
Default Value
""
Remarks
Payee's city.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
payee_country Property
Payee's country.
Syntax
def get_payee_country() -> str: ... def set_payee_country(value: str) -> None: ...
payee_country = property(get_payee_country, set_payee_country)
Default Value
"USA"
Remarks
Payee's country. This is a 3 letter country code as representation of a country name (ISO/DIS-3166 3-letter country code standard).
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
payee_days_to_pay Property
Minimum number of business days required to complete the payment transaction to this payee.
Syntax
def get_payee_days_to_pay() -> str: ...
payee_days_to_pay = property(get_payee_days_to_pay, None)
Default Value
""
Remarks
Minimum number of business days required to complete the payment transaction to this payee.
This property is read-only.
payee_id Property
Server-assigned payee identifier.
Syntax
def get_payee_id() -> str: ... def set_payee_id(value: str) -> None: ...
payee_id = property(get_payee_id, set_payee_id)
Default Value
""
Remarks
Server-assigned payee identifier.
The payee_id is assigned by the payment system to a payee. There is no requirement though that all or any payees are assigned an identifier. This string uniquely identifies the payee in the list of payees.
Either payee_id or payee full information should be provided in a payment request, but not both.
Payee full information can be provided in the request by setting either the payee_aggregate or payee details represented by required properties: payee_name, payee_addr1, payee_city, payee_state, payee_postal_code, payee_phone, and optional properties: payee_addr2, payee_addr3, payee_country, payee_account.
The payee_id might be populated when: either a payment request (pay_bill method is called) or an add payee request (add_payee method is called) has been sent to the payment server, or when the payee_aggregate has been set.
payee_id_scope Property
Scope of the payee Id .
Syntax
def get_payee_id_scope() -> str: ...
payee_id_scope = property(get_payee_id_scope, None)
Default Value
""
Remarks
Scope of the payee payee_id.
Possible values are:
Value | Meaning |
GLOBAL | Payee Id is valid across the entire payee system |
USER | Payee Id is valid across all FI accounts for this user |
This property is read-only.
payee_list_id Property
Server-assigned payee list record ID for this payee.
Syntax
def get_payee_list_id() -> str: ... def set_payee_list_id(value: str) -> None: ...
payee_list_id = property(get_payee_list_id, set_payee_list_id)
Default Value
""
Remarks
Server-assigned payee list record ID for this payee.
This is uniquely assigned by the server to each entry in a payee list. In systems that do not assign a payee_id, the payee_list_id is another identifier that can be used to reference every payee making sure that the user can correctly link payments to their payees. This identifier is valid as long as the user's payee list includes the payee it identifies, even if the server assigns a payee_id to this payee.
It is assigned by the server to that payee when an add payee request (via add_payee method) or bill payment request (via pay_bill method) has been sent.
The value of payee_list_id is used as parameter when the modify_payee or delete_payee methods are called (when modifying or deleting a payee). In all other payment requests is optional.
payee_name Property
Name of the payee to whom the given Id or ListId corresponds.
Syntax
def get_payee_name() -> str: ... def set_payee_name(value: str) -> None: ...
payee_name = property(get_payee_name, set_payee_name)
Default Value
""
Remarks
Name of the payee to whom the given payee_id or payee_list_id corresponds. This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
After sending payment or add/modify payee requests, if the returned payee_id_scope is GLOBAL, the payee_name will contain the standard payee name returned by the server.
payee_phone Property
Payee's phone.
Syntax
def get_payee_phone() -> str: ... def set_payee_phone(value: str) -> None: ...
payee_phone = property(get_payee_phone, set_payee_phone)
Default Value
""
Remarks
Payee's phone.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
payee_postal_code Property
Payee's postal code.
Syntax
def get_payee_postal_code() -> str: ... def set_payee_postal_code(value: str) -> None: ...
payee_postal_code = property(get_payee_postal_code, set_payee_postal_code)
Default Value
""
Remarks
Payee's postal code.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
payee_state Property
Payee's state This is required to be provided in : a payment request if payee detailed information is used to identify the payee (i.
Syntax
def get_payee_state() -> str: ... def set_payee_state(value: str) -> None: ...
payee_state = property(get_payee_state, set_payee_state)
Default Value
""
Remarks
Payee's state
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
payment_aggregate Property
Wrapper for a payment details.
Syntax
def get_payment_aggregate() -> str: ...
payment_aggregate = property(get_payment_aggregate, None)
Default Value
""
Remarks
Wrapper for a payment details.
This string consists of all the payment's properties payment_id, payment_status, payment_amount, payment_from_bank_id, payment_from_account_id, payment_from_account_type, payment_memo, payment_check_number, etc..
Aggregates are pieces of XML taken from the financial institution's original response. They contain elements that correspond to many of the class's properties. However, some of these elements, and/or their potential values, may not be supported by the class. Any user who wishes to use unsupported fields may use this aggregate property to parse out the desired data either via our OFXAggregate class or any other means.
Note: The original data from the server is returned as SGML or XML (depending on the value of ofx_version that FI supports. If the original data is returned in SGML format, the class internally manipulates these responses into the equivalent XML format by inserting close element tags (e.g., "</ACCTID>") into the data as it comes from the server.
This property is read-only.
payment_amount Property
Payment amount.
Syntax
def get_payment_amount() -> str: ... def set_payment_amount(value: str) -> None: ...
payment_amount = property(get_payment_amount, set_payment_amount)
Default Value
""
Remarks
Payment amount. This is to be provided when sending a bill payment request.
Note: the financial institution usually returns amounts as a string that includes the sign (+/-) of the amount. However, the server may sometimes leave out a particular field if it is not required by the OFX specification. To avoid confusion that can be caused by returning integers, the class will return all amount types as a string, with the empty string ("") for fields not returned by the server.
Where there is a value returned by the server, the class will attempt to convert the string into a format that can be easily parsed into an integer value. This behavior can be controlled by the CurrencyFormat config setting.
payment_bill_ref Property
Biller-supplied reference information when paying a bill, if available.
Syntax
def get_payment_bill_ref() -> str: ... def set_payment_bill_ref(value: str) -> None: ...
payment_bill_ref = property(get_payment_bill_ref, set_payment_bill_ref)
Default Value
""
Remarks
Biller-supplied reference information when paying a bill, if available.
This is optional when submitting a payment request.
payment_check_number Property
Check number assigned by the server to this payment.
Syntax
def get_payment_check_number() -> str: ...
payment_check_number = property(get_payment_check_number, None)
Default Value
""
Remarks
Check number assigned by the server to this payment.
This will be returned in the server response (if available) when the request succeeds.
This property is read-only.
payment_currency_code Property
Default currency code for this transaction.
Syntax
def get_payment_currency_code() -> str: ...
payment_currency_code = property(get_payment_currency_code, None)
Default Value
""
Remarks
Default currency code for this transaction.
This indicates the currency in which the payment will be carried out.
This property is read-only.
payment_date_due Property
Processing date requested by user for the payment to be sent.
Syntax
def get_payment_date_due() -> str: ... def set_payment_date_due(value: str) -> None: ...
payment_date_due = property(get_payment_date_due, set_payment_date_due)
Default Value
""
Remarks
Processing date requested by user for the payment to be sent.
This is required to be provided in any bill payment or payment modification requests.
All input dates should be entered in the format specified by DateFormat. For example, if the DateFormat is set to "MM/dd/yyyy hh:mm:ss" (default value), an input date should look like: 09/30/2009 12:00:00 AM.
This format specifies also how the returned dates are going to get parsed.
payment_date_processed Property
Payment processing date.
Syntax
def get_payment_date_processed() -> str: ...
payment_date_processed = property(get_payment_date_processed, None)
Default Value
""
Remarks
Payment processing date.
This indicates the date when the event described by payment_status occurs.
All input dates should be entered in the format specified by DateFormat. For example, if the DateFormat is set to "MM/dd/yyyy hh:mm:ss" (default value), an input date should look like: 09/30/2009 12:00:00 AM.
This format specifies also how the returned dates are going to get parsed.
This property is read-only.
payment_from_account_id Property
Account number from which the money for this payment is drawn.
Syntax
def get_payment_from_account_id() -> str: ... def set_payment_from_account_id(value: str) -> None: ...
payment_from_account_id = property(get_payment_from_account_id, set_payment_from_account_id)
Default Value
""
Remarks
Account number from which the money for this payment is drawn.
This is an account number for a typical bank, such as one that might appear on a check, a bank card, or a credit card with that bank.
It is required to be provided when a bill payment or payment modification request is sent to the server (i.e., when pay_bill or modify_payment methods are called).
If payment_from_account_type is set to CreditCard, the payment_from_account_id should be a credit card account number.
payment_from_account_type Property
Indicates the type of account from which the money for this payment is drawn.
Syntax
def get_payment_from_account_type() -> int: ... def set_payment_from_account_type(value: int) -> None: ...
payment_from_account_type = property(get_payment_from_account_type, set_payment_from_account_type)
Default Value
0
Remarks
Indicates the type of account from which the money for this payment is drawn.
This is required to be provided when a bill payment or payment modification request is sent to the server (i.e., when pay_bill or modify_payment methods are called).
This property uses the following four values:
- atChecking (0)
- atSavings (1)
- atMoneyMarket (2)
- atLineOfCredit (3)
payment_from_bank_id Property
Number that identifies the bank where the money is to be withdrawn.
Syntax
def get_payment_from_bank_id() -> str: ... def set_payment_from_bank_id(value: str) -> None: ...
payment_from_bank_id = property(get_payment_from_bank_id, set_payment_from_bank_id)
Default Value
""
Remarks
Number that identifies the bank where the money is to be withdrawn.
This is required to be provided when a bill payment request has been made.
payment_id Property
Transaction Id assigned by the server to the payment.
Syntax
def get_payment_id() -> str: ... def set_payment_id(value: str) -> None: ...
payment_id = property(get_payment_id, set_payment_id)
Default Value
""
Remarks
Transaction Id assigned by the server to the payment.
The payment_id is returned after a bill payment request (when calling the pay_bill method, which can be either a single payment or a recurring payment model).
This identifier value can be used as reference to this payment or model in any modification or cancellation request (as parameter when the modify_payment or cancel_payment methods are called).
payment_memo Property
Memo attached to this payment from the customer to payee.
Syntax
def get_payment_memo() -> str: ... def set_payment_memo(value: str) -> None: ...
payment_memo = property(get_payment_memo, set_payment_memo)
Default Value
""
Remarks
Memo attached to this payment from the customer to payee.
This is optional when submitting a payment request.
payment_payee_account Property
User's account number with the payee this payment was sent to.
Syntax
def get_payment_payee_account() -> str: ...
payment_payee_account = property(get_payment_payee_account, None)
Default Value
""
Remarks
User's account number with the payee this payment was sent to.
This string uniquely identifies the customer in the payee (biller) system.
This property is read-only.
payment_payee_aggregate Property
Wrapper for the payee details this payment was sent to.
Syntax
def get_payment_payee_aggregate() -> str: ...
payment_payee_aggregate = property(get_payment_payee_aggregate, None)
Default Value
""
Remarks
Wrapper for the payee details this payment was sent to.
This string consists of these payee's data: name, address, city, state, country, postal code, country and phone.
When the synchronize_payments is called, the on_sync_payments event is fired for each payment in the payment list. Among other payment data returned through this event's parameters, there is also a PayeeAggregate parameter.
Aggregates are pieces of XML taken from the financial institution's original response. They contain elements that correspond to many of the class's properties. However, some of these elements, and/or their potential values, may not be supported by the class. Any user who wishes to use unsupported fields may use this aggregate property to parse out the desired data either via our OFXAggregate class or any other means.
Note: The original data from the server is returned as SGML or XML (depending on the value of ofx_version that FI supports. If the original data is returned in SGML format, the class internally manipulates these responses into the equivalent XML format by inserting close element tags (e.g., "</ACCTID>") into the data as it comes from the server.
This property is read-only.
payment_payee_id Property
Server-assigned identifier to the payee this payment was sent to.
Syntax
def get_payment_payee_id() -> str: ...
payment_payee_id = property(get_payment_payee_id, None)
Default Value
""
Remarks
Server-assigned identifier to the payee this payment was sent to.
The payment_payee_id is assigned by the payment system to a payee. There is no requirement though that all or any payees are assigned an identifier. This string uniquely identifies the payee in the list of payees.
Either payment_payee_aggregate or payment_payee_id can be returned in the response, but not both.
This property is read-only.
payment_payee_list_id Property
Server-assigned payee list record ID for the payee this payment was sent to.
Syntax
def get_payment_payee_list_id() -> str: ...
payment_payee_list_id = property(get_payment_payee_list_id, None)
Default Value
""
Remarks
Server-assigned payee list record ID for the payee this payment was sent to.
This is uniquely assigned by the server to each entry in a payee list. In systems that do not assign a payment_payee_id, the payment_payee_list_id is another identifier that can be used to reference every payee making sure that the user can correctly link payments to their payees. This identifier is valid as long as the user's payee list includes the payee it identifies, even if the server assigns a payment_payee_id to this payee.
This is assigned by the server to that payee when an add payee request (via add_payee method) or bill payment request (via pay_bill method) has been sent.
This property is read-only.
payment_status Property
Payment processing status.
Syntax
def get_payment_status() -> str: ...
payment_status = property(get_payment_status, None)
Default Value
""
Remarks
Payment processing status.
The possible values of this property are as follows:
Value | Meaning |
WILLPROCESSON | Will be processed on payment_date |
PROCESSEDON | Was processed on payment_date |
NOFUNDSON | There were insufficient funds to pay this bill as of payment_date |
FAILEDON | The attempt to make a payment failed on payment_date for unspecified reasons |
CANCELEDON | the request to make a payment was canceled by the user on payment_date |
This property is read-only.
payment_to_account_id Property
Account number to which the money for this payment is sent.
Syntax
def get_payment_to_account_id() -> str: ... def set_payment_to_account_id(value: str) -> None: ...
payment_to_account_id = property(get_payment_to_account_id, set_payment_to_account_id)
Default Value
""
Remarks
Account number to which the money for this payment is sent.
This is an account number for a typical bank, such as one that might appear on a check, a bank card, or a credit card with this bank.
It is optional to be provided when a bill payment or payment modification request is sent to the server (i.e., when pay_bill or modify_payment methods are called).
If payment_to_account_type is set to CreditCard, the payment_to_account_id should be a credit card account number.
This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via payee_id.
payment_to_account_type Property
Indicates the type of account to which this payment is sent.
Syntax
def get_payment_to_account_type() -> int: ... def set_payment_to_account_type(value: int) -> None: ...
payment_to_account_type = property(get_payment_to_account_type, set_payment_to_account_type)
Default Value
0
Remarks
Indicates the type of account to which this payment is sent.
This is required to be provided when a bill payment or payment modification request is sent to the server (i.e., when pay_bill or modify_payment methods are called).
This property uses the following four values:
- atChecking (0)
- atSavings (1)
- atMoneyMarket (2)
- atLineOfCredit (3)
This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via payee_id.
payment_to_bank_id Property
Number that identifies the bank where the money is to be deposited.
Syntax
def get_payment_to_bank_id() -> str: ... def set_payment_to_bank_id(value: str) -> None: ...
payment_to_bank_id = property(get_payment_to_bank_id, set_payment_to_bank_id)
Default Value
""
Remarks
Number that identifies the bank where the money is to be deposited.
This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via payee_id.
payment_tx_type Property
Transaction type performed on the payment being synchronized.
Syntax
def get_payment_tx_type() -> str: ...
payment_tx_type = property(get_payment_tx_type, None)
Default Value
""
Remarks
Transaction type performed on the payment being synchronized.
This is applicable to payment synchronization requests only. Possible values and their meanings are as follows:
ADDED | If the payment being synchronized was new bill payment. |
MODIFIED | If the payment being synchronized was modified. |
CANCELLED | If the payment being synchronized was cancelled. |
This property is read-only.
ssl_accept_server_cert_encoded Property
This is the certificate (PEM/base64 encoded).
Syntax
def get_ssl_accept_server_cert_encoded() -> bytes: ... def set_ssl_accept_server_cert_encoded(value: bytes) -> None: ...
ssl_accept_server_cert_encoded = property(get_ssl_accept_server_cert_encoded, set_ssl_accept_server_cert_encoded)
Default Value
""
Remarks
This is the certificate (PEM/base64 encoded). This property is used to assign a specific certificate. The ssl_accept_server_cert_store and ssl_accept_server_cert_subject properties also may be used to specify a certificate.
When ssl_accept_server_cert_encoded is set, a search is initiated in the current ssl_accept_server_cert_store for the private key of the certificate. If the key is found, ssl_accept_server_cert_subject is updated to reflect the full subject of the selected certificate; otherwise, ssl_accept_server_cert_subject is set to an empty string.
ssl_cert_encoded Property
This is the certificate (PEM/base64 encoded).
Syntax
def get_ssl_cert_encoded() -> bytes: ... def set_ssl_cert_encoded(value: bytes) -> None: ...
ssl_cert_encoded = property(get_ssl_cert_encoded, set_ssl_cert_encoded)
Default Value
""
Remarks
This is the certificate (PEM/base64 encoded). This property is used to assign a specific certificate. The ssl_cert_store and ssl_cert_subject properties also may be used to specify a certificate.
When ssl_cert_encoded is set, a search is initiated in the current ssl_cert_store for the private key of the certificate. If the key is found, ssl_cert_subject is updated to reflect the full subject of the selected certificate; otherwise, ssl_cert_subject is set to an empty string.
ssl_cert_store Property
This is the name of the certificate store for the client certificate.
Syntax
def get_ssl_cert_store() -> bytes: ... def set_ssl_cert_store(value: bytes) -> None: ...
ssl_cert_store = property(get_ssl_cert_store, set_ssl_cert_store)
Default Value
"MY"
Remarks
This is the name of the certificate store for the client certificate.
The ssl_cert_store_type property denotes the type of the certificate store specified by ssl_cert_store. If the store is password protected, specify the password in ssl_cert_store_password.
ssl_cert_store is used in conjunction with the ssl_cert_subject property to specify client certificates. If ssl_cert_store has a value, and ssl_cert_subject or ssl_cert_encoded is set, a search for a certificate is initiated. Please see the ssl_cert_subject property for details.
Designations of certificate stores are platform-dependent.
The following are designations of the most common User and Machine certificate stores in Windows:
MY | A certificate store holding personal certificates with their associated private keys. |
CA | Certifying authority certificates. |
ROOT | Root certificates. |
When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (i.e. PKCS12 certificate store).
ssl_cert_store_password Property
If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store.
Syntax
def get_ssl_cert_store_password() -> str: ... def set_ssl_cert_store_password(value: str) -> None: ...
ssl_cert_store_password = property(get_ssl_cert_store_password, set_ssl_cert_store_password)
Default Value
""
Remarks
If the type of certificate store requires a password, this property is used to specify the password needed to open the certificate store.
ssl_cert_store_type Property
This is the type of certificate store for this certificate.
Syntax
def get_ssl_cert_store_type() -> int: ... def set_ssl_cert_store_type(value: int) -> None: ...
ssl_cert_store_type = property(get_ssl_cert_store_type, set_ssl_cert_store_type)
Default Value
0
Remarks
This is the type of certificate store for this certificate.
The class supports both public and private keys in a variety of formats. When the cstAuto value is used the class will automatically determine the type. This property can take one of the following values:
0 (cstUser - default) | For Windows, this specifies that the certificate store is a certificate store owned by the current user. Note: this store type is not available in Java. |
1 (cstMachine) | For Windows, this specifies that the certificate store is a machine store. Note: this store type is not available in Java. |
2 (cstPFXFile) | The certificate store is the name of a PFX (PKCS12) file containing certificates. |
3 (cstPFXBlob) | The certificate store is a string (binary or base64-encoded) representing a certificate store in PFX (PKCS12) format. |
4 (cstJKSFile) | The certificate store is the name of a Java Key Store (JKS) file containing certificates. Note: this store type is only available in Java. |
5 (cstJKSBlob) | The certificate store is a string (binary or base64-encoded) representing a certificate store in Java Key Store (JKS) format. Note: this store type is only available in Java. |
6 (cstPEMKeyFile) | The certificate store is the name of a PEM-encoded file that contains a private key and an optional certificate. |
7 (cstPEMKeyBlob) | The certificate store is a string (binary or base64-encoded) that contains a private key and an optional certificate. |
8 (cstPublicKeyFile) | The certificate store is the name of a file that contains a PEM- or DER-encoded public key certificate. |
9 (cstPublicKeyBlob) | The certificate store is a string (binary or base64-encoded) that contains a PEM- or DER-encoded public key certificate. |
10 (cstSSHPublicKeyBlob) | The certificate store is a string (binary or base64-encoded) that contains an SSH-style public key. |
11 (cstP7BFile) | The certificate store is the name of a PKCS7 file containing certificates. |
12 (cstP7BBlob) | The certificate store is a string (binary) representing a certificate store in PKCS7 format. |
13 (cstSSHPublicKeyFile) | The certificate store is the name of a file that contains an SSH-style public key. |
14 (cstPPKFile) | The certificate store is the name of a file that contains a PPK (PuTTY Private Key). |
15 (cstPPKBlob) | The certificate store is a string (binary) that contains a PPK (PuTTY Private Key). |
16 (cstXMLFile) | The certificate store is the name of a file that contains a certificate in XML format. |
17 (cstXMLBlob) | The certificate store is a string that contains a certificate in XML format. |
18 (cstJWKFile) | The certificate store is the name of a file that contains a JWK (JSON Web Key). |
19 (cstJWKBlob) | The certificate store is a string that contains a JWK (JSON Web Key). |
21 (cstBCFKSFile) | The certificate store is the name of a file that contains a BCFKS (Bouncy Castle FIPS Key Store). Note: this store type is only available in Java and .NET. |
22 (cstBCFKSBlob) | The certificate store is a string (binary or base64-encoded) representing a certificate store in BCFKS (Bouncy Castle FIPS Key Store) format. Note: this store type is only available in Java and .NET. |
23 (cstPKCS11) | The certificate is present on a physical security key accessible via a PKCS11 interface.
To use a security key the necessary data must first be collected using the CertMgr class. The list_store_certificates method may be called after setting cert_store_type to cstPKCS11, cert_store_password to the PIN, and cert_store to the full path of the PKCS11 dll. The certificate information returned in the on_cert_list event's CertEncoded parameter may be saved for later use. When using a certificate, pass the previously saved security key information as the ssl_cert_store and set ssl_cert_store_password to the PIN. Code Example: SSH Authentication with Security Key
|
99 (cstAuto) | The store type is automatically detected from the input data. This setting may be used with both public and private keys and can detect any of the supported formats automatically. |
ssl_cert_subject Property
This is the subject of the certificate used for client authentication.
Syntax
def get_ssl_cert_subject() -> str: ... def set_ssl_cert_subject(value: str) -> None: ...
ssl_cert_subject = property(get_ssl_cert_subject, set_ssl_cert_subject)
Default Value
""
Remarks
This is the subject of the certificate used for client authentication.
This property must be set after all other certificate properites are set. When this property is set, a search is performed in the current certificate store certificate with matching subject.
If a matching certificate is found, the property is set to the full subject of the matching certificate.
If an exact match is not found, the store is searched for subjects containing the value of the property.
If a match is still not found, the property is set to an empty string, and no certificate is selected.
The special value "*" picks a random certificate in the certificate store.
The certificate subject is a comma separated list of distinguished name fields and values. For instance "CN=www.server.com, OU=test, C=US, E=support@nsoftware.com". Common fields and their meanings are displayed below.
Field | Meaning |
CN | Common Name. This is commonly a host name like www.server.com. |
O | Organization |
OU | Organizational Unit |
L | Locality |
S | State |
C | Country |
E | Email Address |
If a field value contains a comma it must be quoted.
ssl_provider Property
This specifies the SSL/TLS implementation to use.
Syntax
def get_ssl_provider() -> int: ... def set_ssl_provider(value: int) -> None: ...
ssl_provider = property(get_ssl_provider, set_ssl_provider)
Default Value
0
Remarks
This property specifies the SSL/TLS implementation to use. In most cases the default value of 0 (Automatic) is recommended and should not be changed. When set to 0 (Automatic) the class will select whether to use the platform implementation or the internal implementation depending on the operating system as well as the TLS version being used.
Possible values are:
0 (sslpAutomatic - default) | Automatically selects the appropriate implementation. |
1 (sslpPlatform) | Uses the platform/system implementation. |
2 (sslpInternal) | Uses the internal implementation. |
In most cases using the default value (Automatic) is recommended. The class will select a provider depending on the current platform.
When Automatic is selected, on Windows the class will use the platform implementation. On Linux/macOS the class will use the internal implementation. When TLS 1.3 is enabled via SSLEnabledProtocols the internal implementation is used on all platforms.
ssl_server_cert_encoded Property
This is the certificate (PEM/base64 encoded).
Syntax
def get_ssl_server_cert_encoded() -> bytes: ...
ssl_server_cert_encoded = property(get_ssl_server_cert_encoded, None)
Default Value
""
Remarks
This is the certificate (PEM/base64 encoded). This property is used to assign a specific certificate. The ssl_server_cert_store and ssl_server_cert_subject properties also may be used to specify a certificate.
When ssl_server_cert_encoded is set, a search is initiated in the current ssl_server_cert_store for the private key of the certificate. If the key is found, ssl_server_cert_subject is updated to reflect the full subject of the selected certificate; otherwise, ssl_server_cert_subject is set to an empty string.
This property is read-only.
sync_payee_count Property
The number of records in the SyncPayee arrays.
Syntax
def get_sync_payee_count() -> int: ...
sync_payee_count = property(get_sync_payee_count, None)
Default Value
0
Remarks
This property controls the size of the following arrays:
- sync_payee_account
- sync_payee_addr1
- sync_payee_addr2
- sync_payee_addr3
- sync_payee_aggregate
- sync_payee_city
- sync_payee_country
- sync_payee_days_to_pay
- sync_payee_id
- sync_payee_id_scope
- sync_payee_list_id
- sync_payee_name
- sync_payee_phone
- sync_payee_postal_code
- sync_payee_state
- sync_payee_tx_type
This property is read-only.
sync_payee_account Property
User's account number with the payee.
Syntax
def get_sync_payee_account(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
User's account number with the payee. This string uniquely identifies the customer in the payee (biller) system.
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_addr1 Property
Payee's address line 1.
Syntax
def get_sync_payee_addr1(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's address line 1.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_addr2 Property
Payee's address line 2.
Syntax
def get_sync_payee_addr2(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's address line 2.
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_addr3 Property
Payee's address line 3.
Syntax
def get_sync_payee_addr3(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's address line 3.
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_aggregate Property
Wrapper for payee details.
Syntax
def get_sync_payee_aggregate(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Wrapper for payee details.
This string consists of all the payee's properties sync_payee_id, sync_payee_name, sync_payee_addr1, sync_payee_addr2, sync_payee_addr3, sync_payee_city, sync_payee_state, sync_payee_postal_code, sync_payee_country, sync_payee_phone, sync_payee_id_scope, sync_payee_days_to_pay, sync_payee_list_id, sync_payee_account of the payee.
When the synchronize_payees is called, the on_sync_payees event is fired for each payee in the payee list. Among other payee data returned through this event's parameters, there is also a PayeeAggregate parameter.
When sending a payment request (by calling pay_bill) to an existing payee in the list returned via the payee synchronization request, and when the sync_payee_id is unknown or not assigned, instead of setting all payee's properties, the user can set the sync_payee_aggregate to the value of PayeeAggregate returned for that payee from the on_sync_payees event. When the sync_payee_aggregate is set to this value, all payee's properties are populated with the corresponding values in the aggregate.
Aggregates are pieces of XML taken from the financial institution's original response. They contain elements that correspond to many of the class's properties. However, some of these elements, and/or their potential values, may not be supported by the class. Any user who wishes to use unsupported fields may use this aggregate property to parse out the desired data either via our OFXAggregate class or any other means.
Note: The original data from the server is returned as SGML or XML (depending on the value of ofx_version that FI supports. If the original data is returned in SGML format, the class internally manipulates these responses into the equivalent XML format by inserting close element tags (e.g., "</ACCTID>") into the data as it comes from the server.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_city Property
Payee's city.
Syntax
def get_sync_payee_city(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's city.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_country Property
Payee's country.
Syntax
def get_sync_payee_country(sync_payee_index: int) -> str: ...
Default Value
"USA"
Remarks
Payee's country. This is a 3 letter country code as representation of a country name (ISO/DIS-3166 3-letter country code standard).
This is optional and applicable only when the payee_id is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_days_to_pay Property
Minimum number of business days required to complete the payment transaction to this payee.
Syntax
def get_sync_payee_days_to_pay(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Minimum number of business days required to complete the payment transaction to this payee.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_id Property
Server-assigned payee identifier.
Syntax
def get_sync_payee_id(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Server-assigned payee identifier.
The sync_payee_id is assigned by the payment system to a payee. There is no requirement though that all or any payees are assigned an identifier. This string uniquely identifies the payee in the list of payees.
Either sync_payee_id or payee full information should be provided in a payment request, but not both.
Payee full information can be provided in the request by setting either the sync_payee_aggregate or payee details represented by required properties: sync_payee_name, sync_payee_addr1, sync_payee_city, sync_payee_state, sync_payee_postal_code, sync_payee_phone, and optional properties: sync_payee_addr2, sync_payee_addr3, sync_payee_country, sync_payee_account.
The sync_payee_id might be populated when: either a payment request (pay_bill method is called) or an add payee request (add_payee method is called) has been sent to the payment server, or when the sync_payee_aggregate has been set.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_id_scope Property
Scope of the payee Id .
Syntax
def get_sync_payee_id_scope(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Scope of the payee sync_payee_id.
Possible values are:
Value | Meaning |
GLOBAL | Payee Id is valid across the entire payee system |
USER | Payee Id is valid across all FI accounts for this user |
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_list_id Property
Server-assigned payee list record ID for this payee.
Syntax
def get_sync_payee_list_id(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Server-assigned payee list record ID for this payee.
This is uniquely assigned by the server to each entry in a payee list. In systems that do not assign a sync_payee_id, the sync_payee_list_id is another identifier that can be used to reference every payee making sure that the user can correctly link payments to their payees. This identifier is valid as long as the user's payee list includes the payee it identifies, even if the server assigns a sync_payee_id to this payee.
It is assigned by the server to that payee when an add payee request (via add_payee method) or bill payment request (via pay_bill method) has been sent.
The value of sync_payee_list_id is used as parameter when the modify_payee or delete_payee methods are called (when modifying or deleting a payee). In all other payment requests is optional.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_name Property
Name of the payee to whom the given Id or ListId corresponds.
Syntax
def get_sync_payee_name(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Name of the payee to whom the given sync_payee_id or sync_payee_list_id corresponds. This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
After sending payment or add/modify payee requests, if the returned sync_payee_id_scope is GLOBAL, the sync_payee_name will contain the standard payee name returned by the server.
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_phone Property
Payee's phone.
Syntax
def get_sync_payee_phone(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's phone.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_postal_code Property
Payee's postal code.
Syntax
def get_sync_payee_postal_code(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's postal code.
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_state Property
Payee's state This is required to be provided in : a payment request if payee detailed information is used to identify the payee (i.
Syntax
def get_sync_payee_state(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Payee's state
This is required to be provided in :
- a payment request if payee detailed information is used to identify the payee (i.e., when payee_id is not provided in the request when either pay_bill or modify_payment methods are called);
- adding or modifying a payee (when the add_payee or modify_payee methods are called).
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payee_tx_type Property
Transaction type performed on the payee being synchronized.
Syntax
def get_sync_payee_tx_type(sync_payee_index: int) -> str: ...
Default Value
""
Remarks
Transaction type performed on the payee being synchronized.
This is applicable to payee synchronization requests only. Possible values and their meanings are as follows:
ADDED | If the payee being synchronized was added in the payee list. |
MODIFIED | If the payee being synchronized was modified. |
DELETED | If the payee being synchronized was deleted from the payee list. |
The sync_payee_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payee_count property.
This property is read-only.
sync_payment_count Property
The number of records in the SyncPayment arrays.
Syntax
def get_sync_payment_count() -> int: ...
sync_payment_count = property(get_sync_payment_count, None)
Default Value
0
Remarks
This property controls the size of the following arrays:
- sync_payment_aggregate
- sync_payment_amount
- sync_payment_bill_ref
- sync_payment_check_number
- sync_payment_currency_code
- sync_payment_date_due
- sync_payment_date_processed
- sync_payment_id
- sync_payment_memo
- sync_payment_payee_account
- sync_payment_payee_aggregate
- sync_payment_payee_id
- sync_payment_payee_list_id
- sync_payment_status
- sync_payment_tx_type
This property is read-only.
sync_payment_aggregate Property
Wrapper for a payment details.
Syntax
def get_sync_payment_aggregate(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Wrapper for a payment details.
This string consists of all the payment's properties sync_payment_id, sync_payment_status, sync_payment_amount, sync_payment_from_bank_id, sync_payment_from_account_id, sync_payment_from_account_type, sync_payment_memo, sync_payment_check_number, etc..
Aggregates are pieces of XML taken from the financial institution's original response. They contain elements that correspond to many of the class's properties. However, some of these elements, and/or their potential values, may not be supported by the class. Any user who wishes to use unsupported fields may use this aggregate property to parse out the desired data either via our OFXAggregate class or any other means.
Note: The original data from the server is returned as SGML or XML (depending on the value of ofx_version that FI supports. If the original data is returned in SGML format, the class internally manipulates these responses into the equivalent XML format by inserting close element tags (e.g., "</ACCTID>") into the data as it comes from the server.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_amount Property
Payment amount.
Syntax
def get_sync_payment_amount(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Payment amount. This is to be provided when sending a bill payment request.
Note: the financial institution usually returns amounts as a string that includes the sign (+/-) of the amount. However, the server may sometimes leave out a particular field if it is not required by the OFX specification. To avoid confusion that can be caused by returning integers, the class will return all amount types as a string, with the empty string ("") for fields not returned by the server.
Where there is a value returned by the server, the class will attempt to convert the string into a format that can be easily parsed into an integer value. This behavior can be controlled by the CurrencyFormat config setting.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_bill_ref Property
Biller-supplied reference information when paying a bill, if available.
Syntax
def get_sync_payment_bill_ref(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Biller-supplied reference information when paying a bill, if available.
This is optional when submitting a payment request.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_check_number Property
Check number assigned by the server to this payment.
Syntax
def get_sync_payment_check_number(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Check number assigned by the server to this payment.
This will be returned in the server response (if available) when the request succeeds.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_currency_code Property
Default currency code for this transaction.
Syntax
def get_sync_payment_currency_code(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Default currency code for this transaction.
This indicates the currency in which the payment will be carried out.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_date_due Property
Processing date requested by user for the payment to be sent.
Syntax
def get_sync_payment_date_due(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Processing date requested by user for the payment to be sent.
This is required to be provided in any bill payment or payment modification requests.
All input dates should be entered in the format specified by DateFormat. For example, if the DateFormat is set to "MM/dd/yyyy hh:mm:ss" (default value), an input date should look like: 09/30/2009 12:00:00 AM.
This format specifies also how the returned dates are going to get parsed.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_date_processed Property
Payment processing date.
Syntax
def get_sync_payment_date_processed(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Payment processing date.
This indicates the date when the event described by sync_payment_status occurs.
All input dates should be entered in the format specified by DateFormat. For example, if the DateFormat is set to "MM/dd/yyyy hh:mm:ss" (default value), an input date should look like: 09/30/2009 12:00:00 AM.
This format specifies also how the returned dates are going to get parsed.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_id Property
Transaction Id assigned by the server to the payment.
Syntax
def get_sync_payment_id(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Transaction Id assigned by the server to the payment.
The sync_payment_id is returned after a bill payment request (when calling the pay_bill method, which can be either a single payment or a recurring payment model).
This identifier value can be used as reference to this payment or model in any modification or cancellation request (as parameter when the modify_payment or cancel_payment methods are called).
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_memo Property
Memo attached to this payment from the customer to payee.
Syntax
def get_sync_payment_memo(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Memo attached to this payment from the customer to payee.
This is optional when submitting a payment request.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_payee_account Property
User's account number with the payee this payment was sent to.
Syntax
def get_sync_payment_payee_account(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
User's account number with the payee this payment was sent to.
This string uniquely identifies the customer in the payee (biller) system.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_payee_aggregate Property
Wrapper for the payee details this payment was sent to.
Syntax
def get_sync_payment_payee_aggregate(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Wrapper for the payee details this payment was sent to.
This string consists of these payee's data: name, address, city, state, country, postal code, country and phone.
When the synchronize_payments is called, the on_sync_payments event is fired for each payment in the payment list. Among other payment data returned through this event's parameters, there is also a PayeeAggregate parameter.
Aggregates are pieces of XML taken from the financial institution's original response. They contain elements that correspond to many of the class's properties. However, some of these elements, and/or their potential values, may not be supported by the class. Any user who wishes to use unsupported fields may use this aggregate property to parse out the desired data either via our OFXAggregate class or any other means.
Note: The original data from the server is returned as SGML or XML (depending on the value of ofx_version that FI supports. If the original data is returned in SGML format, the class internally manipulates these responses into the equivalent XML format by inserting close element tags (e.g., "</ACCTID>") into the data as it comes from the server.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_payee_id Property
Server-assigned identifier to the payee this payment was sent to.
Syntax
def get_sync_payment_payee_id(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Server-assigned identifier to the payee this payment was sent to.
The sync_payment_payee_id is assigned by the payment system to a payee. There is no requirement though that all or any payees are assigned an identifier. This string uniquely identifies the payee in the list of payees.
Either sync_payment_payee_aggregate or sync_payment_payee_id can be returned in the response, but not both.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_payee_list_id Property
Server-assigned payee list record ID for the payee this payment was sent to.
Syntax
def get_sync_payment_payee_list_id(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Server-assigned payee list record ID for the payee this payment was sent to.
This is uniquely assigned by the server to each entry in a payee list. In systems that do not assign a sync_payment_payee_id, the sync_payment_payee_list_id is another identifier that can be used to reference every payee making sure that the user can correctly link payments to their payees. This identifier is valid as long as the user's payee list includes the payee it identifies, even if the server assigns a sync_payment_payee_id to this payee.
This is assigned by the server to that payee when an add payee request (via add_payee method) or bill payment request (via pay_bill method) has been sent.
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_status Property
Payment processing status.
Syntax
def get_sync_payment_status(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Payment processing status.
The possible values of this property are as follows:
Value | Meaning |
WILLPROCESSON | Will be processed on sync_payment_date |
PROCESSEDON | Was processed on sync_payment_date |
NOFUNDSON | There were insufficient funds to pay this bill as of sync_payment_date |
FAILEDON | The attempt to make a payment failed on sync_payment_date for unspecified reasons |
CANCELEDON | the request to make a payment was canceled by the user on sync_payment_date |
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
sync_payment_tx_type Property
Transaction type performed on the payment being synchronized.
Syntax
def get_sync_payment_tx_type(sync_payment_index: int) -> str: ...
Default Value
""
Remarks
Transaction type performed on the payment being synchronized.
This is applicable to payment synchronization requests only. Possible values and their meanings are as follows:
ADDED | If the payment being synchronized was new bill payment. |
MODIFIED | If the payment being synchronized was modified. |
CANCELLED | If the payment being synchronized was cancelled. |
The sync_payment_index parameter specifies the index of the item in the array. The size of the array is controlled by the sync_payment_count property.
This property is read-only.
timeout Property
A timeout for the class.
Syntax
def get_timeout() -> int: ... def set_timeout(value: int) -> None: ...
timeout = property(get_timeout, set_timeout)
Default Value
60
Remarks
If the timeout property is set to 0, all operations will run uninterrupted until successful completion or an error condition is encountered.
If timeout is set to a positive value, the class will wait for the operation to complete before returning control.
The class will use do_events to enter an efficient wait loop during any potential waiting period, making sure that all system events are processed immediately as they arrive. This ensures that the host application does not "freeze" and remains responsive.
If timeout expires, and the operation is not yet complete, the class fails with an error.
Please note that by default, all timeouts are inactivity timeouts, i.e. the timeout period is extended by timeout seconds when any amount of data is successfully sent or received.
The default value for the timeout property is 60 seconds.
add_payee Method
Add a payee to server's payee list.
Syntax
def add_payee() -> None: ...
Remarks
This function generates the Signon and Add Payee request, submits it to the financial institution via HTTP, receives the response, and parses it.
The following properties can be set when this method is called:
fi_url | (required) |
fi_id | (required) |
fi_organization | (required) |
ofx_app_id | (required) |
ofx_app_version | (required) |
ofx_user | (required) |
ofx_password | (required) |
payee | (required) |
payment_to_bank_id | (optional) |
payment_to_account_id | (optional) |
payment_to_account_type | (optional) |
Upon a successful reply, the following read-only properties are populated as a result of parsing the server response:
payee_id | (optional) |
payee_list_id | (always returned) |
payee_days_to_pay | (always returned) |
payee_id_scope | (optional) |
all input values for payee (name, address, phone, account) and destination bank account are echoed in the response |
cancel_payment Method
Cancels a scheduled bill payment.
Syntax
def cancel_payment(payment_id: str) -> None: ...
Remarks
This function generates the Signon and Payment Cancellation request page, submits it to the financial institution via secure HTTP Post, receives the response, and parses it.
The PaymentId parameter identifies the payment to be canceled. This is the id assigned and returned by the server at the time the payment was scheduled (that was stored in payment_id).
The following properties should be set when this method is called:
fi_url | (required) |
fi_id | (required) |
fi_organization | (required) |
ofx_app_id | (required) |
ofx_app_version | (required) |
ofx_user | (required) |
ofx_password | (required) |
Upon successful response, the server will return the payment_id which echoes the PaymentId.
config Method
Sets or retrieves a configuration setting.
Syntax
def config(configuration_string: str) -> str: ...
Remarks
config is a generic method available in every class. It is used to set and retrieve configuration settings for the class.
These settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the class, access to these internal properties is provided through the config method.
To set a configuration setting named PROPERTY, you must call Config("PROPERTY=VALUE"), where VALUE is the value of the setting expressed as a string. For boolean values, use the strings "True", "False", "0", "1", "Yes", or "No" (case does not matter).
To read (query) the value of a configuration setting, you must call Config("PROPERTY"). The value will be returned as a string.
delete_payee Method
Deletes a payee identified by ListId from the server payee list.
Syntax
def delete_payee(list_id: str) -> None: ...
Remarks
This function generates the Signon and Delete Payee request page, submits it to the financial institution via secure HTTP Post, receives the response, and parses it.
The ListId parameter identifies the payee to be deleted. This is the id returned by the server at the time the payee was added to the payee list (that was stored in payee_list_id).
The following properties should be set when this method is called:
fi_url | (required) |
fi_id | (required) |
fi_organization | (required) |
ofx_app_id | (required) |
ofx_app_version | (required) |
ofx_user | (required) |
ofx_password | (required) |
Upon successful response, the server will return the payee_list_id that echoes the ListId input parameter.
get_status Method
Obtains the current processing status of a payment.
Syntax
def get_status(payment_id: str) -> None: ...
Remarks
The PaymentId parameter identifies the payment you want to obtain the status for. This is the id returned by the server at the time the payment was scheduled (that was stored in payment_id).
The following properties should be set when this method is called:
fi_url | (required) |
fi_id | (required) |
fi_organization | (required) |
ofx_app_id | (required) |
ofx_app_version | (required) |
ofx_user | (required) |
ofx_password | (required) |
Upon successful response, the server will return the following:
payment_status | |
payment_date_processed | |
payment_check_number | (optional) |
modify_payee Method
Modifies a payee identified by ListId that already exists in the payee list.
Syntax
def modify_payee(payee_list_id: str) -> None: ...
Remarks
This function generates the Signon and Payee Modification request, submits it to the financial institution via secure HTTP Post, receives the response, and parses it.
When modifying a payee by calling the modify_payee method, the user must specify the changed and unchanged payee information (i.e., all the properties that were specified when the payee was first added to the server list).
The ListId parameter identifies the payee to be modified. This is the id returned by the server at the time the payee was added to the payee list.
The response normally just echoes the values passed in the request. However, when a change had already occurred in the server to the payee information (for example a change in the payee's lead time, indicated by payee_days_to_pay), the response will include this information as well.
If the response indicates either that a payee now has a payee ID (a non-empty payee_id is returned in the response) or no longer has one (an empty payee_id is returned), then the user now becomes aware that this ID cannot be used as an appropriate form of designating the payee in any future payment requests to that payee.
modify_payment Method
Modifies a scheduled payment.
Syntax
def modify_payment(payment_id: str) -> None: ...
Remarks
This function generates the Signon and Payment Modification request page, submits it to the financial institution via secure HTTP Post, receives the response, and parses it.
The PaymentId parameter identifies the targeted payment to be modified. This is the id assigned and returned by the server at the time the payment was scheduled (that was stored in payment_id).
Between the time the client schedules a payment and the time the server processes the payment, the client may request changes (if the server allows it) to certain parameters of that payment. For example, the payment_amount or payment_date_due of the payment can be modified. This can be done by calling the modify_payment method. The request must specify the full contents of the payment request, including both modified and unmodified data.
The user should provide all the fields that were specified when the payment to be modified was created (when the pay_bill method was called) and the payee_list_id if this was assigned. All data can be modified except the payee_name and payee_id.
The response normally just echoes the values passed in the request. However, if the status of a scheduled payment changes in any way, the user should expect to receive modification responses when synchronizing with the server by calling synchronize method. For example, when a server completes a payment, the status of the payment goes from pending to posted. This status change will be included in the server response.
Please check your FI profile to see if they provide this service (bill payment modification).
pay_bill Method
Pays a bill to a given payee.
Syntax
def pay_bill() -> None: ...
Remarks
This function generates the Signon and Bill Payment request page, submits it to the financial institution via HTTP, receives the response, and parses it.
The following properties can be set when this method is called:
fi_url | (required) |
fi_id | (required) |
fi_organization | (required) |
ofx_app_id | (required) |
ofx_app_version | (required) |
ofx_user | (required) |
ofx_password | (required) |
payment | (required) |
payee | (required) |
Payee information can be provided in the request by either setting each Payee property, or by setting the payee_aggregate property, the value of which can be retrieved after submitting a payee synchronization request (by calling the synchronize_payees method).
Even when payee_aggregate property has been set, the user can still set any payee field to values different from the ones that are populated via payee_aggregate. When this happens, the server will consider this payment request as payee modification request as well. As result, that payee will be modified in the payment system accordingly.
Upon a successful reply, the following read-only properties are populated as a result of parsing the server response:
payment_currency_code | |
payment_id | |
payment_status | |
payment_date_processed | |
payment_check_number | |
payee_days_to_pay | |
payee_id_scope | |
all input values for amount, bank account information, and payee information are echoed in the response |
reset Method
Reset the internal state of the class and all properties to their default values.
Syntax
def reset() -> None: ...
Remarks
The Reset method does not have any parameters and does not return any value.
synchronize_payees Method
Synchronizes payees on the client side with payees on record on the server side.
Syntax
def synchronize_payees(token: str) -> str: ...
Remarks
Users of OFX Payments need to be able to obtain the current list of payees stored on the server that is configured for use in payments. In a "pay some" system, users are sometimes required to explicitly configure the payees to whom the system will make payments. This can be done by means of a telephone call to the payments provider or through other methods such as add_payee or pay_bill. It is only necessary to enter each payee once. In other systems, the payments provider can elect to store a list of all payees that the user has paid. This is a convenience to the client. It allows payees set up on one client to be accessible from a user's other clients. In this case, payee list synchronization provides a way for the payee to become accessible to the client software when the FI completes the setup.
The list can contain payees with or without payee IDs. An important function of the payee list is to communicate payee changes from the server to the client. This includes changes in processing date parameters and conversion of a payee to a standard payee.
Once added to the list, the payment system makes payments by the payee list ID. This makes it clear to a client when the user is adding to a payee list, and when he or she modifies an existing payee on the list. Although the messages make it clear whether a client is trying to add a new payee, a careful server will check for exact matches on payee adds and not create new payee list entries unnecessarily.
"Pay-any" systems can perform background processing that matches billing addresses with standard payees. When this occurs the server can update the relevant payee lists, and update the clients when they synchronize with the modified list data. Each payee entry in the list can also include a list of the user's accounts with that payee. This further reduces the data entry required by a user to make a payment, and facilitates the implementation of lightweight clients.
In order to accomplish these tasks, the user has to submit a synchronization request by calling synchronize_payees method to insure that it has an accurate copy of the server data that is relevant to the client application. The intent of this request is to address the following scenarios in which the client might lose synchronization with the server:
- Payees relevant to the client's application state have been added, deleted, or modified by a second client. For example, a user might enter or change payees from more than one PC or application.
- A communications session between the client and server was interrupted or completed abnormally. As a result, the client does not have responses from the server indicating that all the payees were received and processed.
If this request is submitted for the first time to the server, the Token parameter has to be 0. In this case, servers should send all available history, allowing a new client (for example) to know about work done by other clients. If a user's account has never been used with OFX, the server returns no history.
Unless the synchronization is a refresh request (see below), in all subsequent requests, this has to be the previous value of Token this method returned (i.e., received for this type of synchronization request from the server). This will serve as the user's own endpoint. When the server supplies a response, it supplies a new endpoint (Token) as well. A token needs to be unique only within payments for the specified account.
A brand new client, or a client that lost synchronization, might want to learn about mot recent payee list by submitting a payee synchronization refresh (i.e., wants a set of changes, rather than asking the server to send everything it knows).
A client can request a refresh of current state by calling the synchronize_payees method, where Token parameter is set to REFRESH (not case sensitive). The response will reflect the current state. For example, if you create a payee and then modify it three times, even if this history would have been available for a regular synchronization, on a synchronization refresh request the servers should only send a single add that reflects the current state.
If the response contains a list of payees, then the sync_payees property will be populated and on_sync_payees event will be fired for each payee. A single payee has a single payee_id and/or payee_list_id, but it can undergo several state changes over its life and thus might have several entries in the token history.
synchronize_payments Method
Synchronizes bills paid on the client side with paid bills on record on the server side.
Syntax
def synchronize_payments(token: str) -> str: ...
Remarks
The bill payment synchronization request (as all other bill payment requests: add, modify, cancel) is applicable for bank accounts only and not for the credit card accounts.
Users of OFX Payments need to be able to obtain the current status of transactions previously sent to the server for processing. For example, once the user schedules a payment and the payment date has passed, the user might want to verify that the server made the payment as directed. Additionally, OFX allows for interactions with the server through multiple clients. This means, for example, that the user can perform some transactions from a home PC and others from an office computer with each session incorporating the activities performed on the other. In order to accomplish these tasks, the user has to submit a synchronization request by calling synchronize_payments method to insure that it has an accurate copy of the server data that is relevant to the client application. The intent of this request is to address three scenarios in which the client might lose synchronization with the server:
- A transaction has changed its state based on processing actions on the server. For example, a scheduled payment has passed its due date and has been paid or rejected.
- Transactions relevant to the client's application state have been added, deleted, or modified by a second client. For example, a user might enter or change transactions from more than one PC or application.
- A communications session between the client and server was interrupted or completed abnormally. As a result the client does not have responses from the server indicating that all the transactions were received and processed.
If this request is submitted for the first time to the server, the Token parameter has to be 0. In this case, servers should send all available history, allowing a new client (for example) to know about work done by other clients. If a user's account has never been used with OFX, the server returns no history.
Unless the synchronization is a refresh request (see below), in all subsequent requests, this has to be the previous value of Token this method returned (i.e., received for this type of synchronization request from the server). This will serve as the user's own endpoint. When the server supplies a response, it supplies a new endpoint (Token) as well. A token needs to be unique only within payments for the specified account.
A brand new client, or a client that lost synchronization, might want to learn about in-progress payments by submitting a synchronization refresh of the payment requests (i.e., wants a set of changes, rather than asking the server to send everything it knows). It would almost certainly want to do a synchronization refresh of the recurring payment models, because these often live for months or years.
A client can request a refresh of current state by calling the synchronize_payments where Token parameter is set to REFRESH (not case sensitive). The response will reflect the current state. For example, if you create a payment and then modify it three times, even if this history would have been available for a regular synchronization, on a synchronization refresh request the servers should only send a single add that reflects the current state.
The following properties have to be set when this method is called:
fi_url | (required) |
fi_id | (required) |
fi_organization | (required) |
ofx_app_id | (required) |
ofx_app_version | (required) |
ofx_user | (required) |
ofx_password | (required) |
payment_from_bank_id | (required) |
payment_from_account_id | (required) |
payment_from_account_type | (optional) |
Upon a successful reply, if the response contains payment aggregates, then the sync_payments property will be populated and on_sync_payments event will be fired for each payment transaction. A single payment has a single payment_id, but it can undergo several state changes over its life and thus might have several entries in the token history.
on_connection_status Event
This event is fired to indicate changes in the connection state.
Syntax
class BillPaymentConnectionStatusEventParams(object): @property def connection_event() -> str: ... @property def status_code() -> int: ... @property def description() -> str: ... # In class BillPayment: @property def on_connection_status() -> Callable[[BillPaymentConnectionStatusEventParams], None]: ... @on_connection_status.setter def on_connection_status(event_hook: Callable[[BillPaymentConnectionStatusEventParams], None]) -> None: ...
Remarks
The on_connection_status event is fired when the connection state changes: for example, completion of a firewall or proxy connection or completion of a security handshake.
The ConnectionEvent parameter indicates the type of connection event. Values may include the following:
Firewall connection complete. | |
Secure Sockets Layer (SSL) or S/Shell handshake complete (where applicable). | |
Remote host connection complete. | |
Remote host disconnected. | |
SSL or S/Shell connection broken. | |
Firewall host disconnected. |
on_error Event
Information about errors during data delivery.
Syntax
class BillPaymentErrorEventParams(object): @property def error_code() -> int: ... @property def description() -> str: ... # In class BillPayment: @property def on_error() -> Callable[[BillPaymentErrorEventParams], None]: ... @on_error.setter def on_error(event_hook: Callable[[BillPaymentErrorEventParams], None]) -> None: ...
Remarks
The on_error event is fired in case of exceptional conditions during message processing. Normally the class fails with an error.
ErrorCode contains an error code and Description contains a textual description of the error. For a list of valid error codes and their descriptions, please refer to the Error Codes section.
on_ssl_server_authentication Event
Fired after the server presents its certificate to the client.
Syntax
class BillPaymentSSLServerAuthenticationEventParams(object): @property def cert_encoded() -> bytes: ... @property def cert_subject() -> str: ... @property def cert_issuer() -> str: ... @property def status() -> str: ... @property def accept() -> bool: ... @accept.setter def accept(value) -> None: ... # In class BillPayment: @property def on_ssl_server_authentication() -> Callable[[BillPaymentSSLServerAuthenticationEventParams], None]: ... @on_ssl_server_authentication.setter def on_ssl_server_authentication(event_hook: Callable[[BillPaymentSSLServerAuthenticationEventParams], None]) -> None: ...
Remarks
This event is where the client can decide whether to continue with the connection process or not. The Accept parameter is a recommendation on whether to continue or close the connection. This is just a suggestion: application software must use its own logic to determine whether to continue or not.
When Accept is False, Status shows why the verification failed (otherwise, Status contains the string "OK"). If it is decided to continue, you can override and accept the certificate by setting the Accept parameter to True.
on_ssl_status Event
Shows the progress of the secure connection.
Syntax
class BillPaymentSSLStatusEventParams(object): @property def message() -> str: ... # In class BillPayment: @property def on_ssl_status() -> Callable[[BillPaymentSSLStatusEventParams], None]: ... @on_ssl_status.setter def on_ssl_status(event_hook: Callable[[BillPaymentSSLStatusEventParams], None]) -> None: ...
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.
on_sync_payees Event
Fired for each payee included in the synchronization response.
Syntax
class BillPaymentSyncPayeesEventParams(object): @property def payee_aggregate() -> str: ... @property def payee_tx_type() -> str: ... @property def payee_id() -> str: ... @property def payee_id_scope() -> str: ... @property def payee_list_id() -> str: ... @property def payee_account() -> str: ... @property def payee_name() -> str: ... @property def payee_addr1() -> str: ... @property def payee_addr2() -> str: ... @property def payee_addr3() -> str: ... @property def payee_city() -> str: ... @property def payee_state() -> str: ... @property def payee_postal_code() -> str: ... @property def payee_country() -> str: ... @property def payee_phone() -> str: ... # In class BillPayment: @property def on_sync_payees() -> Callable[[BillPaymentSyncPayeesEventParams], None]: ... @on_sync_payees.setter def on_sync_payees(event_hook: Callable[[BillPaymentSyncPayeesEventParams], None]) -> None: ...
Remarks
When this event is fired for each payee included in the response (if any), the following are returned for each payee identified by PayeeListId:
- PayeeAggregate contains the complete aggregate for a payee.
- PayeeTxType indicates the payee transaction type, if this is added, modified or deleted (possible values: ADDED, MODIFIED, DELETED).
- PayeeId contains the server-assigned id of a payee.
- PayeeIdScope contains Scope of a payee ID in the payee list (GLOBAL, USER), where GLOBAL = payee ID valid across the entire payment system USER = payee ID valid with all FI accounts set up for the user's payments account.
- PayeeListId contains the list record id of a payee in the payee list.
- PayeeAccount contains the account the user has with a payee in the payee list.
- PayeeName contains the name of a payee in the payee list.
- PayeeAddr1 contains the street address (line 1) of a payee in the payee list.
- PayeeAddr2 contains the address line 2 of a payee in the payee list.
- PayeeAddr3 contains the address line 3 of a payee in the payee list.
- PayeeCity contains the city name of a payee in the payee list.
- PayeeState contains the state name of a payee in the payee list.
- PayeePostalCode contains the postal code of a payee in the payee list.
- PayeeCountry contains the country name of a payee in the payee list.
- PayeePhone contains the phone number of a payee in the payee list.
If what you need is not returned through this event parameters, you can always parse each PayeeAggregate using our OFXAggregate component.
on_sync_payments Event
Fired for each payment transaction included in the synchronization response.
Syntax
class BillPaymentSyncPaymentsEventParams(object): @property def payment_aggregate() -> str: ... @property def payment_tx_type() -> str: ... @property def payment_id() -> str: ... @property def payee_id() -> str: ... @property def payee_list_id() -> str: ... @property def payee_account() -> str: ... @property def payee_aggregate() -> str: ... @property def payment_amount() -> str: ... @property def from_account_id() -> str: ... @property def payment_status() -> str: ... @property def payment_date() -> str: ... # In class BillPayment: @property def on_sync_payments() -> Callable[[BillPaymentSyncPaymentsEventParams], None]: ... @on_sync_payments.setter def on_sync_payments(event_hook: Callable[[BillPaymentSyncPaymentsEventParams], None]) -> None: ...
Remarks
When this event is fired for each payment transaction included in the response (if any), the following are returned for each payment transaction identified by PaymentId:
- PaymentAggregate contains the aggregate for a payment transaction.
- PaymentTxType indicates the payment transaction type, if this is added, modified or canceled (possible values: ADDED, MODIFIED, CANCELLED).
- PaymentId contains the server id of a transaction in the list of payment transactions (if any) returned in the synchronization response.
- PayeeId contains the id of the payee the payment has been sent to.
- PayeeListId contains the list id of the payee the payment has been sent to.
- PayeeAccount contains the account the user has with the payee the payment has been sent to.
- PayeeAggregate contains the info aggregate (name and address details) of the payee the payment has been sent to.
- PaymentAmount contains the amount of a payment transaction.
- FromAccountId contains the account number a payment has been sent from.
- PaymentStatus contains the status of a payment transaction.
- PaymentDate contains the date of a payment transaction.
If what you need is not returned through this event, you can always parse each PaymentAggregate using our OFXAggregate component.
BillPayment Config Settings
The class accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the class, access to these internal properties is provided through the config method.
OFX Config Settings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AuthToken:
Authentication token required for this signon session only.This credential is provided to the user out of band.
In the profile response, if sign_on_auth_token_first is True, then AuthToken should be sent in the very first signon. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ClientUId: Unique ID identifying OFX Client.In the profile response, if sign_on_client_u_id_req is True, then ClientUId should be set and included in all future requests. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CorrectAction[i]: The action taken to a previously sent transaction corrected by the current one.If present in the list of transactions response, this represents the action taken to a previously sent transaction that is corrected by this record. Possible values are: REPLACE or DELETE. REPLACE replaces the transaction that it corrects referenced by CorrectFITID[i];. DELETE deletes it. This is applicable to statement download components only. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CorrectFITID[i]: The FITID of a previously sent transaction corrected by the current one.If present in the list of transactions response, this represents the FITID of a previously sent transaction that is corrected by this record. Based on the value of CorrectAction[i];, this transaction replaces or deletes the transaction that it corrects. This is applicable to statement download components only. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CurrencyFormat: The format to be used for returning currency values.If this is set to a non-empty string, the class will attempt to use the value as a pattern to format all currency strings returned from the server. You may use any of the system's default number formatting strings. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DateFormat:
The format to be used for input and output dates.This format is used for input and output dates. You may use any of the system's default date formatting strings.
When submitting the request: all your input dates should be entered in a format specified by DateFormat and the class will convert those to OFXDateFormat right before sending the request. For example, if you set a date to '2000.01.01' (by first setting the DateFormat to 'yyyy.MM.dd'), for a EST timezone, the class will convert it to '20000101000000.000[-5:EST]' (format specified by OFXDateFormat). When parsing the response: if DateFormat is set to a non-empty string, the class will attempt to use the value as a pattern to format all date strings as they are returned. Otherwise, the system's default value will be used for formatting. If the DateFormat is set to the special value "OFXDATE": During input:, any values you supply to date properties are passed to the server directly with no changes; During output: all dates will be returned in the OFX format as it was provided by the server without performing any modifications. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetResponseVar:
Parses additional information out of the response.Any additional response information contained within the OFX response that is not available via the Response fields, may be retrieved with this GetResponseVar config.
To obtain a response value, pass the XPath to the value you wish to receive. For instance, if the OFX response contains:
Then calling GetResponseVar("/OFX/SIGNONMSGSRVSV1/LANGUAGE") will return "ENG". |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NewPassword:
New password for the current OFX user.Setting NewPassword to a non-empty value will cause the class to issue a password
change request during sign-on along with the regular current OFX request. After
the request is sent, this value will be cleared.
The correct current password is needed as well during signon request and must be supplied through the ofx_password. Upon successful reply from the server, the NewPassword used becomes the new password. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OFXDateFormat:
The date format as required by OFX FI server.Most of OFX FI servers, accept the default format, where the offset (G) and timezone (Z) are specified.
However, there might still be some servers that do not accept that part. In such cases, you will have to set the
OFXDateFormat to "YYYYMMddHHmmss.xxx" and GMT will be assumed as the default value.
Your input dates should be entered in a format specified by DateFormat and the class will convert those to OFXDateFormat (format that OFX FI server recognizes) right before sending the request. For example, if you set a date to '2000.01.01' (by first setting the DateFormat to 'yyyy.MM.dd'), for a EST timezone, the class will convert it to '20000101000000.000[-5:EST]' (format specified by OFXDateFormat). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OFXLog:
Log file for the OFX transaction.This setting records the OFX communication, but without including HTTP headers,
to a file.
Please note that read_ofx_data_file will not be able to parse this file because of the OFX request content present. If only the response of the server is required, please look at the write_ofx_data_file method instead. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ServerMessage: Server message if a warning or other information returned.When sending a transaction request to a FI, their server with return either a successful reply or an error. However, even when a transaction is successful, a warning or other server messages might still be returned and are to be treated as informational notes only. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UserCred1A: Additional user credential required by server.In the profile response, if sign_on_user_cred_1q is present, then UserCred1A should be set (as the answer to question identified by sign_on_user_cred_1q) and it should be included in all future requests as part of the signon. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UserCred2A: Additional user credential required by server.In the profile response, if sign_on_user_cred_2q is present, then UserCred2A should be set (as the answer to question identified by sign_on_user_cred_2q) and it should be included in all future requests as part of the signon. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HTTP Config Settings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AcceptEncoding: Used to tell the server which types of content encodings the client supports.When AllowHTTPCompression is True, the class adds an Accept-Encoding header to the request being sent to the server. By default, this header's value is "gzip, deflate". This configuration setting allows you to change the value of the Accept-Encoding header. Note: The class only supports gzip and deflate decompression algorithms. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AllowHTTPCompression:
This property enables HTTP compression for receiving data.This configuration setting enables HTTP compression for receiving data.
When set to True (default), the class will accept compressed data. It then will uncompress the data it has received. The class will handle data compressed by both gzip and deflate compression algorithms.
When True, the class adds an Accept-Encoding header to the outgoing request. The value for this header can be controlled by the AcceptEncoding configuration setting. The default value for this header is "gzip, deflate". The default value is True. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AllowHTTPFallback:
Whether HTTP/2 connections are permitted to fallback to HTTP/1.1.This configuration setting controls whether HTTP/2 connections are permitted to fall back to HTTP/1.1 when the server
does not support HTTP/2. This setting is applicable only when http_version is set to "2.0".
If set to True (default), the class will automatically use HTTP/1.1 if the server does not support HTTP/2. If set to False, the class fails with an error if the server does not support HTTP/2. The default value is True. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Append: Whether to append data to LocalFile.This configuration setting determines whether data will be appended when writing to local_file. When set to True, downloaded data will be appended to local_file. This may be used in conjunction with range to resume a failed download. This is applicable only when local_file is set. The default value is False. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Authorization:
The Authorization string to be sent to the server.If the Authorization property contains a nonempty string,
an Authorization HTTP request header is added to the
request. This header conveys Authorization information to the
server.
This property is provided so that the HTTP class can be extended with other security schemes in addition to the authorization schemes already implemented by the class. The auth_scheme property defines the authentication scheme used. In the case of HTTP Basic Authentication (default), every time user and password are set, they are Base64 encoded, and the result is put in the authorization property in the form "Basic [encoded-user-password]". |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BytesTransferred: Contains the number of bytes transferred in the response data.This configuration setting returns the raw number of bytes from the HTTP response data, before the component processes the data, whether it is chunked or compressed. This returns the same value as the on_transfer event, by BytesTransferred. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ChunkSize: Specifies the chunk size in bytes when using chunked encoding.This is applicable only when UseChunkedEncoding is True. This setting specifies the chunk size in bytes to be used when posting data. The default value is 16384. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CompressHTTPRequest:
Set to true to compress the body of a PUT or POST request.If set to True, the body of a PUT or POST request will be compressed into gzip format before sending the request. The "Content-Encoding" header is also added to the outgoing request.
The default value is False. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
EncodeURL: If set to True the URL will be encoded by the class.If set to True, the URL passed to the class will be URL encoded. The default value is False. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FollowRedirects:
Determines what happens when the server issues a redirect.This option determines what happens when the server issues a redirect. Normally, the class returns an error if the server responds
with an "Object Moved" message. If this property is set to 1 (always), the new url for the object is retrieved automatically every time.
If this property is set to 2 (Same Scheme), the new url is retrieved automatically only if the URL Scheme is the same; otherwise, the class fails with an error. Note: Following the HTTP specification, unless this option is set to 1 (Always), automatic redirects will be performed only for GET or HEAD requests. Other methods potentially could change the conditions of the initial request and create security vulnerabilities. Furthermore, if either the new URL server or port are different from the existing one, user and password are also reset to empty, unless this property is set to 1 (Always), in which case the same credentials are used to connect to the new server. A on_redirect event is fired for every URL the product is redirected to. In the case of automatic redirections, the on_redirect event is a good place to set properties related to the new connection (e.g., new authentication parameters). The default value is 0 (Never). In this case, redirects are never followed, and the class fails with an error instead. Following are the valid options:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GetOn302Redirect: If set to True the class will perform a GET on the new location.The default value is False. If set to True, the class will perform a GET on the new location. Otherwise, it will use the same HTTP method again. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HTTP2HeadersWithoutIndexing: HTTP2 headers that should not update the dynamic header table with incremental indexing.HTTP/2 servers maintain a dynamic table of headers and values seen over the course of a connection. Typically, these headers are inserted into the table through incremental indexing (also known as HPACK, defined in RFC 7541). To tell the component not to use incremental indexing for certain headers, and thus not update the dynamic table, set this configuration option to a comma-delimited list of the header names. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HTTPVersion:
The version of HTTP used by the class.This property specifies the HTTP version used by the class. Possible values are as follows:
When using HTTP/2 ("2.0"), additional restrictions apply. Please see the following notes for details.
HTTP/2 NotesWhen using HTTP/2, a secure Secure Sockets Layer/Transport Layer Security (TLS/SSL) connection is required. Attempting to use a plaintext URL with HTTP/2 will result in an error. If the server does not support HTTP/2, the class will automatically use HTTP/1.1 instead. This is done to provide compatibility without the need for any additional settings. To see which version was used, check NegotiatedHTTPVersion after calling a method. The AllowHTTPFallback setting controls whether this behavior is allowed (default) or disallowed.
HTTP/3 NotesHTTP/3 is supported only in .NET and Java. When using HTTP/3, a secure (TLS/SSL) connection is required. Attempting to use a plaintext URL with HTTP/3 will result in an error. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IfModifiedSince:
A date determining the maximum age of the desired document.If this setting contains a nonempty string, an If-Modified-Since HTTP header is added to the request.
The value of this header is used to make the HTTP request conditional: if the requested documented has not
been modified since the time specified in the field, a copy of the document will not be returned from
the server; instead, a 304 (not modified) response will be returned by the server and the component throws an exception
The format of the date value for IfModifiedSince is detailed in the HTTP specs. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
KeepAlive:
Determines whether the HTTP connection is closed after completion of the request.If True, the component will not send the Connection: Close header. The absence of the Connection header indicates to the server
that HTTP persistent connections should be used if supported.
Note: Not all servers support persistent connections. You also may explicitly add the Keep-Alive header to the request headers by setting other_headers to Connection: Keep-Alive.
If False, the connection will be closed immediately after the server response is received.
The default value for KeepAlive is False. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
KerberosSPN: The Service Principal Name for the Kerberos Domain Controller.If the Service Principal Name on the Kerberos Domain Controller is not the same as the URL that you are authenticating to, the Service Principal Name should be set here. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LogLevel:
The level of detail that is logged.This configuration setting controls the level of detail that is logged through the on_log event. Possible values are as follows:
The value 1 (Info) logs basic information, including the URL, HTTP version, and status details. The value 2 (Verbose) logs additional information about the request and response. The value 3 (Debug) logs the headers and body for both the request and response, as well as additional debug information (if any). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MaxRedirectAttempts: Limits the number of redirects that are followed in a request.When follow_redirects is set to any value other than frNever, the class will follow redirects until this maximum number of redirect attempts are made. The default value is 20. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NegotiatedHTTPVersion: The negotiated HTTP version.This configuration setting may be queried after the request is complete to indicate the HTTP version used. When http_version is set to "2.0" (if the server does not support "2.0"), then the class will fall back to using "1.1" automatically. This setting will indicate which version was used. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OtherHeaders:
Other headers as determined by the user (optional).This configuration setting can be set to a string of headers to be appended to the HTTP request headers.
The headers must follow the format "header: value" as described in the HTTP specifications. Header lines should be separated by CRLF ("\r\n") . Use this configuration setting with caution. If this configuration setting contains invalid headers, HTTP requests may fail. This configuration setting is useful for extending the functionality of the class beyond what is provided. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyAuthorization: The authorization string to be sent to the proxy server.This is similar to the Authorization configuration setting, but is used for proxy authorization. If this configuration setting contains a nonempty string, a Proxy-Authorization HTTP request header is added to the request. This header conveys proxy Authorization information to the server. If proxy_user and proxy_password are specified, this value is calculated using the algorithm specified by proxy_auth_scheme. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyAuthScheme: The authorization scheme to be used for the proxy.This configuration setting is provided for use by classs that do not directly expose Proxy properties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyPassword: A password if authentication is to be used for the proxy.This configuration setting is provided for use by classs that do not directly expose Proxy properties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyPort: Port for the proxy server (default 80).This configuration setting is provided for use by classs that do not directly expose Proxy properties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyServer: Name or IP address of a proxy server (optional).This configuration setting is provided for use by classs that do not directly expose Proxy properties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyUser: A user name if authentication is to be used for the proxy.This configuration setting is provided for use by classs that do not directly expose Proxy properties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SentHeaders: The full set of headers as sent by the client.This configuration setting returns the complete set of raw headers as sent by the client. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
StatusLine: The first line of the last response from the server.This setting contains the first line of the last response from the server. The format of the line will be [HTTP version] [Result Code] [Description]. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TransferredData: The contents of the last response from the server.This configuration setting contains the contents of the last response from the server. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TransferredDataLimit: The maximum number of incoming bytes to be stored by the class.If TransferredDataLimit is set to 0 (default), no limits are imposed. Otherwise, this reflects the maximum number of incoming bytes that can be stored by the class. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TransferredHeaders: The full set of headers as received from the server.This configuration setting returns the complete set of raw headers as received from the server. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TransferredRequest:
The full request as sent by the client.This configuration setting returns the full request as sent by the client. For performance reasons, the request is not normally saved. Set this configuration setting to ON before making a request to enable it. Following are examples of this request:
.NET
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UseChunkedEncoding:
Enables or Disables HTTP chunked encoding for transfers.If UseChunkedEncoding is set to True, the class will use HTTP-chunked encoding when posting, if possible.
HTTP-chunked encoding allows large files to be sent in chunks instead of all at once.
If set to False, the class will not use HTTP-chunked encoding. The default value is False.
Note: Some servers (such as the ASP.NET Development Server) may not support chunked encoding. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UseIDNs:
Whether to encode hostnames to internationalized domain names.This configuration setting specifies whether hostnames containing non-ASCII characters are encoded to internationalized domain names. When set to True, if a hostname contains non-ASCII characters, it is encoded using Punycode to an IDN (internationalized domain name).
The default value is False and the hostname will always be used exactly as specified. Note: The CodePage setting must be set to a value capable of interpreting the specified host name. For instance, to specify UTF-8, set CodePage to 65001. In the C++ Edition for Windows, the *W version of the class must be used. For instance, DNSW or HTTPW. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UsePlatformHTTPClient:
Whether or not to use the platform HTTP client.When using this configuration setting, if True, the component will use the default HTTP client for the platform (URLConnection in Java, WebRequest in .NET, or CFHTTPMessage in Mac/iOS) instead of the internal HTTP implementation. This is important for environments in which direct access to sockets is limited or not allowed (e.g., in the Google AppEngine).
Note: This setting is applicable only to Mac/iOS editions. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UseProxyAutoConfigURL:
Whether to use a Proxy auto-config file when attempting a connection.This configuration specifies whether the class will attempt to use the Proxy auto-config URL when establishing a connection and proxy_auto_detect is set to True.
When True (default), the class will check for the existence of a Proxy auto-config URL, and if found, will determine the appropriate proxy to use. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UserAgent:
Information about the user agent (browser).This is the value supplied in the HTTP User-Agent header. The default
setting is "IPWorks HTTP Component - www.nsoftware.com".
Override the default with the name and version of your software. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TCPClient Config Settings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ConnectionTimeout: Sets a separate timeout value for establishing a connection.When set, this configuration setting allows you to specify a different timeout value for establishing a connection. Otherwise, the class will use timeout for establishing a connection and transmitting/receiving data. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallAutoDetect: Tells the class whether or not to automatically detect and use firewall system settings, if available.This configuration setting is provided for use by classs that do not directly expose Firewall properties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallHost:
Name or IP address of firewall (optional).If a FirewallHost is given, requested connections will be authenticated through the specified firewall
when connecting.
If the FirewallHost setting is set to a Domain Name, a DNS request is initiated. Upon successful termination of the request, the FirewallHost setting is set to the corresponding address. If the search is not successful, an error is returned. Note: This setting is provided for use by classs that do not directly expose Firewall properties. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallPassword:
Password to be used if authentication is to be used when connecting through the firewall.If FirewallHost is specified, the FirewallUser and FirewallPassword settings
are used to connect and authenticate to the given firewall. If the authentication fails, the class fails with an error.
Note: This setting is provided for use by classs that do not directly expose Firewall properties. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallPort:
The TCP port for the FirewallHost;.The FirewallPort is set automatically when FirewallType is set to a valid value.
Note: This configuration setting is provided for use by classs that do not directly expose Firewall properties. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallType:
Determines the type of firewall to connect through.The appropriate values are as follows:
Note: This setting is provided for use by classs that do not directly expose Firewall properties. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallUser:
A user name if authentication is to be used connecting through a firewall.If the FirewallHost is specified, the FirewallUser and FirewallPassword
settings are used to connect and authenticate to the Firewall. If the authentication fails, the class fails with an error.
Note: This setting is provided for use by classs that do not directly expose Firewall properties. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
KeepAliveInterval:
The retry interval, in milliseconds, to be used when a TCP keep-alive packet is sent and no response is received.When set, TCPKeepAlive will automatically be set to True.
A TCP keep-alive packet will be sent after a period of inactivity as
defined by KeepAliveTime. If no acknowledgment is received from the remote host, the keep-alive packet
will be sent again. This configuration setting specifies the interval at which the successive keep-alive packets are sent in milliseconds.
This system default if this value is not specified here is 1 second.
Note: This value is not applicable in macOS. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
KeepAliveTime: The inactivity time in milliseconds before a TCP keep-alive packet is sent.When set, TCPKeepAlive will automatically be set to True. By default, the operating system will determine the time a connection is idle before a Transmission Control Protocol (TCP) keep-alive packet is sent. This system default if this value is not specified here is 2 hours. In many cases, a shorter interval is more useful. Set this value to the desired interval in milliseconds. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Linger:
When set to True, connections are terminated gracefully.This property controls how a connection is closed. The default is True.
In the case that Linger is True (default), two scenarios determine how long the connection will linger. In the first, if LingerTime is 0 (default), the system will attempt to send pending data for a connection until the default IP timeout expires. In the second scenario, if LingerTime is a positive value, the system will attempt to send pending data until the specified LingerTime is reached. If this attempt fails, then the system will reset the connection. The default behavior (which is also the default mode for stream sockets) might result in a long delay in closing the connection. Although the class returns control immediately, the system could hold system resources until all pending data are sent (even after your application closes). Setting this property to False forces an immediate disconnection. If you know that the other side has received all the data you sent (e.g., by a client acknowledgment), setting this property to False might be the appropriate course of action. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LingerTime: Time in seconds to have the connection linger. LingerTime is the time, in seconds, the socket connection will linger. This value is 0 by default, which means it will use the default IP timeout. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LocalHost:
The name of the local host through which connections are initiated or accepted.
The local_host setting contains the name of the local host
as obtained by the gethostname() system call, or if the
user has assigned an IP address, the value of that address.
In multi-homed hosts (machines with more than one IP interface) setting LocalHost to the value of an interface will make the class initiate connections (or accept in the case of server classs) only through that interface. If the class is connected, the local_host setting shows the IP address of the interface through which the connection is made in internet dotted format (aaa.bbb.ccc.ddd). In most cases, this is the address of the local host, except for multi-homed hosts (machines with more than one IP interface). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LocalPort:
The port in the local host where the class binds.
This must be set before a connection is
attempted. It instructs the class to bind to a specific
port (or communication endpoint) in the local machine.
Setting this to 0 (default) enables the system to choose a port at random. The chosen port will be shown by local_port after the connection is established. local_port cannot be changed once a connection is made. Any attempt to set this when a connection is active will generate an error. This; setting is useful when trying to connect to services that require a trusted port in the client side. An example is the remote shell (rsh) service in UNIX systems. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MaxLineLength:
The maximum amount of data to accumulate when no EOL is found.MaxLineLength is the size of an internal buffer, which holds received data while waiting for an eol
string.
If an eol string is found in the input stream before MaxLineLength bytes are received, the on_data_in event is fired with the EOL parameter set to True, and the buffer is reset. If no eol is found, and MaxLineLength bytes are accumulated in the buffer, the on_data_in event is fired with the EOL parameter set to False, and the buffer is reset. The minimum value for MaxLineLength is 256 bytes. The default value is 2048 bytes. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MaxTransferRate: The transfer rate limit in bytes per second.This configuration setting can be used to throttle outbound TCP traffic. Set this to the number of bytes to be sent per second. By default, this is not set and there is no limit. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProxyExceptionsList:
A semicolon separated list of hosts and IPs to bypass when using a proxy.This configuration setting optionally specifies a semicolon-separated list of hostnames or IP addresses to bypass when a proxy is in use.
When requests are made to hosts specified in this property, the proxy will not be used. For instance:
www.google.com;www.nsoftware.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TCPKeepAlive:
Determines whether or not the keep alive socket option is enabled.If set to True, the socket's keep-alive option is enabled and keep-alive packets will be sent periodically
to maintain the connection. Set KeepAliveTime and KeepAliveInterval to
configure the timing of the keep-alive packets.
Note: This value is not applicable in Java. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TcpNoDelay:
Whether or not to delay when sending packets.
When true, the socket will send all data that is ready to send at once. When
false, the socket will send smaller buffered packets of data at small intervals.
This is known as the Nagle algorithm.
By default, this config is set to false. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UseIPv6:
Whether to use IPv6.When set to 0 (default), the class will use IPv4 exclusively.
When set to 1, the class will use IPv6 exclusively. To instruct the class to prefer IPv6 addresses, but use IPv4 if IPv6 is not supported on the system, this setting should be set to 2. The default value is 0.
Possible values are:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSL Config Settings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LogSSLPackets:
Controls whether SSL packets are logged when using the internal security API.When ssl_provider is set to Internal, this setting controls whether SSL packets should be logged. By default, this setting is False, as it is only useful for debugging purposes.
When enabled, SSL packet logs are output using the on_ssl_status event, which will fire each time an SSL packet is sent or received. Enabling this setting has no effect if ssl_provider is set to Platform. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OpenSSLCADir:
The path to a directory containing CA certificates.This functionality is available only when the provider is OpenSSL.
The path set by this property should point to a directory containing CA certificates in PEM format. The files each contain one CA certificate. The files are looked up by the CA subject name hash value, which must hence be available. If more than one CA certificate with the same name hash value exist, the extension must be different (e.g. 9d66eef0.0, 9d66eef0.1 etc). OpenSSL recommends to use the c_rehash utility to create the necessary links. Please refer to the OpenSSL man page SSL_CTX_load_verify_locations(3) for details. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OpenSSLCAFile:
Name of the file containing the list of CA's trusted by your application.This functionality is available only when the provider is OpenSSL.
The file set by this property should contain a list of CA certificates in PEM format. The file can contain several CA certificates identified by -----BEGIN CERTIFICATE----- ... (CA certificate in base64 encoding) ... -----END CERTIFICATE----- sequences. Before, between, and after the certificates text is allowed which can be used e.g. for descriptions of the certificates. Please refer to the OpenSSL man page SSL_CTX_load_verify_locations(3) for details. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OpenSSLCipherList:
A string that controls the ciphers to be used by SSL.This functionality is available only when the provider is OpenSSL.
The format of this string is described in the OpenSSL man page ciphers(1) section "CIPHER LIST FORMAT". Please refer to it for details. The default string "DEFAULT" is determined at compile time and is normally equivalent to "ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH". |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OpenSSLPrngSeedData:
The data to seed the pseudo random number generator (PRNG).This functionality is available only when the provider is OpenSSL.
By default OpenSSL uses the device file "/dev/urandom" to seed the PRNG and setting OpenSSLPrngSeedData is not required. If set, the string specified is used to seed the PRNG. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReuseSSLSession:
Determines if the SSL session is reused.
If set to true, the class will reuse the context if and only if the following criteria are met:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLCACertFilePaths:
The paths to CA certificate files on Unix/Linux.This setting specifies the paths on disk to CA certificate files on Unix/Linux.
The value is formatted as a list of paths separated by semicolons. The class will check for the existence of each file in the order specified. When a file is found the CA certificates within the file will be loaded and used to determine the validity of server or client certificates. The default value is: /etc/ssl/ca-bundle.pem;/etc/pki/tls/certs/ca-bundle.crt;/etc/ssl/certs/ca-certificates.crt;/etc/pki/tls/cacert.pem |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLCACerts:
A newline separated list of CA certificate to use during SSL client authentication.This setting specifies one or more CA certificates to be included in the request when performing
SSL client authentication. Some servers require the entire chain, including CA certificates, to be presented
when performing SSL client authentication. The value of this setting is a newline (CrLf) separated list of certificates. For instance:
-----BEGIN CERTIFICATE----- MIIEKzCCAxOgAwIBAgIRANTET4LIkxdH6P+CFIiHvTowDQYJKoZIhvcNAQELBQAw ... eWHV5OW1K53o/atv59sOiW5K3crjFhsBOd5Q+cJJnU+SWinPKtANXMht+EDvYY2w F0I1XhM+pKj7FjDr+XNj -----END CERTIFICATE----- \r \n -----BEGIN CERTIFICATE----- MIIEFjCCAv6gAwIBAgIQetu1SMxpnENAnnOz1P+PtTANBgkqhkiG9w0BAQUFADBp .. d8q23djXZbVYiIfE9ebr4g3152BlVCHZ2GyPdjhIuLeH21VbT/dyEHHA -----END CERTIFICATE----- |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLCheckCRL:
Whether to check the Certificate Revocation List for the server certificate.This setting specifies whether the class will check the Certificate Revocation List specified by the server certificate. If set to 1 or 2, the class will first obtain the list of CRL URLs from the server certificate's CRL distribution points extension. The class will then make HTTP requests to each CRL endpoint to check the validity of the server's certificate. If the certificate has been revoked or any other issues are found during validation the class fails with an error.
When set to 0 (default) the CRL check will not be performed by the class. When set to 1, it will attempt to perform the CRL check, but will continue without an error if the server's certificate does not support CRL. When set to 2, it will perform the CRL check and will throw an error if CRL is not supported. This configuration setting is only supported in the Java, C#, and C++ editions. In the C++ edition, it is only supported on Windows operating systems. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLCheckOCSP:
Whether to use OCSP to check the status of the server certificate.This setting specifies whether the class will use OCSP to check the validity of the server certificate. If set to 1 or 2, the class will first obtain the OCSP URL from the server certificate's OCSP extension. The class will then locate the issuing certificate and make an HTTP request to the OCSP endpoint to check the validity of the server's certificate. If the certificate has been revoked or any other issues are found during validation the class fails with an error.
When set to 0 (default) the class will not perform an OCSP check. When set to 1, it will attempt to perform the OCSP check, but will continue without an error if the server's certificate does not support OCSP. When set to 2, it will perform the OCSP check and will throw an error if OCSP is not supported. This configuration setting is only supported in the Java, C#, and C++ editions. In the C++ edition, it is only supported on Windows operating systems. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLCipherStrength:
The minimum cipher strength used for bulk encryption.
This minimum cipher strength largely dependent on the security modules installed
on the system. If the cipher strength specified is not supported,
an error will be returned when connections are initiated.
Please note that this setting contains the minimum cipher strength requested from the security library. The actual cipher strength used for the connection is shown by the on_ssl_status event. Use this setting with caution. Requesting a lower cipher strength than necessary could potentially cause serious security vulnerabilities in your application. When the provider is OpenSSL, SSLCipherStrength is currently not supported. This functionality is instead made available through the OpenSSLCipherList config setting. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLEnabledCipherSuites:
The cipher suite to be used in an SSL negotiation.The enabled cipher suites to be used in SSL negotiation.
By default, the enabled cipher suites will include all available ciphers ("*"). The special value "*" means that the class will pick all of the supported cipher suites. If SSLEnabledCipherSuites is set to any other value, only the specified cipher suites will be considered. Multiple cipher suites are separated by semicolons. Example values when ssl_provider is set to Platform:
obj.config("SSLEnabledCipherSuites=*");
obj.config("SSLEnabledCipherSuites=TLS_DHE_DSS_WITH_AES_128_CBC_SHA");
obj.config("SSLEnabledCipherSuites=TLS_DHE_DSS_WITH_AES_128_CBC_SHA;TLS_DH_ANON_WITH_AES_128_CBC_SHA");
Possible values when ssl_provider is set to Internal include:
When TLS 1.3 is negotiated (see SSLEnabledProtocols) only the following cipher suites are supported:
SSLEnabledCipherSuites is used together with SSLCipherStrength. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLEnabledProtocols:
Used to enable/disable the supported security protocols.Used to enable/disable the supported security protocols.
Not all supported protocols are enabled by default (the value of this setting is 4032). If you want more granular control over the enabled protocols, you can set this property to the binary 'OR' of one or more of the following values:
SSLEnabledProtocols - TLS 1.3 Notes By default when TLS 1.3 is enabled the class will use the internal TLS implementation when the ssl_provider is set to Automatic for all editions. In editions which are designed to run on Windows ssl_provider can be set to Platform to use the platform implementation instead of the internal implementation. When configured in this manner, please note that the platform provider is only supported on Windows 11 / Windows Server 2022 and up. The default internal provider is available on all platforms and is not restricted to any specific OS version. If set to 1 (Platform provider) please be aware of the following notes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLEnableRenegotiation:
Whether the renegotiation_info SSL extension is supported.This setting specifies whether the renegotiation_info SSL extension will be used in the request when using the internal security API.
This setting is True by default, but can be set to False to disable the extension.
This setting is only applicable when ssl_provider is set to Internal. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLIncludeCertChain:
Whether the entire certificate chain is included in the SSLServerAuthentication event.This setting specifies whether the Encoded parameter of the on_ssl_server_authentication event contains
the full certificate chain. By default this value is False and only the leaf certificate will be present
in the Encoded parameter of the on_ssl_server_authentication event.
If set to True all certificates returned by the server will be present in the Encoded parameter of the on_ssl_server_authentication event. This includes the leaf certificate, any intermediate certificate, and the root certificate. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLKeyLogFile:
The location of a file where per-session secrets are written for debugging purposes.This setting optionally specifies the full path to a file on disk where per-session secrets are stored for debugging purposes.
When set, the class will save the session secrets in the same format as the SSLKEYLOGFILE environment variable functionality used by most major browsers and tools such as Chrome, Firefox, and cURL. This file can then be used in tools such as Wireshark to decrypt TLS traffice for debugging purposes. When writing to this file the class will only append, it will not overwrite previous values. Note: This setting is only applicable when ssl_provider is set to Internal. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLNegotiatedCipher:
Returns the negotiated ciphersuite.Returns the ciphersuite negotiated during the SSL handshake.
Note: For server components (e.g. TCPServer) this is a per-connection setting accessed by passing the ConnectionId. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLNegotiatedCipherStrength:
Returns the negotiated ciphersuite strength.Returns the strength of the ciphersuite negotiated during the SSL handshake.
Note: For server components (e.g.TCPServer) this is a per-connection setting accessed by passing the ConnectionId. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLNegotiatedCipherSuite:
Returns the negotiated ciphersuite.Returns the ciphersuite negotiated during the SSL handshake represented as a single string.
Note: For server components (e.g. TCPServer) this is a per-connection setting accessed by passing the ConnectionId. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLNegotiatedKeyExchange:
Returns the negotiated key exchange algorithm.Returns the key exchange algorithm negotiated during the SSL handshake.
Note: For server components (e.g. TCPServer) this is a per-connection setting accessed by passing the ConnectionId. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLNegotiatedKeyExchangeStrength:
Returns the negotiated key exchange algorithm strength.Returns the strenghth of the key exchange algorithm negotiated during the SSL handshake.
Note: For server components (e.g. TCPServer) this is a per-connection setting accessed by passing the ConnectionId. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLNegotiatedVersion:
Returns the negotiated protocol version.Returns the protocol version negotiated during the SSL handshake.
Note: For server components (e.g. TCPServer) this is a per-connection setting accessed by passing the ConnectionId. For example:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLSecurityFlags:
Flags that control certificate verification.The following flags are defined (specified in hexadecimal
notation). They can be or-ed together to exclude multiple
conditions:
This functionality is currently not available when the provider is OpenSSL. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SSLServerCACerts:
A newline separated list of CA certificate to use during SSL server certificate validation.This setting optionally specifies one or more CA certificates to be used when verifying the server certificate. When verifying the server's certificate the certificates trusted by the system will be used as part of the verification process. If the server's CA certificates are not installed to the trusted system store, they may be specified here so they are included when performing the verification process. This setting should only be set if the server's CA certificates are not already trusted on the system and cannot be installed to the trusted system store.
The value of this setting is a newline (CrLf) separated list of certificates. For instance: -----BEGIN CERTIFICATE----- MIIEKzCCAxOgAwIBAgIRANTET4LIkxdH6P+CFIiHvTowDQYJKoZIhvcNAQELBQAw ... eWHV5OW1K53o/atv59sOiW5K3crjFhsBOd5Q+cJJnU+SWinPKtANXMht+EDvYY2w F0I1XhM+pKj7FjDr+XNj -----END CERTIFICATE----- \r \n -----BEGIN CERTIFICATE----- MIIEFjCCAv6gAwIBAgIQetu1SMxpnENAnnOz1P+PtTANBgkqhkiG9w0BAQUFADBp .. d8q23djXZbVYiIfE9ebr4g3152BlVCHZ2GyPdjhIuLeH21VbT/dyEHHA -----END CERTIFICATE----- |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TLS12SignatureAlgorithms:
Defines the allowed TLS 1.2 signature algorithms when SSLProvider is set to Internal.This setting specifies the allowed server certificate signature algorithms when ssl_provider is set to Internal and SSLEnabledProtocols is set to allow TLS 1.2.
When specified the class will verify that the server certificate signature algorithm is among the values specified in this setting. If the server certificate signature algorithm is unsupported the class fails with an error. The format of this value is a comma separated list of hash-signature combinations. For instance:
In order to not restrict the server's certificate signature algorithm, specify an empty string as the value for this setting, which will cause the signature_algorithms TLS 1.2 extension to not be sent. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TLS12SupportedGroups:
The supported groups for ECC.This setting specifies a comma separated list of named groups used in TLS 1.2 for ECC.
The default value is ecdhe_secp256r1,ecdhe_secp384r1,ecdhe_secp521r1. When using TLS 1.2 and ssl_provider is set to Internal, the values refer to the supported groups for ECC. The following values are supported:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TLS13KeyShareGroups:
The groups for which to pregenerate key shares.This setting specifies a comma separated list of named groups used in TLS 1.3 for key exchange.
The groups specified here will have key share data pregenerated locally before establishing a connection.
This can prevent an additional round trip during the handshake if the group is supported by the server.
The default value is set to balance common supported groups and the computational resources required to generate key shares. As a result only some groups are included by default in this setting. Note: All supported groups can always be used during the handshake even if not listed here, but if a group is used which is not present in this list it will incur an additional round trip and time to generate the key share for that group. In most cases this setting does not need to be modified. This should only be modified if there is a specific reason to do so. The default value is ecdhe_x25519,ecdhe_secp256r1,ecdhe_secp384r1,ffdhe_2048,ffdhe_3072 The values are ordered from most preferred to least preferred. The following values are supported:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TLS13SignatureAlgorithms:
The allowed certificate signature algorithms.This setting holds a comma separated list of allowed signature algorithms. Possible values are:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TLS13SupportedGroups:
The supported groups for (EC)DHE key exchange.This setting specifies a comma separated list of named groups used in TLS 1.3 for key exchange.
This setting should only be modified if there is a specific reason to do so.
The default value is ecdhe_x25519,ecdhe_x448,ecdhe_secp256r1,ecdhe_secp384r1,ecdhe_secp521r1,ffdhe_2048,ffdhe_3072,ffdhe_4096,ffdhe_6144,ffdhe_8192 The values are ordered from most preferred to least preferred. The following values are supported:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Socket Config Settings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AbsoluteTimeout:
Determines whether timeouts are inactivity timeouts or absolute timeouts.If AbsoluteTimeout is set to True, any method which does not complete within Timeout seconds
will be aborted. By default, AbsoluteTimeout is False, and the timeout is an inactivity timeout.
Note: This option is not valid for UDP ports. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FirewallData: Used to send extra data to the firewall.When the firewall is a tunneling proxy, use this property to send custom (additional) headers to the firewall (e.g. headers for custom authentication schemes). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InBufferSize:
The size in bytes of the incoming queue of the socket.
This is the size of an internal queue in the TCP/IP stack.
You can increase or decrease its size depending on the amount
of data that you will be receiving. Increasing the value of the
InBufferSize setting can provide significant improvements in
performance in some cases.
Some TCP/IP implementations do not support variable buffer sizes. If that is the case, when the class is activated the InBufferSize reverts to its defined size. The same happens if you attempt to make it too large or too small. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OutBufferSize:
The size in bytes of the outgoing queue of the socket.This is the size of an internal queue in the TCP/IP stack.
You can increase or decrease its size depending on the amount
of data that you will be sending. Increasing the value of the
OutBufferSize setting can provide significant improvements in
performance in some cases.
Some TCP/IP implementations do not support variable buffer sizes. If that is the case, when the class is activated the OutBufferSize reverts to its defined size. The same happens if you attempt to make it too large or too small. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Base Config Settings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BuildInfo: Information about the product's build.When queried, this setting will return a string containing information about the product's build. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CodePage:
The system code page used for Unicode to Multibyte translations.The default code page is Unicode UTF-8 (65001).
The following is a list of valid code page identifiers:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
LicenseInfo:
Information about the current license.When queried, this setting will return a string containing information about the license this instance of a class is using. It will return the following information:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
MaskSensitive:
Whether sensitive data is masked in log messages.In certain circumstances it may be beneficial to mask sensitive data, like passwords, in log messages. Set this to True to mask sensitive data. The default is True.
This setting only works on these classes: AS3Receiver, AS3Sender, Atom, Client(3DS), FTP, FTPServer, IMAP, OFTPClient, SSHClient, SCP, Server(3DS), Sexec, SFTP, SFTPServer, SSHServer, TCPClient, TCPServer. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProcessIdleEvents: Whether the class uses its internal event loop to process events when the main thread is idle.If set to False, the class will not fire internal idle events. Set this to False to use the class in a background thread on Mac OS. By default, this setting is True. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SelectWaitMillis: The length of time in milliseconds the class will wait when DoEvents is called if there are no events to process.If there are no events to process when do_events is called, the class will wait for the amount of time specified here before returning. The default value is 20. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UseInternalSecurityAPI:
Tells the class whether or not to use the system security libraries or an internal implementation.
When set to False, the class will use the system security libraries by default to perform cryptographic functions where applicable.
Setting this setting to True tells the class to use the internal implementation instead of using the system security libraries. On Windows, this setting is set to False by default. On Linux/macOS, this setting is set to True by default. To use the system security libraries for Linux, OpenSSL support must be enabled. For more information on how to enable OpenSSL, please refer to the OpenSSL Notes section. |
BillPayment Errors
OFX Errors
2000 Required field missing from server response. | |
2001 OFX server error. Description follows. | |
2002 Invalid OFX response. | |
2003 OFX response contains unknown element tags. |
The class may also return one of the following error codes, which are inherited from other classes.
XML Errors
101 Invalid attribute index. | |
102 No attributes available. | |
103 Invalid namespace index. | |
104 No namespaces available. | |
105 Invalid element index. | |
106 No elements available. | |
107 Attribute does not exist. | |
201 Unbalanced element tag. | |
202 Unknown element prefix (can't find namespace). | |
203 Unknown attribute prefix (can't find namespace). | |
204 Invalid XML markup. | |
205 Invalid end state for parser. | |
206 Document contains unbalanced elements. | |
207 Invalid xpath. | |
208 No such child. | |
209 Top element does not match start of path. | |
210 DOM tree unavailable (set build_dom to true and reparse). | |
302 Can't open file. | |
401 Invalid XML would be generated. | |
402 An invalid XML name has been specified. |
HTTP Errors
118 Firewall Error. Error description contains detailed message. | |
143 Busy executing current method. | |
151 HTTP protocol error. The error message has the server response. | |
152 No server specified in url | |
153 Specified url_scheme is invalid. | |
155 Range operation is not supported by server. | |
156 Invalid cookie index (out of range). | |
301 Interrupted. | |
302 Can't open attached_file. |
The class may also return one of the following error codes, which are inherited from other classes.
TCPClient Errors
100 You cannot change the remote_port at this time. A connection is in progress. | |
101 You cannot change the remote_host (Server) at this time. A connection is in progress. | |
102 The remote_host address is invalid (0.0.0.0). | |
104 Already connected. If you want to reconnect, close the current connection first. | |
106 You cannot change the local_port at this time. A connection is in progress. | |
107 You cannot change the local_host at this time. A connection is in progress. | |
112 You cannot change MaxLineLength at this time. A connection is in progress. | |
116 remote_port cannot be zero. Please specify a valid service port number. | |
117 You cannot change the UseConnection option while the class is active. | |
135 Operation would block. | |
201 Timeout. | |
211 Action impossible in control's present state. | |
212 Action impossible while not connected. | |
213 Action impossible while listening. | |
301 Timeout. | |
302 Could not open file. | |
434 Unable to convert string to selected CodePage. | |
1105 Already connecting. If you want to reconnect, close the current connection first. | |
1117 You need to connect first. | |
1119 You cannot change the LocalHost at this time. A connection is in progress. | |
1120 Connection dropped by remote host. |
SSL Errors
270 Cannot load specified security library. | |
271 Cannot open certificate store. | |
272 Cannot find specified certificate. | |
273 Cannot acquire security credentials. | |
274 Cannot find certificate chain. | |
275 Cannot verify certificate chain. | |
276 Error during handshake. | |
280 Error verifying certificate. | |
281 Could not find client certificate. | |
282 Could not find server certificate. | |
283 Error encrypting data. | |
284 Error decrypting data. |
TCP/IP Errors
10004 [10004] Interrupted system call. | |
10009 [10009] Bad file number. | |
10013 [10013] Access denied. | |
10014 [10014] Bad address. | |
10022 [10022] Invalid argument. | |
10024 [10024] Too many open files. | |
10035 [10035] Operation would block. | |
10036 [10036] Operation now in progress. | |
10037 [10037] Operation already in progress. | |
10038 [10038] Socket operation on non-socket. | |
10039 [10039] Destination address required. | |
10040 [10040] Message too long. | |
10041 [10041] Protocol wrong type for socket. | |
10042 [10042] Bad protocol option. | |
10043 [10043] Protocol not supported. | |
10044 [10044] Socket type not supported. | |
10045 [10045] Operation not supported on socket. | |
10046 [10046] Protocol family not supported. | |
10047 [10047] Address family not supported by protocol family. | |
10048 [10048] Address already in use. | |
10049 [10049] Can't assign requested address. | |
10050 [10050] Network is down. | |
10051 [10051] Network is unreachable. | |
10052 [10052] Net dropped connection or reset. | |
10053 [10053] Software caused connection abort. | |
10054 [10054] Connection reset by peer. | |
10055 [10055] No buffer space available. | |
10056 [10056] Socket is already connected. | |
10057 [10057] Socket is not connected. | |
10058 [10058] Can't send after socket shutdown. | |
10059 [10059] Too many references, can't splice. | |
10060 [10060] Connection timed out. | |
10061 [10061] Connection refused. | |
10062 [10062] Too many levels of symbolic links. | |
10063 [10063] File name too long. | |
10064 [10064] Host is down. | |
10065 [10065] No route to host. | |
10066 [10066] Directory not empty | |
10067 [10067] Too many processes. | |
10068 [10068] Too many users. | |
10069 [10069] Disc Quota Exceeded. | |
10070 [10070] Stale NFS file handle. | |
10071 [10071] Too many levels of remote in path. | |
10091 [10091] Network subsystem is unavailable. | |
10092 [10092] WINSOCK DLL Version out of range. | |
10093 [10093] Winsock not loaded yet. | |
11001 [11001] Host not found. | |
11002 [11002] Non-authoritative 'Host not found' (try again or check DNS setup). | |
11003 [11003] Non-recoverable errors: FORMERR, REFUSED, NOTIMP. | |
11004 [11004] Valid name, no data record (check DNS setup). |