수기결제(키인결제) 시 구매자명, 구매자이메일, 구매휴대폰 정보 삽입데이터 문의
URL url = new URL("https://api.tosspayments.com/v1/payments/key-in");
HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestProperty("Authorization", authorizations); connection.setRequestProperty("Content-Type", "application/json"); connection.setRequestMethod("POST"); connection.setDoOutput(true); JSONObject obj = new JSONObject(); obj.put("orderId", orderId); obj.put("amount", amount); obj.put("cardNumber", cardNumber); obj.put("cardExpirationYear", cardExpirationYear); obj.put("cardExpirationMonth", cardExpirationMonth); obj.put("orderName", orderName); obj.put("customerIdentityNumber", customerIdentityNumber); 요 형태로 넣고 있는데 구매자명이 들어가지 않습니다. 상점 mid는 kvp_jworiakqey 입니다
HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestProperty("Authorization", authorizations); connection.setRequestProperty("Content-Type", "application/json"); connection.setRequestMethod("POST"); connection.setDoOutput(true); JSONObject obj = new JSONObject(); obj.put("orderId", orderId); obj.put("amount", amount); obj.put("cardNumber", cardNumber); obj.put("cardExpirationYear", cardExpirationYear); obj.put("cardExpirationMonth", cardExpirationMonth); obj.put("orderName", orderName); obj.put("customerIdentityNumber", customerIdentityNumber); 요 형태로 넣고 있는데 구매자명이 들어가지 않습니다. 상점 mid는 kvp_jworiakqey 입니다
14 Replies
⏳ 잠시만 기다려주세요! 곧 답변드리겠습니다
오류 문의일 경우 아래 정보를 미리 전달해주시면, 빠른 답변에 도움이 됩니다.
- 주문번호(orderId) :
- 문의 내용 :
(img를 함께 첨부해주시면 도움이됩니다)
* 계약관련 내용은 1544-7772로 문의주세요.
* 주말/공휴일에는 답변이 늦을 수 있어요.
구매자 명을 안보내시는 것 같은데요.
obj.put("customerName","사용자이름");
이걸 추가해 보세요.
혹시 휴대폰과 메일 파라미터 값은 어떻게 될까요?
휴대폰은 키인 결제에서 제공하지 않고 있습니다.
결제 되었다는 메일은 혹시 어떻게 넣을 수 있을까요?
혹시 수기결제 상세 매뉴얼이 있을까요?
수기결제 후 영수증을 메일로 보내는게 될까요?
메일은 customerEmail 로 넣어주시면 됩니다.
수기결제 가이드를 못받으셨나요?
네..
혹시 hbsim@riamore.net 으로 받을 수 있을까요?
그럼 지금 보내는 파라미터는 어떻게 알고 보내시는 건가요?
여기 질문한 내용 참고 해서 했습니다
다른 분들 보낸거요
혹시 수기 결제 계약은 하신걸까요?
네
계약 완료하시면 가이드가 전달되는 것으로 알고 있는데,
해당 메일로 가이드 전달 드리겠습니다.
네 감사합니다
❤️ 기술문의 경험이 어떠셨나요?!
간단히 코멘트 남겨주세요! 제품 발전에 큰 힘이 됩니다.