Centrobill Feed (0.3.4)

Download OpenAPI specification:Download

Centrobill feed service.

Authentication

ApiKeyAuth

Security Scheme Type API Key
Header parameter name: Authorization

Feed

Get transactions feed

Authorizations:
query Parameters
dateFrom
string

Format: Y-m-d

dateTo
string

Format: Y-m-d

orderDateFrom
string

Format: Y-m-d

orderDateTo
string

Format: Y-m-d

limit
integer

Per page limit

page
integer

Page number

orderId
string

Order Id

transactionId
string

Transaction Id

lastTransactionId
string

Transaction id

ustas
string

Consumer Id

systemId
string

System Id

uuid
string

Transaction uuid

lastUuid
string

Transaction uuid

siteName
Array of strings

Array of site names

fields
string

Selected fields. Comma separated string, with 'dot' notation.

ignored
string

Ignored fields. Comma separated string, with 'dot' notation.

status
Array of strings

Array of transaction statuses

mode
Array of strings

Array of transaction modes

code
Array of integers

Array of reason codes

productType
Array of strings

Array of product types

transactionType
Array of strings

Array of transaction types

paymentType
Array of strings

Array of payment types

originalMessage
string

Original message

pspName
Array of strings

Array of PSP names

reasonDescription
string

Reason description

cardLast4Digits
string 4 characters

Card last 4 digits

externalTransactionId
string

Biller transaction ID

gatewayAmount
float

Transaction amount

gatewayCurrency
string

Transaction currency

gatewayPricePercentDiff
float

Price percent diff used for lower and upper bound (10$ with diff 2% = amount will be between 9.8 & 10.2)

amount
float

Amount

amountCondition
string
Enum: "=" "<=" ">=" "!="

Search condition for amount

taxAmount
float

Tax amount

taxAmountCondition
string
Enum: "=" "<=" ">=" "!="

Search condition for tax amount

loadAll
boolean

Parameter to skip pagination & load full feed

prevTransactionId
string

Prev transaction ID

cardBin
string 6 characters

Card BIN (A bank identification number)

email
Array of strings <email>

Array of consumer emails

fullname
string

Customer firstname and lastname

username
string

Consumer's username

country
Array of strings

Array of country codes (ISO 3166-1 alpha-3)

clientId
Array of integers

Array of client/merchant IDs

merchant
Array of integers

Array of client IDs (the same as clientId parameter)

mid
Array of strings

Array of MIDs

monetary
boolean

Monetary

test
boolean

MID

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "meta": {}
}

Dictionary

Get dictionaries for merchant by ID

Authorizations:
query Parameters
clientId
Array of integers

Array of client/merchant IDs

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}