Search
K
Comment on page

빌링키 정보 복수조회 API

복수개의 빌링키를 이용하여 빌링키 정보를 조회할수 있습니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

복수개의 빌링키 정보를 입력하여 각각의 빌링키 정보를 조회할 수 있습니다.

get
https://api.iamport.kr
/subscribe/customers
빌링정보 복수조회 API
Response Model Schema
{
"code": 0,
"message": "string",
"response": [
{
"customer_uid": "string",
"pg_provider": "string",
"pg_id": "string",
"card_name": "string",
"card_code": "string",
"card_number": "string",
"card_type": "null",
"customer_name": "string",
"customer_tel": "string",
"customer_email": "string",
"customer_addr": "string",
"customer_postcode": "string",
"inserted": 0,
"updated": 0
}
]
}