Adding the Test Field to Bank Statement Request Headers for Brazil
If you want to test the connection with Banco do Brasil, you must 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.
The Portal Developers BB website provides the test field and fictional data for testing.
In NetSuite, you must add the test field and its fictional value to the banking API operation record for bank statement requests. After you are 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:
-
Go to Setup > Brazil Banking Integration > Banking API.
-
Next to the Bank Statements from Banco do Brasil banking API record, click View.
-
Click the Operations subtab.
-
Next to the Bank Statement Request for Banco do Brasil operation, click Edit.
-
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:
{"Content-type": "application/json", "Accept": "*/*"}
Add the test field and its fictional value as the first key inside the object. For example:
{"x-br-com-bb-ipa-mciteste": "26968930", "Content-type": "application/json", "Accept": "*/*"}
-
Click Save.