Processing the buyer payment
Rita has accepted the order and the payment is being processed.
Note
At this stage of the process Rita is not involved in the backend processes that occur. To her the system performs payments through a transparent background process, ensuring uninterrupted user experience.
Here is what happens:
- The buyer selects buy on the TechGadgets website. On the payment page the buyer decides pay the €123.00 by debit card and clicks pay.
- When the buyer clicks pay, TechGadgets calls the
/v2/moneyins/card/webinit
API which then redirects the buyer to the card payment page.
Payment Protocol
Note that the payments for items or services bought on the marketplace are not done through the connector. They are done directly by the marketplace by calling Lemonway's API.
-
If the payment is successfully processed TechGadgets Technical Wallet in Lemonway is credited with €123.00. This status is shown as Completed in the Lemonway dashboard.
Lemonway Dashboard displaying completed transaction
-
Assured that the money has been received by Lemonway, TechGadgets proceeds to validate the payment on its Mirakl dashboard by calling a Mirakl API, ensuring the order Id and amount are correct.
-
When validated the Mirakl (TechGadgets) dashboard will reflect the new order status.
-
The payment status is changed from Debit in Progress to Awaiting Shipment, because there is parity on the Lemonway and Mirakl dashboards.
Payment status is updated after TechGadgets validated payment in the Mirakl Dashboard
-
Rita will ship out the products by click the Mark as Shipped button.
-
When the buyer recieves the product then she clicks Marked as collected button.
Note
Marked as shipped and Mark as Collected have no impact in Lemonway Dashboard.
Updated about 1 month ago