openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

🐛(back) manage lyra card tokenization without order for a user #867

Closed lunika closed 3 months ago

lunika commented 3 months ago

Purpose

A user can tokenize a card outside any payment process and in this case no order information is receivend by the handle_notification endpoint. We have to deal with this case to create a card just linked to user and without order information

Proposal