Accepting payments in Ethere only requires a function with a payable keyword: contract MyContract { function payMe() external payable {} }