---
title: "Get Payment Profile"
method: GET
path: "/api/valor-vault/getpaymentprofile/{vault_id}"
---

# Get Payment Profile

`GET /api/valor-vault/getpaymentprofile/{vault_id}`

## Path parameters

- `vault_id` string, required

## Headers

- `Valor-App-ID` string, required
- `Valor-App-Key` string, required

## Response `200`

200

- object
  - `code` integer
  - `status` string
  - `message` string
  - `data` object[]
    - `payment_id` integer
    - `masked_pan` string
    - `token` string
    - `card_brand` string
    - `cardholder_name` string
    - `status` string

## Other responses

- `400` — 400

---

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