Search
K
Comment on page

빌링키 삭제 API

등록된 빌링키(customer_uid)를 삭제합니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터를 이용해주세요.

빌링키를 삭제합니다. 빌링키 삭제시 결제예약된 내역이 존재하는지 반드시 확인하셔야 합니다.

delete
https://api.iamport.kr
/subscribe/customers/{customer_uid}
구매자의 빌링키 정보 삭제
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
}
}