Account

How do you want to receive your payments?

https://pay.hns.au/p/

Payment webhook

Webhook is a post request with the following json data format

{
"amount": 100,
"data":"inputtedData",
"tx":"hash_of_pending_payout",
"isEqual": True
}

- amount is the amount paid (not necessarily the amount asked).
- isEqual is a bool that indicates if the amount matches the requested amount

Payment History

{{payments|safe}}