On retrieving the transactions for an account using open banking, using an account id in this format: acc_0000AJxxxxxxxxxxxxxxxx we are receiving transactions with an account id ofpot_0000Agxxxxxxxxxxxxxxxx. My assumption is that these are transactions from a spending pot. But it causes us issues when mapping the transactions to the original account.
Is this mapping correct and intentional? To mitigate it, we know the account and can override the identifier (not ideal), but it seems like the pot_ identifier is an internal id and not exposed through the transaction api? Especially calling it from anaccount/acc_0000AJxxxxxxxxxxxxxxxx/transaction end point?