openfun / joanie

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

Complete lyra payment payload #788

Closed jbpenrath closed 4 months ago

jbpenrath commented 4 months ago

Purpose

Currently, some information are missing from the payload returned by Lyra backend on payment creation so we add missing information.

Furthermore, currently the logic to check if a credit card looks wrong so on one click payment, a credit card is created and it raises error (duplicated credit card).

Proposal