형우
형우
테스트 환경 결제 취소 불가
테스트 환경에서 결제 취소 시 다음과 같은 메시지와 함께 취소가 불가능합니다. {"code": "FORBIDDEN_REQUEST", "message": "허용되지 않은 요청입니다."} payment key: vNA96Bjgq7XZYkKL4MrjOg6JeaajaL80zJwlEWR52xydGPnO orderId: 2522838a-7645-4c8a-9e38-9d94ec891474 mid: deiterpgek
6 replies
FAILED_PAYMENT_INTERNAL_SYSTEM_PROCESSING 에러 문의드립니다.
카드사 심사가 필요한 상태에서 라이브키를 이용한 승인이 불가능한가요? 라이브키로 결제 승인 과정에서 해당 오류와 함께 다음 메시지가 전달됐습니다. [M006] 업체 사정으로 인해 결제를 일시 중지하였습니다.상점으로 문의하시기 바랍니다.
5 replies
결제 연동 중 빌링키 발급에서 상태코드 500이 반환됩니다.
테스트 키 사용했습니다.
url = 'https://api.tosspayments.com/v1/billing/authorizations/issue'
data = {'authKey': auth_key, 'customerKey': order.user.customer_key}
response = requests.post(url=url, json=data, headers=self.get_request_headers(order=order))
url = 'https://api.tosspayments.com/v1/billing/authorizations/issue'
data = {'authKey': auth_key, 'customerKey': order.user.customer_key}
response = requests.post(url=url, json=data, headers=self.get_request_headers(order=order))
mid: bill_deitek7r8 authKey: bln_Y5DQKmY95Ev customerKey: e9ee10f4-f3dc-4a28-8bae-a56de4343272 응답 본문 {"code": null, "message": null, "data": null}
6 replies