I'm currently using a link that looks something like this
<%= link_to "CLICK HERE TO PAY WITH VENMO", "https://venmo.com/?txn=pay&recipients=#{@post.venmo_name}&amount=#{@post.price}" %>
However I would like a way to verify that the user made the payment. Is there any way for me to do this?