Get Bank Account List for the Store
Retrieves the details of bank accounts associated with the specified store.
Request Code Samples
curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/store//bankaccount' \
--header 'sessiontoken;'
Responses
*/*
Successfully retrieved the bank account details.
[
{
"bankCode": "string",
"internalAccountNo": "string",
"bankFullName": "string",
"userBankAccNo": "string",
"userBankAccName": "string",
"activated": true,
"defaultAccount": true,
"accountType": "string"
}
]
Modified at 2025-03-27 14:31:04