dualcube / moodle-enrol_stripepayment

Moodle Stripe Payment Collector
16 stars 26 forks source link

Possibility to add customer name and address to payment form #66

Closed peterhuppertz closed 3 years ago

peterhuppertz commented 3 years ago

According to the Stripe documentation https://stripe.com/docs/api/payment_intents/object#payment_intent_object-customer it's possible to add a customer object which could include a name and an address. This would allow subscribers to receive a receipt with name and address, which might be needed in some cases. Is there a way to implement this?

cool-raju commented 3 years ago

Already added