Sterling B2B Integrator - Configure Profile Manager

You can configure bank, partner, and user profiles in the Profile Manager.

Profile Manager in Sterling B2B Integrator enables you to configure the following profiles:
  • Bank
  • Partner
  • User
Note: To prevent case insensitivity among various databases, you must provide the profile ID (bank, partner, and user) values in upper-case. If you provide the profile ID values in any other format, Sterling B2B Integrator changes the value to upper-case.

EBICS Server supports creating bank configuration using RSA Keys and X509 Certificates. A bank profile includes the EBICS host information.

Creating RSA Keys
  • Use the openssl tool to create 2 sets of certificates one each for Authentication and Encryption.
  • Use the commands listed below to create the certificates -

openssl genpkey -outform DER -out hostRSAAuthPrivate.key -algorithm RSA -pkeyopt

rsa_keygen_bits:2048

openssl rsa -inform DER -in hostRSAAuthPrivate.key -pubout -out

form DER -out hostRSAAuthPublic.der

openssl pkcs8 -topk8 -inform DER -in hostRSAAuthPrivate.key -out

form DER -nocrypt -out hostRSAAuthPrivate_pkcs8.key

 

  • Move the <KeyName> _pkcs8.key files along with their respective <CertName>.der files to the local file system.
Creating HTTPS Certificate for EBICS Server HTTPS Communication

If a CA issued certificate is available, check in the pfx or p12 file into Trading Partner > Digital Certificates > System and the CA root certificate into Trading Partner > Digital Certificates > CA.

Alternatively, you can create a self signed certificate under Trading Partner > Digital Certificates > System.

Creating EBICS HTTP Server Adapter

Under Deployment > Services > Configuration, search for EBICS HTTP Server Adapter. click Copy, rename it and give the port number on which EBICS Server accepts requests from the EBICS Clients. Under this configuration, select Use SSL to configure the EBICS Server for HTTPS configuration.

In the next page, select the system certificate, which is created during the previous step.

To change the default URI, delete the EBICSRequest and create a custom URI with business process to be run as handleEBICSRequest.

To create a bank profile, complete the following steps:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Bank Configuration.
  3. In the Bank Configuration page, click Go next to Create New Bank.
  4. In the Bank Configuration page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Bank ID (Host ID)Required. Specify a unique ID for the bank in the bank's system.
    Note: You must use the SWIFT-BIC (Bank Identifier Code) format for specifying the bank ID. If you do not specify the bank ID in the recommended SWIFT-BIC format, the Payment Status Report (.PSR) report is not generated.
    Bank NameRequired. Specify the name of the bank.
    Address Line 1Optional. Specify the address of the bank.
    Address Line 2Optional. Specify the address of the bank.
    CityOptional. Pertains to address of the bank. Specify the name of the city.
    State or ProvinceOptional. Specify the name of the state or province.
    Country/RegionOptional. Select the country or region.
    Zip or Postal CodeOptional. Specify the zip code or postal code.
    Time ZoneOptional. Select the time zone.
    E-mail AddressOptional. Specify the e-mail address of the bank.
    Telephone NumberOptional. Specify the phone number with country code and state code.
    Certificate typeRequired. Specify the Certificate type - Keys or X509 as required.
  5. In the Bank Technical Information page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Encryption Private CertificateRequired. Specify the key used by the bank to decrypt inbound order data. The key must be a Sterling B2B Integrator system certificate. The bank must distribute the public part of the key to its EBICS partners and users.
    Encryption Public CertificateRequired. Specify the key to enable sending of encrypted requests to the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The bank must distribute the public part of the key to its EBICS partners and users. The key must be a public part of the Sterling B2B Integrator system certificate.
    Authentication Private CertificateRequired. Specify the private key used by the bank to create the digital signature in the response sent to the EBICS partners and users. The partners and users must have the public part of the key to validate the authorization. The key must be a Sterling B2B Integrator system certificate.
    Authentication Public CertificateRequired. Specify the key the bank provides to the user to validate the authorization of the response received from the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The key must be a public part of the Sterling B2B Integrator system certificate.
    Maximum Recovery AttemptsRequired. Specify the number of recovery attempts for a transaction. The default value is 0, which indicates that there is no recovery.
    Maximum No. of Sign AllowedRequired. Specify the maximum number of personal signatures allowed for each order type or file format in the contract. The default value is 2. If the value is set to 0, no personal signature is required for the contracts of the bank.
    Allow PrevalidationOptional. Select this check box to allow preliminary verification of the account authorization, account limit, Electronic Signature, and other data, which are a part of the first transaction step. By default, this option is selected.
    Support Client DownloadOptional. Client Data Download. Select this check box to support the order types HKD and HTD.
    Support Order DownloadOptional. Downloadable order data. Select this check box to support the order type HAA.
    Support X509DataOptional. Select this check box to support X.509 data. By default, this option is selected.
    Note: This is valid only for X509 certificate type.
    Persist X509DataOptional. Select this check box to persistently store the user's X.509 data on the server. By default, this option is selected.
    Note: This is valid only for X509 certificate type.
    Note: If you select Certificate type as Keys, then you must use the keys generated using the openSSL tool for Encryption and Authentication of private or public keys.
  6. In the Bank URL page, perform any of the following actions:
    • Click add to add a new bank URL.
    • Click edit next to the bank URL you want to edit.
    • Click delete next to the bank URL you want to delete.
  7. This step is applicable only if you opted to add a new bank URL. In the Bank URL: Details page, specify values for the fields listed in the following table, and click Next.
    Field
    Description
    Bank URLRequired. Specify the HTTP URL the bank will host. A bank can have multiple URLs with a minimum of one. The bank URL is given to a user for the user to send requests to the bank. The Uniform Resource Indicator (URI) is configured in the HTTP Server adapter to listen at the port, and receive EBICS requests, if any.
    Note: Each bank ID should have a unique port number or URI.
    Valid FromOptional. Specify the date from which the URL or IP is valid in the MM/DD/YYYY format. Click the calendar icon to select the date.
  8. In the Bank Protocol page, perform any of the following actions:
    • Click add to add a new bank protocol.
    • Click edit next to the bank protocol you want to edit.
    • Click delete next to the bank protocol you want to delete.
  9. This step is applicable only if you opted to add a new bank protocol. In the Bank Protocol: Details page, specify the values for the fields listed in the following table, and click Next.
    Field
    Description
    Protocol VersionRequired. Select the schema version relevant to the supported EBICS version. Valid values are H004, H003 and H000. The default value is H003.
    Release VersionThe EBICS version supported by the bank and associated with the protocol version specified, is displayed.
  10. This step is applicable only if you added a new bank protocol. In the Bank Protocol: Bank Process page, perform any of the following actions:
    • Click add to add a new bank process.
    • Click edit next to the bank process you want to edit.
    • Click delete next to the bank process you want to delete.
  11. This step is applicable only if you opted to add a new bank process. In the Bank Process: Details page, specify the values for the fields listed in the following table, and click Next.
    Field
    Description
    TypeRequired. Select the process type. Valid values are:
    • Encryption
    • Signature
    • Authentication
    VersionRequired. Select the process version.
    • If you selected Encryption as the process type, the valid value is E002.
    • If you selected Signature as the process type, the valid values are A005 and A006.
    • If you selected Authentication as the process type, the valid value is X002.
  12. In the Bank Protocol: Bank Process page, click Next.
  13. In the Confirm page, verify the bank configuration settings.
    • Click Show All next to Bank URL Information to view the Bank URL settings.
    • Click Show All next to Bank Protocol Information/Bank Process Information to view the Protocol version, Release version, Bank Process type and Bank Process version.
    After verifying the bank configuration settings, click Finish.

You can search for a bank profile from under the Administration menu by Bank ID (Host ID).

To search for a bank profile, complete the following steps:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Bank Configuration.
  3. In the Bank Configuration page, perform one of the following actions, and click Go.
    • Under Search in the Bank ID (Host ID) field, enter either a part of the bank ID or the entire bank ID of the bank profile you are searching for.
    • From the List Alphabetically drop-down list, select ALL or the letter with which the ID of the bank you are searching for begins. Selecting ALL lists all the bank IDs.

EBICS Server supports RSA Keys and X509 Certificates. A bank profile includes the EBICS host information.

To edit a bank profile, complete the following steps:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Bank Configuration.
  3. In the Bank Configuration page, using either Search or List, locate and select the Bank ID (Host ID) you want to edit, and click Go.
  4. Click edit next to the bank ID you want to edit.
  5. In the Bank Configuration page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Bank NameRequired. Specify the name of the bank.
    Address Line 1Optional. Specify the address of the bank.
    Address Line 2Optional. Specify the address of the bank.
    CityOptional. Specify the name of the city.
    State or ProvinceOptional. Specify the name of the state or province.
    Country/RegionOptional. Select the country or region.
    Zip or Postal CodeOptional. Specify the zip code or postal code.
    Time ZoneOptional. Select the time zone.
    E-mail AddressOptional. Specify the e-mail address of the bank.
    Telephone NumberOptional. Specify the phone number with country code and state code.
    Certificate typeRequired. Specify the Certificate type - Keys or X509 as required.
  6. In the Bank Technical Information page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Encryption Private CertificateRequired. Specify the key used by the bank to decrypt inbound order data. The key must be a Sterling B2B Integrator system certificate. The bank must distribute the public part of the key to its EBICS partners and users.
    Encryption Public CertificateRequired. Specify the key to enable sending of encrypted requests to the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The bank must distribute the public part of the key to its EBICS partners and users. The key must be a public part of the Sterling B2B Integrator system certificate.
    Authentication Private CertificateRequired. Specify the private key used by the bank to create the digital signature in the response sent to the EBICS partners and users. The partners and users must have the public part of the key to validate the authorization. The key must be a Sterling B2B Integrator system certificate.
    Authentication Public CertificateRequired. Specify the key the bank provides to the user to validate the authorization of the response received from the EBICS Banking Server. The key is distributed by the EBICS Banking Server. The key must be a public part of the Sterling B2B Integrator system certificate.
    Maximum Recovery AttemptsRequired. Specify the number of recovery attempts for a transaction. The default value is 0, which indicates that there is no recovery.
    Maximum No. of Sign AllowedRequired. Specify the maximum number of personal signatures allowed for each order type or file format in the contract. The default value is 2. If the value is set to 0, no personal signature is required for the contracts of the bank.
    Allow PrevalidationOptional. Select this check box to allow preliminary verification of the account authorization, account limit, Electronic Signature, and other data, which are a part of the first transaction step. By default, this option is selected.
    Support Client DownloadOptional. Client Data Download. Select this check box to support the order types HKD and HTD.
    Support Order DownloadOptional. Downloadable order data. Select this check box to support the order type HAA.
    Support X509DataOptional. Select this check box to support X.509 data. By default, this option is selected.
    Note: This is valid only for X509 certificate type.
    Persist X509DataOptional. Select this check box to persistently store the user's X.509 data on the server. By default, this option is selected.
    Note: This is valid only for X509 certificate type.
    Note: If you select Certificate type as Keys, then you must use the keys generated using the openSSL tool for Encryption and Authentication of private or public keys.
  7. In the Bank URL page, perform any of the following actions:
    • Click add to add a new bank URL.
    • Click edit next to the bank URL you want to edit.
    • Click delete next to the bank URL you want to delete.
  8. This step is applicable only if you opted to add or edit a bank URL. In the Bank URL: Details page, specify values for the fields listed in the following table, and click Next.
    Field
    Description
    Bank URLRequired. Specify the HTTP URL the bank hosts. A bank can have multiple URLs with a minimum of one. The bank URL is given to a user for the user to send requests to the bank. The Uniform Resource Indicator (URI) is configured in the HTTP Server adapter to listen at the port, and receive EBICS requests, if any.
    Note: Each bank ID should have a unique port number or URI.
    Valid FromOptional. Specify the date from which the URL or IP is valid in the MM/DD/YYYY format. Click the calendar icon to select the date.
  9. In the Bank Protocol page, perform any of the following actions:
    • Click add to add a new bank protocol.
    • Click edit next to the bank protocol you want to edit.
    • Click delete next to the bank protocol you want to delete.
  10. This step is applicable only if you opted to add or edit a bank protocol.. In the Bank Protocol: Details page, specify the values for the fields listed in the following table, and click Next.
    Field
    Description
    Protocol VersionRequired. Select the protocol version relevant to the supported EBICS version. Valid values are H004, H003 and H000. The default value is H003.
    Release VersionThe EBICS version supported by the bank and associated with the protocol version specified, is displayed.
  11. This step is applicable only if you added or edited a bank protocol. In the Bank Protocol: Bank Process page, perform any of the following actions:
    • Click add to add a new bank process.
    • Click edit next to the bank process you want to edit.
    • Click delete next to the bank process you want to delete.
  12. This step is applicable only if you opted to add or edit a bank process. In the Bank Process: Details page, specify the values for the fields listed in the following table, and click Next.
    Field
    Description
    TypeRequired. Select the process type. Valid values are:
    • Encryption
    • Signature
    • Authentication
    VersionRequired. Select the process version.
    • If you selected Encryption as the process type, the valid value is E002.
    • If you selected Signature as the process type, the valid values are A005 and A006.
    • If you selected Authentication as the process type, the valid value is X002.
  13. In the Bank Protocol: Bank Process page, click Next.
  14. In the Confirm page, verify the bank configuration settings.
    • Click Show All next to Bank URL Information to view the Bank URL settings.
    • Click Show All next to Bank Protocol Information/Bank Process Information to view the Protocol version, Release version, Bank Process type and Bank Process version.
    After verifying the bank configuration settings, click Finish.

You can delete a bank profile from the Administration menu if no contracts with any partners are established with the bank.

To delete a bank profile, complete the following steps:
Note: You cannot delete a bank profile if a contract with a partner has been established with the bank.
  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Bank Configuration.
  3. In the Bank Configuration page, using either Search or List, locate and select the Bank ID (Host ID) you want to delete, and click Go.
  4. Click delete next to the bank ID you want to delete.
  5. Click Return to return to the Bank Configuration page.

Creating a Partner Profile allows a partner to interact with the EBICS server.

A partner represents a customer who interacts with the EBICS Server. A customer is an organizational unit (a company or a private person) that has entered into a contract with a bank.

A customer can have one or more partners, with each having a Partner ID. Each partner can have one or more bank accounts.

To create a partner profile:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Partner Configuration.
  3. In the Partner Configuration page, click Go next to Create New Partner.
  4. In the Partner Configuration page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Partner IDRequired. Specify the unique ID of a partner in the bank's system. To select from a list of partner IDs, click the Lookup icon next to the Partner ID field.
    Note: Using the Lookup icon, if you select a partner ID that exceeds 35 characters, Sterling B2B Integrator trims the value to 35 characters, and creates a new record (the trimmed value) in the database.
    Organization CodeRequired. Specify the code of the organization that has been created in Sterling B2B Integrator through the Trading Partner user interface or through the Sterling File Gateway user interface.
    Partner NameRequired. Specify the name of the partner. You can search for a partner using the Search functionality in the Sterling File Gateway user interface.
    Address Line 1Optional. Specify the address of the partner.
    Address Line 2Optional. Specify the address of the partner.
    CityOptional. Specify the name of the city.
    State or ProvinceOptional. Specify the name of the state or province.
    Country/RegionOptional. Select the country or region.
    Zip or Postal CodeOptional. Specify the zip code or postal code.
    Time ZoneOptional. Select the time zone.
    E-mail AddressOptional. Specify the e-mail address of the partner.
    Telephone NumberOptional. Specify the phone number of the partner with the country code and state code.
  5. In the Partner Acct page, perform any of the following actions:
    • Click add to add a new partner account.
    • Click edit next to the partner account you want to edit.
    • Click delete next to the partner account you want to delete.
  6. This step is applicable only if you opted to add a new partner account or edit an existing partner account. A partner can have zero or more account information. In the Partner Acct: Partner Account Info page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Account IDRequired. Specify the account identification code of the partner. The account ID is used when the bank associates a partner and a user with an order type.
    Account Holder NameRequired. Specify the name of the account holder name to whom the account ID belongs to.
    Account DescriptionOptional. Specify information of partner's accounts.
    Account CurrencyRequired. Select the currency in which the transactions pertaining to the account takes place. The default value is [EUR] European Community Euro.
    Account NumberRequired if you do not specify a National Account Number. Specify the account number, either in national (German) or international (IBAN) format.

    A valid account number should have either a 3-10 digit numeric code or 7- 30 characters of which the first two characters must be A-Z and the next two characters must be numeric digits followed by 3-30 characters that use the A-Za-z0-9 pattern.

    InternationalOptional. Select this check box if the account number is specified in international (IBAN) format.
    National Account NumberRequired if you do not specify an Account Number. Specify the account number in free format. This is applicable for national account numbers that do not comply to German or international (SWIFT-BIC) standards.
    FormatRequired if National Account Number is specified. Specify the format of the account number.
    Bank CodeRequired if the account ID is specified. Specify the bank code in free format.

    A bank code should have either an eight digit numeric code or eleven characters of which the first six characters must be A to Z and the next five characters must be A to Z or 0-9.

    InternationalOptional. Select this check box if the bank code is specified in international (SWIFT) format.
    Prefix (Bank Code)Optional. Specify the national bank sort code prefix.
    National Bank CodeRequired. Specify the bank code in free format. This is applicable for national bank codes that do not comply to German or international (SWIFT-BIC) standards.
    FormatRequired if National Bank Code is specified. Specify the format of the bank code.
  7. In the Partner Acct page, click Next
  8. In the Confirm page, verify the partner configuration settings.
    Click Show All next to Partner Account Settings to view the account details specified for the partner. After verifying all partner configuration settings, click Finish.

You can search for a partner profile from under the Administration menu.

To search for a partner profile, complete the following steps:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Partner Configuration.
  3. In the Partner Configuration page, perform one of the following actions, and click Go.
    • Under Search in the Partner ID field, enter either a part of the partner ID or the entire partner ID of the partner profile you are searching for.
    • From the List Alphabetically drop-down list, select ALL or the letter with which the ID of the partner you are searching for begins. Selecting ALL lists all the partner IDs.

Sometimes a Partner Profile needs updated to ensure a partner has proper interaction with the EBICS server.

To edit a partner profile:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Partner Configuration.
  3. In the Partner Configuration page, using either Search or List, locate and select the partner ID you want to edit, and click Go.
  4. Click edit next to the partner ID you want to edit.
  5. In the Partner Configuration page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Partner NameRequired. Specify the name of the partner. You can search for a partner using the Search functionality in the Sterling File Gateway user interface.
    Address Line 1Optional. Specify the address of the partner.
    Address Line 2Optional. Specify the address of the partner.
    CityOptional. Specify the name of the city.
    State or ProvinceOptional. Specify the name of the state or province.
    Country/RegionOptional. Select the country or region.
    Zip or Postal CodeOptional. Specify the zip code or postal code.
    Time ZoneOptional. Select the time zone.
    E-mail AddressOptional. Specify the e-mail address of the partner.
    Telephone NumberOptional. Specify the phone number of the partner with the country code and state code.
  6. In the Partner Acct page, perform any of the following actions:
    • Click add to add a new partner account.
    • Click edit next to the partner account you want to edit.
    • Click delete next to the partner account you want to delete.
  7. This step is applicable only if you opted to add a new partner account or edit an existing partner account. A partner can have zero or more account information. In the Partner Acct: Partner Account Info page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    Account IDRequired. Specify the account identification code of the partner. The account ID is used when the bank associates a partner and a user with an order type.
    Account Holder NameRequired. Specify the name of the account holder name to whom the account ID belongs to.
    Account DescriptionOptional. Specify information of partner's accounts.
    Account CurrencyRequired. Select the currency in which the transactions pertaining to the account takes place. The default value is [EUR] European Community Euro.
    Account NumberRequired if you do not specify a National Account Number. Specify the account number, either in national (German) or international (IBAN) format.

    A valid account number should have either a 3-10 digit numeric code or 7- 30 characters of which the first two characters must be A-Z and the next two characters must be numeric digits followed by 3-30 characters that use the A-Za-z0-9 pattern.

    InternationalOptional. Select this check box if the account number is specified in international (IBAN) format.
    National Account NumberRequired if you do not specify an Account Number. Specify the account number in free format. This is applicable for national account numbers that do not comply to German or international (SWIFT-BIC) standards.
    FormatRequired if National Account Number is specified. Specify the format of the account number.
    Bank CodeRequired if the account ID is specified. Specify the bank code in free format.

    A bank code should have either an eight digit numeric code or eleven characters of which the first six characters must be A to Z and the next five characters must be A to Z or 0-9.

    InternationalOptional. Select this check box if the bank code is specified in international (SWIFT) format.
    Prefix (Bank Code)Optional. Specify the national bank sort code prefix.
    National Bank CodeRequired. Specify the bank code in free format. This is applicable for national bank codes that do not comply to German or international (SWIFT-BIC) standards.
    FormatRequired if National Bank Code is specified. Specify the format of the bank code.
  8. In the Partner Acct page, click Next.
  9. In the Confirm page, verify the partner configuration settings.
    Click Show All next to Partner Account Settings to view the account details specified for the partner. After verifying all partner configuration settings, click Finish.

You can delete a partner profile from the Administration menu if the partner does not have an established contract with the bank.

To delete a partner profile, complete the following steps:
Note: You cannot delete a partner profile if the partner has established a contract with the bank.
  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > Partner Configuration.
  3. In the Partner Configuration page, using either Search or List, locate and select the partner ID you want to delete, and click Go.
  4. Click delete next to the partner ID you want to delete.
  5. Click Return to return to the Partner Configuration page.

An EBICS user can be under either one partner or multiple partners. A user should always be associated with a partner to enable exchange of EBICS messages. EBICS Server supports RSA Keys and X509 Certificates.

To create a user profile:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > User Configuration.
  3. In the User Configuration page, click Go next to Create New User.
  4. In the User Configuration page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    User IDRequired. Specify the unique ID of a user in the bank's system.
    User NameRequired. Specify the name of the user.
    Address Line 1Optional. Specify the address of the user.
    Address Line 2Optional. Specify the address of the user.
    CityOptional. Specify the name of the city.
    State or ProvinceOptional. Specify the name of the state or province.
    Country/RegionOptional. Select the country or region.
    Zip or Postal CodeOptional. Specify the zip code or postal code.
    Time ZoneOptional. Select the time zone.
    E-mail AddressOptional. Specify the e-mail address of the user.
    Telephone NumberOptional. Specify the phone number of the user with the country code and state code.
  5. In the Associated Partners page, perform any of the following actions
    • Click add to add a new associate partner.
    • Click edit next to the associate partner you want to edit.
    • Click delete next to the associate partner you want to delete.
    • Click suspend next to the associate partner you want to suspend.
    Click suspend to suspend and stop the user from transacting further. After the user is suspended using this suspend option, initialization by sending INI and HIA is not possible. Suspension can only be revoked by the bank by clicking on Reset.
  6. This step is applicable only if you opted to add a new associate partner or edit an existing associate partner.
    The bank assigns a set of permissions, order types and file formats, to a user based on the contract.
    In the Associated Partners: User Settings page, specify values for the fields listed in the following table, and click Next.
    Field
    Description
    Associate Partner 
    Partner IDRequired. Specify the partner to which a user is associated in the Partner ID field. A user can be under many partners. You can also select a partner ID from a list of Partner IDs by clicking the Lookup icon next to the Partner ID field.
    Mailbox Settings 
    Upload Mailbox PathRequired. Specify the mailbox path for the uploaded messages. You must assign a mailbox path to store the unpacked messages from an EBICS request.

    The mailbox is auto-created if the User ID, Partner ID, and Inbox Settings are not specified. A default mailbox path is set if no value is provided.

    If the mailbox (User ID, Partner ID, Inbox), already exists in Sterling B2B Integrator and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed.
    Note: Ensure that the mailbox path starts with a forward slash (/).
    Download Mailbox PathRequired. Specify the mailbox path for the downloaded messages. You must assign a mailbox path to store the messages that are packaged as part of an EBICS response.

    The mailbox is auto-created if the User ID, Partner ID, and Outbox Settings are not specified. A default mailbox path is set if no value is provided.

    If the mailbox (User ID, Partner ID, Outbox) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed.
    Note: Ensure that the mailbox path starts with a forward slash (/).
    Archive Mailbox PathRequired. Specify the mailbox path for archiving the downloaded messages. You must assign a mailbox path to store the messages downloaded by an FDL request, for example, Payment Status Report (PSR).

    The mailbox is auto-created if the User ID, Partner ID, and Archive Settings are not specified. A default mailbox path is set if no value is provided.

    If the mailbox (User ID, Partner ID, Archive) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed.
    Note: Ensure that the mailbox path starts with a forward slash (/).
  7. In the Associated Partners page, click Next.
  8. In the Confirm page, verify the user configuration settings.
    Click Show All next to Associate Partner(s) to view the list of partners associated with the user. After verifying all user configuration settings, click Finish.

You can search for a user profile from under the Administration menu.

To search for a user profile, complete the following steps:

  1. Log in to Sterling B2B Integrator.
  2. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > User Configuration.
  3. In the User Configuration page, perform one of the following actions, and click Go.
    • Under Search in the User ID field, enter either a part of the user ID or the entire user ID of the user profile you are searching for.
    • From the List Alphabetically drop-down list, select ALL or the letter with which the ID of the user you are searching for begins. Selecting ALL lists all the user IDs.

An EBICS user can be under either one partner or multiple partners. A user should always be associated with a partner to enable exchange of EBICS messages.

To edit a user profile:

  1. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > User Configuration.
  2. In the User Configuration page, using either Search or List, locate and select the user ID you want to edit, and click Go.
    You can click the user ID to view the user profile settings. You can click Show All next to Associated Partners in the User Settings summary page to view the user status, user role (transport or signatory), the certificates (signing, encryption, and authentication), and other details of the partner ID associated with the user.
  3. Click edit next to the user ID you want to edit.
  4. In the User Configuration page, enter the values for the fields listed in the following table and click Next.
    Field
    Description
    User NameRequired. Specify the name of the user.
    Address Line 1Optional. Specify the address of the user.
    Address Line 2Optional. Specify the address of the user.
    CityOptional. Specify the name of the city.
    State or ProvinceOptional. Specify the name of the state or province.
    Country/RegionOptional. Select the country or region.
    Zip or Postal CodeOptional. Specify the zip code or postal code.
    Time ZoneOptional. Select the time zone.
    E-mail AddressOptional. Specify the e-mail address of the user.
    Telephone NumberOptional. Specify the phone number of the user with the country code and state code.
  5. In the Associated Partners page, perform any of the following actions
    • Click add to add a new associate partner.
    • Click edit next to the associate partner you want to edit.
    • Click delete next to the associate partner you want to delete.
    • Click suspend next to the associate partner you want to suspend.
    Click suspend to suspend and stop the user from transacting further. After the user is suspended using this suspend option, initialization by sending INI and HIA is not possible. Suspension can only be revoked by the bank by clicking Reset.
  6. This step is applicable only if you opted to add a new associate partner or edit an existing associate partner.
    The bank assigns a set of permissions, order types and file formats, to a user based on the contract.
    In the Associated Partners: User Settings page, specify values for the fields listed in the following table, and click Next.
    Field
    Description
    Associate Partner 
    Partner IDRequired. Specify the partner to which a user is associated in the Partner ID field. A user can be under many partners. You can also select a partner ID from a list of Partner IDs by clicking the Lookup icon next to the Partner ID field.
    Mailbox Settings 
    Upload Mailbox PathRequired. Specify the mailbox path for the uploaded messages. You must assign a mailbox path to store the unpacked messages from an EBICS request.

    The mailbox is auto-created if the User ID, Partner ID, and Inbox Settings are not specified. A default mailbox path is set if no value is provided.

    If the mailbox (User ID, Partner ID, Inbox), already exists in Sterling B2B Integrator and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed.
    Note: Ensure that the mailbox path starts with a forward slash (/).
    Download Mailbox PathRequired. Specify the mailbox path for the downloaded messages. You must assign a mailbox path to store the messages that are packaged as part of an EBICS response.

    The mailbox is auto-created if the User ID, Partner ID, and Outbox Settings are not specified. A default mailbox path is set if no value is provided.

    If the mailbox (User ID, Partner ID, Outbox) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed.
    Note: Ensure that the mailbox path starts with a forward slash (/).
    Archive Mailbox PathRequired. Specify the mailbox path for archiving the downloaded messages. You must assign a mailbox path to store the messages downloaded by an FDL request, for example, Payment Status Report (PSR).

    The mailbox is auto-created if the User ID, Partner ID, and Archive Settings are not specified. A default mailbox path is set if no value is provided.

    If the mailbox (User ID, Partner ID, Archive) already exists in Sterling B2B Integrator, and if you leave this field blank, an error message asking you to specify the default mailbox path is displayed.
    Note: Ensure that the mailbox path starts with a forward slash (/).
  7. In the Associated Partners page, click Next.
  8. In the Confirm page, verify the user configuration settings.
    Click Show All next to Associate Partner(s) to view the list of partners associated with the user. After verifying all user configuration settings, click Finish.

You can delete a user profile from the Administration menu.

To delete a user profile, complete the following steps:
Note: You cannot delete a user profile if order types have been assigned to the user while configuring user permissions.
  1. From the Administration menu, select EBICS > Subscription Manager > Profile Manager > User Configuration.
  2. Using either Search or List, locate the user ID you want to delete and click Go.
  3. Next to the user ID you want to delete, click delete.
    Note: Deleting a user profile does not delete the corresponding mailboxes that have already been created.
  4. Click Return to return to the User Configuration page.

Previous Topic

Sterling B2B Integrator - Configure Order Type Manager

Parent Topic

Sterling B2B Integrator - EBICS Server User

Next Topic

Sterling B2B Integrator - Configure Offer Manager

Thank you for the Registration Request, Our team will confirm your request shortly.

Invite and share the event with your colleagues 

FileGPS - End To End File Monitoring

Subscribe to our newsletter

Elevate your approach to technology with expert-authored blogs, articles, and industry perspectives.

Thank You!

Thanks for signing up! We look forward to sharing resources and updates with you.

Continue to view our resources below.

Thank You!

Your Article submission request has been successfully sent. We will review your article & contact you very soon!

Sign up for Free Trail

Community manager solution extends IBM Sterling B2B Integrator to deliver next-generation B2B and File Transfer capabilities that meet the growing demands of the customer.

Thank You!

Thanks for contacting us. We will reach you shortly!

Select Industry & Watch IBM Partner Engagement Manager Demo

Start SRE Journey to AIOPs

FileGPS - End To End File Monitoring

Pragma Edge Jarvis Monitoring tool (Jarvis)

Thank you for submitting your details.

For more information, Download the PDF.

Community Manager - PCM

Community Manager - PCM

To deliver next-generation B2B and File Transfer capabilities

Pragma Edge - API Connect

IBM Partner Engagement Manager Standard

IBM Partner Engagement Manager Standard is the right solution
addressing the following business challenges

IBM Partner Engagement Manager Standard

IBM Partner Engagement Manager Standard is the right solution
addressing the following business challenges

IBM Partner Engagement Manager Standard

IBM Partner Engagement Manager Standard is the right solution
addressing the following business challenges

Thank you for the Registration Request, Our team will confirm your request shortly.

Invite and share the event with your colleagues 

Please Join us
On April 21 2021, 11 AM CT