-
Notifications
You must be signed in to change notification settings - Fork 43
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
CBI compatibility #34
Comments
There definitely would need to be a schema for validation. And some trickery in the XML handling, such that the output will have the prefix, but the API remains mostly unchanged. You probably want a config option to select the CBI behavior. |
I would like to give a bounty for this issue (actually it is the first time I do this), but before I would like to have the permission from the repo author @raphaelm |
I'm not really a fan of this library expanding in scope, as it is already hard to maintain due to the different schemas involved. I wouldn't oppose a PR with good tests and a schema, though. |
Understandable Raphael, I really don't understand why my country (Italy) had to make their own standard when there was an european standard available... |
I opened the bounty and edited the first post, I also asked support for the Structured Credit Transfer Transaction Information, which is supported by both classic SEPA and CBI, my desire is that the whole library would benefit from this bounty @raphaelm please feel free to propose any change on the issue, both in private or here |
Bounty raised to 100$ |
Hello,
I would like to have compatibility with the CBI standard, which is derived from the ISO20022 pain.001.001.03
These are some useful files and links:
STIP-ST-001 Credit Transfer CBI v.00.04.00.xls
SEPA Single Euro Payments Area.pdf
https://remote.cedbrianteo.it/PagheWEB/help/infinity/ITA/mergedProjects/Infinity_PagheWeb/intro/intro_tracciati_record_accredito_netti.htm
Needed:
Here there is a schema which could be used to ease the work: https://github.com/linkmesrl/cbi/blob/master/lib/xsd/CBIPaymentRequest.00.04.00.xsd
Ustrd
) is supportedThis is a test xml downloaded from my bank with some parameter hidden for privacy:
This issue is pubblished on bountysource
I am able to run tests to check if generated xml file are correctly accepted by my bank
The text was updated successfully, but these errors were encountered: