Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 454 Bytes

File metadata and controls

10 lines (7 loc) · 454 Bytes

< Altapay - PHP Api - Authentication

To all API calls (but not Test Connection) you will need a authentication object

$auth = new \Altapay\Authentication('username', 'password', 'baseurl');

If you leave baseurl to null, then you will use the test gateway, otherwise use the baseurl you were given, ex https://<YourShopName>.altapaysecure.com