---
title: "Retrieves a PaymentService resource."
method: GET
path: "/payment_services/{id}"
tags: ["PaymentService"]
---

# Retrieves a PaymentService resource.

`GET /payment_services/{id}`

Retrieves a PaymentService resource.

## Path parameters

- `id` string, required

## Response `200`

PaymentService resource

- PaymentService — Payment service represents services used that allow for online payments
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each payment service
  - `name` string — Name of payment service
  - `url` string — The custom payment URL
  - `payNowText` string — The text displayed on the Pay Now button
  - `type` string, nullable — The type of payment service e.g. "AwesomePay" e.g. "CUSTOM

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
