Skip to main content

Get transaction attributes by transaction uuid


ApiScope: payment.transaction.details
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
    transactionUuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • transactionAttributes object[]
  • Array [
  • id int64
    name string
    value string
  • ]
GET /v4/departments/:departmentUuid/transactions/:transactionUuid/attributes

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
transactionUuid — path required
curl / cURL
curl -L -X GET '/payment/v4/departments/:departmentUuid/transactions/:transactionUuid/attributes' \
-H 'Accept: */*'