---
title: "GET /billing-payment-source"
method: GET
path: "/billing-payment-source"
tags: ["BillingPaymentSourceController"]
---

# GET /billing-payment-source

`GET /billing-payment-source`

| Permissions |
| ------- |
| 5325   |

## Path parameters

- `paymentSourceId` string, required

## Response `200`

get payment source

- PaymentSourceDto
  - `id` string
  - `customerId` string
  - `card` object
    - `gatewayAccountId` string, required
    - `number` string, required
    - `expiryMonth` number, required
    - `expiryear` number
    - `cvv` string, required
  - `options` object

---

[API](https://skmtc.net/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.net/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/versions/8be17bf3acc3/schema)
