eurofurence / reg-payment-service

EF Registration backend micro-service for dues and payments booking and accounting
MIT License
0 stars 1 forks source link

pass debitor id to cncrd-adapter #67

Closed Jumpy-Squirrel closed 1 year ago

Jumpy-Squirrel commented 1 year ago

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

Jumpy-Squirrel commented 1 year ago

what do you know, we already had it available.