The payment API is used to record payments from external payment gateways like paypal and squareup.
check that the timezone in settings is correct, it should be one of the following
Australia/ACT
Australia/Melbourne
Australia/Perth
Australia/Brisbane
Pacific/Auckland
Cut and paste your key from settings into notepad for testing
Go to https://demo.mibase.com.au/home/api/test_form.php
IMPORTANT replace demo with your library code.
Enter values into the API test form and press submit, remembering to cut and paste your key into the form.
If the test is successful, the next page will return the following json object
{“error”:“”,“id”:5498,“status”:“Payment has been recorded in Mibase”}
indicating the payment was successful.