---
title: "Get sample payments"
method: GET
path: "/zapier/samples/payments"
tags: ["Samples"]
---

# Get sample payments

`GET /zapier/samples/payments`

## Headers

- `X-API-KEY` string, required

## Response `200`

sample payments retrieved

- object[]
  - `payment_id` string
  - `flow_id` string
  - `payment_type` string
  - `total_cents` integer
  - `tip_cents` integer
  - `processing_fee_cents` integer
  - `app_fee_cents` integer
  - `processor` string
  - `processor_id` string
  - `method_type` string
  - `method_description` string
  - `method_last4` string
  - `status` string
  - `refunded` boolean
  - `paid_at` string
  - `currency` string
  - `pass_fee` integer
  - `inly_fee_cents` integer
  - `payment_method` string

## Other responses

- `401` — unauthorized

---

[API](https://skmtc.net/inly/apis/inly-zapier-api-v1.md) · [All operations](https://skmtc.net/inly/apis/inly-zapier-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inly/inly-zapier-api-v1/revisions/47d8f78377ca/schema)
