---
title: "Retrieves the payment services for a specific branding theme"
method: GET
path: "/BrandingThemes/{BrandingThemeID}/PaymentServices"
tags: ["Accounting"]
---

# Retrieves the payment services for a specific branding theme

`GET /BrandingThemes/{BrandingThemeID}/PaymentServices`

## Path parameters

- `BrandingThemeID` string, uuid, required

## Response `200`

Success - return response of type PaymentServices array with 0 to N PaymentService

- PaymentServices
  - `PaymentServices` PaymentService[]
    - `PaymentServiceID` string, uuid — Xero identifier
    - `PaymentServiceName` string — Name of payment service
    - `PaymentServiceUrl` string — The custom payment URL
    - `PayNowText` string — The text displayed on the Pay Now button in Xero Online Invoicing. If this is not set it will default to Pay by credit card
    - `PaymentServiceType` string — This will always be CUSTOM for payment services created via the API.
    - `ValidationErrors` ValidationError[] — Displays array of validation error messages from the API
      - `Message` string — Validation error message

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/revisions/5cf7f780d3c8/schema)
