camt icon indicating copy to clipboard operation
camt copied to clipboard

PHP Parser for CAMT messages

Results 8 camt issues
Sort by recently updated
recently updated
newest added

# Model closer to spec While maintaining this lib in the past few months, I noticed its model is sometimes a simplification of the specification. While it makes using the...

I know that this question is a bit out of scope of this library, sorry about that, but is there someone knowing which norm is defining `StrdBkgInf` string starting by...

question

In Camt 53.001.02 there are no Record elements in the transaction details for charges. Additionaly, there can be multiple charge elements, but the current code only looks at the first...

It looks like there's a confusion between `CdtDbtInd` (which is "CRDT" or "DBIT") and `ChrgInclInd` (with could only be "true" or "false") here: https://github.com/genkgo/camt/blob/a89fc7f9a1ec7a0f302751a7ae01ba67c6184c31/src/Decoder/EntryTransactionDetail.php#L324 Also, is it possible to somehow...

Hi there, I'm getting the following error for these datetime ``` 2021-11-30T00:00:00.000000000+01:00 2021-11-30T23:59:59.999999999+01:00 ``` ``` DateTimeImmutable::__construct(): Failed to parse time string (2021-11-30T00:00:00.000000000+01:00) at position 0 (2): The timezone could not...

As per specification of the external code set (which can be downloaded from https://www.iso20022.org/sites/default/files/media/file/ExternalCodeSets_JSON.zip) the Balance types (`ExternalBalanceType1Code`) you can read the following: > Specifies the balance type, as published...