---
title: "CRUD: Retrieve a payment method transaction log"
method: GET
path: "/v1/object/payment-method-transaction-log/{id}"
tags: ["Payment Method Transaction Logs"]
---

# CRUD: Retrieve a payment method transaction log

`GET /v1/object/payment-method-transaction-log/{id}`

Retrieves a Payment Method Transaction Log object.

## Path parameters

- `id` string, required

## Query parameters

- `fields` string

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string
- `Zuora-Version` string

## Response `200`

OK

- ProxyGetPaymentMethodTransactionLog
  - `Gateway` string
  - `GatewayReasonCode` string
  - `GatewayReasonCodeDescription` string
  - `GatewayTransactionType` string
  - `Id` string — Object identifier.
  - `PaymentMethodId` string
  - `PaymentMethodType` string
  - `RequestString` string
  - `ResponseString` string
  - `TransactionDate` string, date-time
  - `TransactionId` string

## Other responses

- `401` — Unauthorized
- `404`

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
