REST API to get external bank account with bank account number and bank name as a parameter
REST API: /fscmRestApi/resources/11.13.18.05/externalBankAccounts?finder=SearchExternalBankAccount;Intent=Customer&q=BankAccountNumber={BankAccountNumber};BankName={BankName}
The above API isn't retrieving data but able to get the bank account details without bank name using the following API call i.e. /fscmRestApi/resources/11.13.18.05/externalBankAccounts?finder=SearchExternalBankAccount;Intent=Customer&q=BankAccountNumber={BankAccountNumber}
Is there any way we can get bank account details by passing both BankAccountNumber and BankName as a parameter
0