The cncrd adapter will need to ask the attendee service for some information, such as the email address, when initially creating paylinks.
In order to do this safely, we need to pass down the debitor id, because we allow to manually specify the referenceId, and thus cannot trust it to point to the correct attendee.
The cncrd adapter will need to ask the attendee service for some information, such as the email address, when initially creating paylinks.
In order to do this safely, we need to pass down the debitor id, because we allow to manually specify the referenceId, and thus cannot trust it to point to the correct attendee.
This is the payment service part of this implementation. Implementation in the adapter is done as part of https://github.com/eurofurence/reg-payment-cncrd-adapter/issues/34