Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing account information #160

Open
juliangums opened this issue Nov 10, 2024 · 1 comment
Open

Missing account information #160

juliangums opened this issue Nov 10, 2024 · 1 comment

Comments

@juliangums
Copy link

My CAMT53 has some more info on the account. Especially the name attribute is very important for me. The doesn't seem to be an easy way to get it, or am I missing something? I can submit a PR where I create another account class for this and change the logic in this method https://github.com/genkgo/camt/blob/master/src/Camt053/Decoder/Message.php#L56 but we could also just add a method to return the xml of an account?

			<Acct>
				<Id>
					<IBAN>...</IBAN>
				</Id>
				<Ccy>...</Ccy>
				<Nm>...</Nm>
				<Svcr>
					<FinInstnId>
						<BIC>...</BIC>
						<ClrSysMmbId>
							<ClrSysId>
								<Cd>...</Cd>
							</ClrSysId>
							<MmbId>...</MmbId>
						</ClrSysMmbId>
						<Nm>...</Nm>
					</FinInstnId>
				</Svcr>
			</Acct>
@juliangums
Copy link
Author

created a PR to read Nm
#161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant