jaegj96
TPToss payments 개발자 커뮤니티
•Created by jaegj96 on 11/21/2024 in #❓┃연동개발-문의
결제 취소 시 응답 값 문제 Bad Request
다음과 같이 요청 보냈을 때 Bad Request 응답만 오는데, 혹시 어떤 것이 원인일까요?
curl --request POST \
--url https://api.tosspayments.com/v1/payments/주문ID/cancel \
--header 'Authorization: Basic 시크릿키 base64' \
--header 'Content-Type: application/json' \
--data '{"cancelReason":"구매자가 취소를 원함","cancelAmount":1000}'
13 replies