Skip to content

Commit

Permalink
Add SPDH Endpoint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
midran committed Nov 27, 2024
1 parent 19bee85 commit 9c4f279
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guide/compliance/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ include::sender.adoc[]

include::receiver.adoc[]

include::payload.adoc[]

:leveloffset: -1
20 changes: 20 additions & 0 deletions guide/compliance/payload.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
= Enveloping compliance
[horizontal]

== Enveloping of BIS message in Peppol Business Message Envelope (SBDH)
* When a BIS message is enveloped, the value of the SBDH element *Sender/Identifier* SHALL match the *Party/EndpointID* element value of the sender party, including the value of its *schemeID* attribute.

* When a BIS message is enveloped, the value of the SBDH element *Receiver/Identifier* SHALL match the *Party/EndpointID* element value of the receiver party, including the value of its *schemeID* attribute.

Example:
[attributes]
====
BIS message:
<cbc:EndpointID schemeID="0088">7315458756324</cbc:EndpointID>
SBDH envelope:
<Identifier Authority="iso6523-actorid-upis">0088:7315458756324</Identifier>
====

See Policy for use of Identifiers for more information on how to represent identifiers in envelope and messages.

0 comments on commit 9c4f279

Please sign in to comment.