Skip to main content
GET
/
api
/
v2
/
transactions?acquirerCustomId=$
{customIdentifier}
Query by acquirer custom identifier
curl --request GET \
  --url 'https://gateway.paybyrd.com/api/v2/transactions?acquirerCustomId=%24{customIdentifier}' \
  --header 'x-api-key: <api-key>'
[
  {
    "currency": "EUR",
    "acquirer": "SIMULATED",
    "brand": "MASTER",
    "paymentMethod": "Card",
    "operationType": "Payment",
    "status": "Success",
    "fingerPrint": "f7f76173-f357-4863-bbc3-f5b6204a2769",
    "createdDate": "2025-05-12T18:04:38Z",
    "transactionDate": "2025-05-12T18:04:38Z",
    "capturedDate": "2025-05-12T18:04:41Z",
    "maskedCardNumber": "555534******1115",
    "authorizationCode": "327161",
    "initiatedFrom": "Server",
    "subscriptionGuid": "b9852997-0e6a-4542-a9fd-e9ae76967653",
    "personId": 10,
    "expiresAt": "2025-05-12T18:19:39Z",
    "attempt": 0,
    "index": 0,
    "externalSessionIdentifier": "b7fc1639-6dda-4c20-b618-097ef1e4e842",
    "externalTransactionIdentifier": "b15dc08a-277e-4c24-95e4-0ceb10540efd",
    "externalCustomIdentifier": "bc0a8270d48b4a3d9f1bf0a4eab365dc",
    "acquirerResponseCode": "00",
    "acquirerResponseMessage": "Success",
    "card": {
      "holder": "Jane Jones",
      "number": "555534******1115",
      "expiresAt": "12/25",
      "installments": 1,
      "installmentAmount": 2634,
      "isPayerTraveling": false,
      "countryCode": "QAT"
    },
    "airportCode": "LIS",
    "applicationId": "sellgate",
    "marketId": "PT",
    "acceptTokenization": true,
    "cardInfoComposition": {
      "cardServiceType": "Credit",
      "sourceEnvironment": "Online",
      "cardCommercialType": "Corporate",
      "cardIssueLocation": "NonEea"
    },
    "transactionId": "bc0a8270-d48b-4a3d-9f1b-f0a4eab365dc",
    "amount": "26.34",
    "isoAmount": 2634
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

customIdentifier
string
required

The acquirer's custom identifier.

Response

200 - application/json

200

currency
string
Example:

"EUR"

acquirer
string
Example:

"SIMULATED"

brand
string
Example:

"MASTER"

paymentMethod
string
Example:

"Card"

operationType
string
Example:

"Payment"

status
string
Example:

"Success"

fingerPrint
string<uuid>
createdDate
string<date-time>
transactionDate
string<date-time>
capturedDate
string<date-time>
maskedCardNumber
string
authorizationCode
string
initiatedFrom
string
Example:

"Server"

subscriptionGuid
string<uuid>
personId
integer
expiresAt
string<date-time>
attempt
integer
index
integer
externalSessionIdentifier
string<uuid>
externalTransactionIdentifier
string<uuid>
externalCustomIdentifier
string
acquirerResponseCode
string
Example:

"00"

acquirerResponseMessage
string
Example:

"Success"

card
object
acceptTokenization
boolean
cardInfoComposition
object
transactionId
string<uuid>
amount
string
Example:

"26.34"

isoAmount
integer
Example:

2634