Worldline Transaction API
Transaction API Controller
Worldline Transaction API is one of 79 APIs that Worldline publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Transaction. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
12 operations
across 11 paths ,
and defines 6 schemas .
It is described by OpenAPI 2.0, at version 2.41.1.
Requests are made against the base URL https://api.connect.worldline-solutions.com.
12 operations
11 paths
6 schemas
11 GET1 POST
The identity and technical contract details declared by the specification.
Authentication & Security 1
Worldline Transaction API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (basic) using the application flow.
Paths & Operations 12
Across 11 paths , the API surfaces 12 operations — 11 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Transaction 12
Transaction API Controller
GET
/issuers/{issuerId}/transactions/{transactionId}
Retrieve transaction details
retrieveTransactionDetailsByTransactionId
7 params
→ 400401403404500502200
POST
/issuers/{issuerId}/transactions/{transactionId}/dispute
Create a dispute from a transaction
createDisputeFromTransaction
7 params
→ 400401403404500502200
GET
/issuers/{issuerId}/transactions/{transactionId}/dispute
Get the dispute information of the transaction
getDisputeFolderInfoByTransactionId
7 params
→ 400401403404500502200
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/transactions/{transactionId}
Retrieve a transaction (deprecated, please use v2.1 call)
getTransaction
2 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.1/acquirers/{acquirerId}/transactions/{transactionId}
Retrieve a transaction
getTransactionById
2 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/transactions
Retrieve transactions on search criteria
getTransactionBySearchCriteria
15 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/payments/{paymentId}/transactions
Retrieve transactions for payment id
getTransactionListByPaymentId
10 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/holdings/{holdingId}/transactions
Retrieve transactions on holding level
getTransactionsOnHoldingLevel
13 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/merchants/{merchantId}/transactions
Retrieve transactions on merchant level
getTransactionsOnMerchantLevel
15 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/contracts/{contractId}/transactions
Retrieve transactions on contract level
getTransactionsOnContractLevel
13 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/contracts/{contractId}/sites/{siteId}/transactions
Retrieve transactions on site level
getTransactionsOnSiteLevel
14 params
→ 200400401403404500502
GET
/acquiring/transaction/v2.0/acquirers/{acquirerId}/contracts/{contractId}/sites/{siteId}/terminals/{terminalId}/transactions
Retrieve transactions on terminal level
getTransactionsOnTerminalLevel
15 params
→ 200400401403404500502
Schemas 6
The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Transaction (53 properties), TransactionIdentification (8 properties), ContractIdentification (8 properties), PaymentData (5 properties). Each schema is shown below with its type and property counts.
Amount
object
2 properties
ContractIdentification
object
8 properties
PaymentData
object
5 properties
Transaction
object
53 properties
TransactionIdentification
object
8 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
Other APIs Worldline publishes across the network.
Worldline Connect (Global Collect) API
Worldline Direct (Global Online Pay) API
Worldline Financial Services Issuing API
Worldline Financial Services Acquiring API
Worldline Open Banking API
Worldline Identity and Authentication API
Worldline Account - AccountState API
Worldline Account - Authorization API
Worldline Account - Authorization Restriction API
#Transaction