On the payment page, after paying we are provided with the transaction ID.
We have an azure function that invokes when the payment is completed that will document it in the DB.
Now we need a route that looks in the DB and returns whether the payment was made or not, given the transaction ID.
This issue follows #512.