• Resolved dechristine15

    (@dechristine15)


    Let’s assume that I want all customers to pay to a specific ethereum address.
    Each customer will pay $5.00 per item and the plugin will convert that to ethereum.

    What happens if two customers place two orders at the same time, for the same product
    but one of them doesn’t finish to pay. How will the plugin identify which customer paid and which not since it doesn’t know customer’s address (assuming javascript is turned off and ethereum will be sent manually on the deep web)?

    At the same time means they will pay the same price. I’m using it in combination
    with woocommerce and allowing guest checkout.

Viewing 1 replies (of 1 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    MCC uses unique amounts to discern between buyers: each buyer will pay a slightly different crypto amount. Like, the first user will pay 1.5 ETH and the next will pay 1.50000001 ETH, etc. When the first user pays 1.5 then the next buyer will be told to pay that amount.

Viewing 1 replies (of 1 total)
  • The topic ‘How does it identify customers?’ is closed to new replies.