openfun / joanie

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

✨(backend) endpoint to tokenize a credit card with payment backend #809

Closed jonathanreveille closed 4 months ago

jonathanreveille commented 4 months ago

Purpose

This PR solves this issue

A user should be allowed to add new credit card by tokenizing his credit card through the payment backend. It allows the user to have multiple credit cards to manage his purchases.

Proposal