The accounting object provides methods concerning to your account balance and invoices.
Get information about a specified credit log.
Table 2.11. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
creditLogId | ID of the credit log to be shown | int | true |
Table 2.12. Parameters
Parameter | Description | Type | Optional |
---|---|---|---|
log | |||
... id | ID of the credit log | int | |
... amount | Amount value | float | |
... creditTime | Log timestamp | dateTime | |
... customerId | ID of the customer | int | |
... creditType | Payment method of the deposit | text64 | |
... transactionId | Transaction ID of the deposit | text64 | |
... refundId | Associated ID of the refund (if it there is one) | int | |
... transactionDetails | Details about the deposit (e.g. Paypal account) | text64 | |
... currency | Currency of the deposit | text64 |
Returns invoice pdf document.
Returns receipt pdf document.
Table 2.16. Parameters
Parameter | Description | Type | Optional |
---|---|---|---|
Receipt/Refund PDF as base64 encoded | base64 |
Statement PDF Document of customers transactions.
Table 2.17. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
dateFrom | Log start date | timestamp | true | |
dateTo | Log end date | timestamp | true | |
format | Format of the requested document | documentformat | false | |
page | Page number for paging | int | false | 1 |
pagelimit | Max number of results per page | int | false | 20 |
Log of locked deposit.
Table 2.21. Parameters
Parameter | Description | Type | Optional |
---|---|---|---|
funds | |||
... date | Lock timestamp | dateTime | |
... domain | Domain name for locked fund | text64 | |
... amount | Locked amount value | float | |
... status | Locked domain status | text64 | |
sslFunds | |||
... certificateId | Certificate ID | int | |
... creationDate | Date of credit locking | dateTime | |
... commonName | If already set the commonName of the certificate | text255 | |
... netto | Locked certificate status | float | |
... vat | VAT | float | |
... productId | Product ID | int | |
... productName | Name of the product | text255 | |
... status | Locked certificate status | text64 |