Processor Settlements V2 API (1.0.0)

Download OpenAPI specification:Download

Fetch processor settlement summaries and settlement line items

Authentication

bearerAuth

Security Scheme Type HTTP
HTTP Authorization Scheme bearer
Bearer format "bearer-token"

Processor Settlements

Finds processor settlements

Authorizations:
query Parameters
id
string
Example: id=1eeebde1-684b-11ea-8790-433f0cef07a4

UUID identifier for the settlement

settledDate
string
Example: settledDate=2020-01-01T00:00:00.000Z

Date the settlement was conducted

processor
string
Example: processor=Worldline WOPA

Processor of the transaction

fromRegistrationTimeUtc
string
Example: fromRegistrationTimeUtc=2020-01-01T00:00:00.000Z

Time the data was registered in Worldline system.

toRegistrationTimeUtc
string
Example: toRegistrationTimeUtc=2020-01-01T00:00:00.000Z

Time the data was registered in Worldline system.

settlementCurrency
string
Example: settlementCurrency=EUR

Settlement currency code as per ISO 4217 standards, can be alphabetic code(e.g. EUR) or numeric code(e.g. 978)

Responses

Response samples

Content type
application/json
{
  • "metaData": {
    },
  • "response": [
    ]
}

Finds processor settlement line items

Authorizations:
query Parameters
summaryId
string
Example: summaryId=1eeebde1-684b-11ea-8790-433f0cef07a4

UUID identifier for the settlement

Responses

Response samples

Content type
application/json
{
  • "metaData": {
    },
  • "response": [
    ]
}