| Function | Description |
|---|---|
| getAddress | Get address information based on (swedish) personal indentification number |
| addPayment | Create a payment |
| activatePayment | Create a payment |
| cancelPayment | Cancel a payment |
| creditPayment | Credit a payment |
| partCreditPayment | Partially credit a payment |
| getAccountInfo | Get account information |
| getTerms | Get terms |
| getPaymentPlans | Get payment plans |
| getPaymentInfo | Get payment information |
| getDuePayments | Get due payments |
| getSettlements | Getsettlements |
| getSettlementsWithDetails | Get a detailed settlement. |
| getCustomersByName | Get customers by name |
| getMerchantByOrgnum | Get merchant by orgnum |
| getInvoicesByPno | Get invoices by pno |
| getInvoicesByCustomer | Get invoices by customer |
| getExchangeRate | Get exchange rate for currency |
| getVatRate | Get VAT rate by country. |
| getFees | Get fees |
| crediflowSearchParty | Perform a crediflow search |
| getOrderInfo | Get a order by hash |
| getOrderByHash | Get a order by hash |
| getInvoiceByHash | Get an invoice by hash |
| updateStatusLogOfInvoiceByHash | Update the status log of an invoice by hash |
| createInvoiceFromOrderHash | Create invoice from order hash |
| getAPICredentials | Get API credentials |
EID and SECRET is designed to be put in a .env file located in the parent directory.
Here is an example .env file.
EID=12345
SECRET=12345678901234567980Add your own credentials to make it work.