Branch management
Move a customer or a card between branches, and read the cards a branch holds.
Service that changes the branch associated with a card
Provides methods to change the branch associated with a card or customer. Includes ChangeCardBranch to update a card's branch, ChangeCustomerBranch to update all cards of a customer, and TransferBranchCustomer to transfer multiple customers from one branch to another. Validates requests and returns success status, old/new branch codes, changed card count, and affected shadow card numbers.
Service that changes the branch associated with a card › Request Body
targetBranchCodeTarget Branch Code - [Optional]
shadowCardNumberShadow Card Number - [Optional]
channelChannel - [Optional]
Service that changes the branch associated with a card › Responses
Success
isSuccessIs Success - [Optional]
oldBranchOld Branch - [Optional]
newBranchNew Branch - [Optional]
Service that changes the customer’s associated branch
Changes the branch assignment of a customer or their cards. Provides methods to change a single card's branch, change all cards for a customer, or transfer multiple customers from one branch to another. Validates input and returns details including old and new branch codes and affected card counts.
Service that changes the customer’s associated branch › Request Body
customerNumberCustomer Number - [Optional]
targetBranchCodeTarget Branch Code - [Optional]
channelChannel - [Optional]
Service that changes the customer’s associated branch › Responses
Success
oldBranchOld Branch - [Optional]
newBranchNew Branch - [Optional]
changedCardCountChanged Card Count - [Optional]
listOfShadowCardNumbersList Of Shadow Card Numbers - [Optional]
Service that changes the customer’s branch information
Transfers the customer to a new branch, including associated card details, and returns information about the transfer process.
Service that changes the customer’s branch information › Request Body
currentBranchCodeCurrent Branch Code - [Optional]
targetBranchCodeTarget Branch Code - [Optional]
channelChannel - [Optional]
listOfPersonIdList Of Person Id - [Optional]
Service that changes the customer’s branch information › Responses
Success
oldBranchOld Branch - [Optional]
newBranchNew Branch - [Optional]
changedCardCountChanged Card Count - [Optional]
listOfShadowCardNumbersList Of Shadow Card Numbers - [Optional]
Service that returns branch-assigned customer information
Retrieves the list of credit customers associated with a given branch using BranchCode and channel. Validates request parameters, calls the lifecycle service to fetch customer identifiers, and returns a list of customer OIDs for the specified branch.
Service that returns branch-assigned customer information › Request Body
branchCodeBranch Code - [Optional]
channelChannel - [Optional]
Service that returns branch-assigned customer information › Responses
Success
customerOidCustomer Oid - [Optional]