Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Data type

Description

CompanyToken

Token

Token you got from 3G to operate this API

Mandatory

Request

text

getTransactions

Mandatory

startTimeStamp

timestamp

Timestamp of the start date

Mandatory

endTimeStamp

timestamp

Timestamp of the end date

Mandatory

numOfRecords

number

Number of records that the results set will return at max

Mandatory

recordOffset

number

The number of the results to omit from the start of the results set

Mandatory

userToken

Token

Response will send all transactions created by specific user

Optional

allTrans

BooleanIn case sends false, will return only paid transactions

Status of transaction
0 - Paid (default)
1 - All
2 - Cancelled
3 - Authorised
4 - Queued Auth

Optional

descOrder

Boolean

Will return the result set in the opposite directions

Optional

filterBy

Number

Change the order by section, 0 - will respond with order by created date of the transaction, 1- will respond with the payment date

Optional

...