이동준
이동준
자동결제 에러 문의
혹시 ( https://api.tosspayments.com/v1/billing/authorizations/issue, 주소로 api를 호출하는 과정자체가 billing key를 발급함과 동시에 최초결제까지 같이 이루어지는게 맞을까요?!
17 replies
자동결제 에러 문의
감사합니다!!
17 replies
자동결제 에러 문의
감사합니다!! const response = await fetch( https://api.tosspayments.com/v1/billing/authorizations/issue, { method: "POST", headers: { Authorization: encryptedSecretKey, "Content-Type": "application/json", }, body: JSON.stringify({ authKey: authKey, customerKey : customerkey }) } ); 이렇게 바꿔서 보냈는데 { code: 'NOT_FOUND', message: '존재하지 않는 정보 입니다.' }는 테스트 환경이여서 그런걸까요?
17 replies
자동결제 에러 문의
로컬에서 테스트중이고 개발 연동 체험 상점내의 API 개별 연동키에서 클라이언트키,시크릿키값 복사해서 사용했습니다!
17 replies
자동결제 에러 문의
clv3nnb6x000081s13l9gi911 입니다
17 replies