Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exchange notifies processor of payments #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    4f1f2cd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Exchange notifies processor of payments

    The current proposal has the processor independently determine when payment is made.   This adds significant complexity to each processor and creates the possibility that the processor thinks a payment was made when the exchange does not (or vice versa).
    
    Having the exchange notify the processor of payments via a webhook solves this.   This is easier for the exchange to implement since they are already crypto experts, lowers the barrier for processor adoption (since they don't now need to be crypto experts), and ensures that invoices are marked as paid only when they really are.
    natefriedman authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    c5f5bb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24d8c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5500bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f29ed7b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from natefriedman/webhook

    Exchange notifies processor of payments
    natefriedman authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    9a9c662 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    a0d4b30 View commit details
    Browse the repository at this point in the history