---
title: "GET /payment-api/v1/lpm/{encryptedPubId}/allowed"
method: GET
path: "/payment-api/v1/lpm/{encryptedPubId}/allowed"
tags: ["Lpm"]
---

# GET /payment-api/v1/lpm/{encryptedPubId}/allowed

`GET /payment-api/v1/lpm/{encryptedPubId}/allowed`

## Path parameters

- `encryptedPubId` string, required

## Query parameters

- `countryIso` string, required

## Response `200`

Success

- GetAllowedLpmListModel
  - `googlePay` GetAllowedLpmListModelItem
    - `code` string, nullable
    - `name` string, nullable
    - `currencyToPay` string, nullable
    - `amountToPay` number, double
    - `warningMessage` string, nullable
    - `isPayLaterSupported` boolean
    - `externalMerchantId` string, nullable
  - `applePay` GetAllowedLpmListModelItem
    - `code` string, nullable
    - `name` string, nullable
    - `currencyToPay` string, nullable
    - `amountToPay` number, double
    - `warningMessage` string, nullable
    - `isPayLaterSupported` boolean
    - `externalMerchantId` string, nullable
  - `allowedLpms` GetAllowedLpmListModelItem[], nullable
    - `code` string, nullable
    - `name` string, nullable
    - `currencyToPay` string, nullable
    - `amountToPay` number, double
    - `warningMessage` string, nullable
    - `isPayLaterSupported` boolean
    - `externalMerchantId` string, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public.md) · [All operations](https://skmtc.dev/iolpay/apis/iolpay-payment-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iolpay/iolpay-payment-api-public/revisions/f14fdc43700a/schema)
