This is my first post. I'm adding Bitcoin as a payment option to one of my websites and have some questions about functionality. Since the buyer controls how much they pay, how do you handle underpayments? Since the buyer has the payment address, how do you handle later payments since the buyer would likely only do this if the conversion rate is in his favor? I put a 5-minute timer on my payment page so I could make it where any payments after the 5 minutes would not result in shipment but that would create a headache. Will the API callback occur multiple times for multiple payments to the same address? I would check this out for myself if not for the current high transaction fees.
Thanks in advance.
Greg
One of the websites I am buying from has a payment processor that accepts Bitcoin.
In order to have the payment automatically processed, I have to make the transfer within 20 minutes and I think that it has to be one transfer with the correct (displayed) amount.
If the tx is relayed within the 20 minutes, "I am good" and when 1 or 3 confirmations passed the seller sends the "payment received" e-mail.
So the 1st check is (afaik) by time and amount and a second check is done to make sure the tx gets confirmed.
You can clearly state that if they send less than the required amount, that is considered a donation. Keep it simple.