-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Payload compliance and spelling issues
- Loading branch information
Hans Petersen
committed
Sep 24, 2024
1 parent
63b8c7d
commit dedd0be
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,6 @@ include::sender.adoc[] | |
|
||
include::receiver.adoc[] | ||
|
||
include::payload.adoc[] | ||
|
||
:leveloffset: -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
= Payload compliance to BIS | ||
[horizontal] | ||
|
||
== Processing of rules | ||
* The value of the SBDH element "Sender/Identifier" MUST be equivalent to the value in the sender party's "Party/EndpointID" element and its "schemeID" attribute. | ||
|
||
* The value of the SBDH element "Receiver/Identifier" MUST be equivalent to the value in the receiver's party "Party/EndpointID" element and its "schemeID" attribute. | ||
|
||
example: | ||
[attributes] | ||
==== | ||
SBDH representation: | ||
<Identifier Authority="iso6523-actorid-upis">0088:7315458756324</Identifier> | ||
UBL representation: | ||
<cbc:EndpointID schemeID="0088">7315458756324</cbc:EndpointID> | ||
==== | ||
|
||
See Policy for use of Identifiers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters