Search
K
Comment on page

PG MID 복수조회 API

관리자 콘솔에 등록한 PG MID 정보를 복수조회 합니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

PG설정정보 조회 API

get
https://api.iamport.kr
/users/pg
등록된 PG MID 정보를 복수조회 할수 있습니다.
Response Model Schema
{
"code": 0,
"message": "string",
"response": [
{
"pg_provider": "string",
"pg_id": "string",
"sandbox": true,
"type": "payment"
}
]
}