토스 지원되지 않는 결제 수단입니다.
구현해둬서 테스트까지 완료한 코드인데 어느순간부터
400 Bad Request: "{"code":"NOT_SUPPORTED_METHOD","message":"지원되지 않는 결제 수단입니다."}" 라고 날라오네요
데이터 :
map.put("cardNumber", cardNumber);
map.put("cardExpirationYear", cardExpirationYear);
map.put("cardExpirationMonth", cardExpirationMonth);
map.put("cardPassword", cardPassword);
map.put("customerIdentityNumber", customerIdentityNumber);
map.put("customerKey", customerKey.toString());
호출 api :
https://api.tosspayments.com/v1/billing/authorizations/card
customerKey : C20230816140412W1EJXR20230816140412182
확인 부탁드립니다.
400 Bad Request: "{"code":"NOT_SUPPORTED_METHOD","message":"지원되지 않는 결제 수단입니다."}" 라고 날라오네요
데이터 :
map.put("cardNumber", cardNumber);
map.put("cardExpirationYear", cardExpirationYear);
map.put("cardExpirationMonth", cardExpirationMonth);
map.put("cardPassword", cardPassword);
map.put("customerIdentityNumber", customerIdentityNumber);
map.put("customerKey", customerKey.toString());
호출 api :
https://api.tosspayments.com/v1/billing/authorizations/card
customerKey : C20230816140412W1EJXR20230816140412182
확인 부탁드립니다.
