OrchardCore.Commerce icon indicating copy to clipboard operation
OrchardCore.Commerce copied to clipboard

Payment infrastructure (OCC-49)

Open bleroy opened this issue 6 years ago • 2 comments

Payment services provide a method to charge the customer, and a flag to switch to simulation mode.

Jira issue

bleroy avatar Oct 26 '18 22:10 bleroy

Dropping here the link to the PaymentGateway module we made for good old Orchard: https://github.com/LaserSrl/Laser.Orchard.Platform/tree/master/src/Modules/Laser.Orchard.PaymentGateway

In the same repo there are a few implementations. THe one that's more relevant here is probably Braintree. There are others for a couple services specific to Italian banks.

In the NwazetIntegration module there there should be stuff that allows implementations of the PaymentGateways to work with Nwazet. This was a thing we did to avoid rewrites in Nwazet that would make it dependent on our modules.

MatteoPiovanelli-Laser avatar Nov 19 '18 08:11 MatteoPiovanelli-Laser

This is of interest both as an upcoming W3C standard to be aware of, but also as a design blueprint.

https://www.w3.org/TR/payment-request/

bleroy avatar Mar 26 '19 19:03 bleroy

Isn't this done, @sarahelsaig?

Piedone avatar Dec 13 '23 15:12 Piedone

Yeah. We have the dummy provider instead of the simulation mode, but it's close enough.

sarahelsaig avatar Dec 17 '23 09:12 sarahelsaig