Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] 식별코드를 기반으로 선택 가능한 지원 PG사 제공 #14

Open
lens0021 opened this issue Mar 15, 2023 · 4 comments

Comments

@lens0021
Copy link

lens0021 commented Mar 15, 2023

https://service.iamport.kr/users/pg/imp70244750 API를 통해 아래와 같이 지원 PG사 목록을 얻을 수 있습니다.

{
  "code": 0,
  "msg": null,
  "data": [
    {
      "pg_provider": "kcp_quick",
      "pg_id": "AO0OZ",
      "sandbox": false,
      "type": "payment"
    },
    {
      "pg_provider": "nice",
      "pg_id": "nictest00m",
      "sandbox": true,
      "type": "payment"
    },
    {
      "pg_provider": "uplus",
      "pg_id": "tlgdacomxpay",
      "sandbox": true,
      "type": "payment"
    },
    {
      "pg_provider": "tosspayments",
      "pg_id": "tvivarepublica2",
      "sandbox": true,
      "type": "payment"
    },
    {
      "pg_provider": "kcp_quick",
      "pg_id": "IP16G",
      "sandbox": false,
      "type": "payment"
    }
  ]
}

이 중에서 자동완성 되거나... 드롭다운으로 선택하거나, 혹은 입력한 값을 validate하거나.. 등의 기능이 있으면 편리할 것 같습니다.

@disjukr
Copy link
Contributor

disjukr commented Mar 22, 2023

store id를 넣어봤는데 오류가 나네요. 가맹점 식별코드를 입력으로 받는 v1에서만 활용할 수 있겠네요.

@disjukr
Copy link
Contributor

disjukr commented Mar 22, 2023

인풋을 터치하면 자동완성 후보를 보여주고, 후보를 클릭하면 자동완성되도록 구현하는게 좋겠네요.

@lens0021
Copy link
Author

이 이슈 근데 로드맵이나 그런 데에 있나요 ㅠ

@disjukr
Copy link
Contributor

disjukr commented Sep 12, 2023

당분간은 어려울 것 같네요..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants