❯ @docs/tosspayments-subscription-billing-troubleshooting.md Before this fix, the old subscrpition renewals work well with the code in functions.php in the wordpress. But currently this renewal fails: 다시 시도 규칙 적용됨: 주문 상태가 실패함에서 결제 대기 중(으)로 변경됐습니다. 2026-01-09 10:42 오전 메모 삭제 [PAFW-ERR-7000] ( NOT_MATCHES_CUSTOMER_KEY ) 빌링 인증 고객키와 결제 요청 고객키가 일치하지 않습니다. 주문 상태가 결제 대기 중에서 실패함(으)로 변경됐습니다. 2026-01-09 10:42 오전 메모 삭제 This is the log in the toss payments. POST /v1/billing/lWd2ICDZVc-C2K82ubzX_179q2I8kxIlk4EqDgoBXzE= 응답 상태 400 상점아이디(MID) CDM_b_pronabfb paymentKey orderId X-Tosspayments-Trace-Id cb16a25f16e4c9d8ad7cf84d6d606b9a 요청 시간 2026-01-09 10:42:03 Response Body { "code": "NOT_MATCHES_CUSTOMER_KEY", "message": "빌링 인증 고객키와 결제 요청 고객키가 일치하지 않습니다." } 에러 원인 빌링키 생성시에 보낸 customerkey와 결제 승인시 보낸 customerkey가 다를 때 발생합니다. 해결 방법 빌링키 생성할 때와 결제 승인할 때 보낸 customerKey 값을 동일하게 설정하세요. Response Header { "X-TossPayments-Trace-Id": "cb16a25f16e4c9d8ad7cf84d6d606b9a" } Request Body { "customerKey": "CDM_b_pronabfb_227", "amount": 100000, "taxFreeAmount": 100000, "taxExemptionAmount": 0, "orderId": "11930_260109_014202", "orderName": "autoQM 정회원 가입 ( 1,000p)", "cardInstallmentPlan": null, "customerName": "김*환", "customerEmail": "sp********@hanmail.net", "customerIp": null, "dividedSettlementInfo": null, "useHyundaiVoucher": false, "productCode": null, "useCardPoint": null, "customBusinessNumber": null, "customerMobilePhone": null } Request Headers { "authorization": "Basic bGl2Z***********************************************", "user-agent": "GuzzleHttp/6.5.5 curl/7.29.0 PHP/7.3.20", "content-type": "application/json; charset=utf-8" }