Adding the Test Field to Bank Statement Request Headers

Documentation article about Adding the Test Field to Bank Statement Request Headers for Brazil

·2 min read·View Oracle Docs

Note:

To access the Brazil Banking Integration SuiteApp documentation in Brazilian Portuguese (Português do Brasil), see Brazil Banking Integration.

Test the connection with Banco do Brasil, add the bank's test field and its value to the headers of your bank requests. Your tests may fail if the test field is not part of the request to import bank statements.

You can find the test field and fictional data for testing in the Portal Developers BB website.

In NetSuite, you must add the test field and its fictional value to the banking API operation record for bank statement requests. After you're done testing your connection, you must remove the test field and its value from the request headers.

To add the test field to the bank statement request headers:

  1. Go to Setup > Brazil Banking Integration > Banking API.

  2. Next to the Bank Statements from Banco do Brasil banking API record, click View.

  3. Click the Operations subtab.

  4. Next to the Bank Statement Request for Banco do Brasil operation, click Edit.

  5. In the HTTP Request Headers field, add the test field and the value.

    By default, Brazil Banking Integration populates this field with the following headers:

    json
    {"Content-type": "application/json", "Accept": "*/*"}

    Add the test field and its fictional value as the first key inside the object. For example:

    json
    {"x-br-com-bb-ipa-mciteste": "26968930", "Content-type": "application/json", "Accept": "*/*"}
  6. Click Save.

Related Topics

General Notices

Frequently Asked Questions (4)

What steps should I take before adding the test field to bank statement request headers in NetSuite?
Before adding the test field, ensure that you have registered on the Portal Developers BB and created your application. Upload your digital certificate to NetSuite, create the API secrets for encryption, and make sure your banking integration preferences are defined.
Is there a specific format for adding the test field to the HTTP request headers in NetSuite?
Yes, when adding the test field to the HTTP request headers, it should be entered as the first key inside the header object's JSON structure. For example: {"x-br-com-bb-ipa-mciteste": "26968930", "Content-type": "application/json", "Accept": "*/*"}.
What should I do after finishing testing with the bank statement request headers in NetSuite?
After completing your tests with the bank statement request headers, you must remove the test field and its value from the request headers to ensure that the integration works correctly in a production environment.
Where can I find fictional data for the test field when adding it to bank statement request headers?
The test field and fictional data for testing can be obtained from the Portal Developers BB website. This information is necessary to properly test your connection with Banco do Brasil.
Source: Adding the Test Field to Bank Statement Request Headers for Brazil Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in General

View all General articles →