Comment on page
⌨
빌링키 삭제 API
등록된 빌링키(customer_uid)를 삭제합니다.
delete
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