Comment on page
⌨
빌링키 정보 단건조회 API
발급된 빌링키 정보를 확인할 수 있습니다.
get
https://api.iamport.kr
/subscribe/customers/{customer_uid}
구매자의 빌링키 정보 조회
{
"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
}
}
Swagger Test Link
Last modified 6mo ago