GetVibanCountResult
How it works
Returns the amount of available VBANs according to the set threshold.
NoteThis feature is deactivated by default. When activated, you will receive a notification alerting you that your current VIBAN stock is below 20% of the total contracted stock.
XML
<GetVibanCountResult>
<VIBAN_COUNT>128</VIBAN_COUNT>
<REMAINING_VIBAN_COUNT>873</REMAINING_VIBAN_COUNT>
<MAX_VIBAN_THRESHOLD>1001</MAX_VIBAN_THRESHOLD>
<MAX_VIBAN_PER_WALLET_THRESHOLD>100</MAX_VIBAN_PER_WALLET_THRESHOLD>
</GetVibanCountResult>Response Output Description
| Response | Description |
|---|---|
| activeVibanCount: | number of VIBAN already used |
| inactiveVibanCount | number of VIBAN inactive |
| remainingVibanCount | number of VIBAN available |
| maxVibanThreshold | max threshold |
| maxVibanPerWalletThreshold | max threshold per wallet |
