---
title: "Get a payment setup"
method: GET
path: "/payment-setups/{paymentSetupId}"
tags: ["Payment Setups"]
---

# Get a payment setup

`GET /payment-setups/{paymentSetupId}`

Returns a single PaymentSetup by id for the merchant.

## Path parameters

- `paymentSetupId` string, required

## Response `200`

- PaymentSetupDetailDto
  - `id` string, required — PaymentSetup id
  - `status` string, required — Setup status: pending | requires_3ds | completed | failed | cancelled
  - `currency` 'EUR' | 'GBP' | 'USD', required
  - `subscriptionId` string, nullable — Subscription this setup is tied to (trial / waitlist)
  - `errorCode` string
  - `errorMessage` string
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `completedAt` string, date-time, nullable
  - `tokenIntentId` string, nullable
  - `threeDsSessionId` string, nullable
  - `customerId` string, required

---

[API](https://skmtc.net/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.net/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/versions/3012dd3dd14a/schema)
