bim93
bim93
결제 api키가 틀리다고 나옵니다
통신은 되네요 확인해주셔서 감사합니다
46 replies
결제 api키가 틀리다고 나옵니다
방금은 요청 들어왔나요?
46 replies
결제 api키가 틀리다고 나옵니다
{
"paymentKey":"tebei20241213105851j9zi4",
"amount":"150000",
"orderId":"basic-normal-dbsgksqls112-1734055120"
}
{
"paymentKey":"tebei20241213105851j9zi4",
"amount":"150000",
"orderId":"basic-normal-dbsgksqls112-1734055120"
}
응답값은 없습니다
46 replies
결제 api키가 틀리다고 나옵니다
function curl_toss($url, $data): array
{

$secretKey = _TEST_TOSS_SECRET_KEY;
$credential = base64_encode($secretKey . ':');

// curl 통신
$curlHandle = curl_init($url);
curl_setopt_array($curlHandle, array(
CURLOPT_POST => TRUE,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_HTTPHEADER => array(
'Authorization: Basic ' . $credential,
'Content-Type: application/json'
),
CURLOPT_POSTFIELDS => json_encode($data),
));

$response = curl_exec($curlHandle);
$httpCode = curl_getinfo($curlHandle, CURLINFO_HTTP_CODE);

// cURL 핸들 닫기
curl_close($curlHandle);

// 응답 JSON 디코딩
$responseJson = json_decode($response, true);

return array('http_code' => $httpCode, 'response' => $responseJson);
}
function curl_toss($url, $data): array
{

$secretKey = _TEST_TOSS_SECRET_KEY;
$credential = base64_encode($secretKey . ':');

// curl 통신
$curlHandle = curl_init($url);
curl_setopt_array($curlHandle, array(
CURLOPT_POST => TRUE,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_HTTPHEADER => array(
'Authorization: Basic ' . $credential,
'Content-Type: application/json'
),
CURLOPT_POSTFIELDS => json_encode($data),
));

$response = curl_exec($curlHandle);
$httpCode = curl_getinfo($curlHandle, CURLINFO_HTTP_CODE);

// cURL 핸들 닫기
curl_close($curlHandle);

// 응답 JSON 디코딩
$responseJson = json_decode($response, true);

return array('http_code' => $httpCode, 'response' => $responseJson);
}
46 replies
결제 api키가 틀리다고 나옵니다
그전까지는 아무문제없었는데 갑자기 생긴 이슈라서
46 replies
결제 api키가 틀리다고 나옵니다
cURL Error: SSL certificate problem: unable to get local issuer certificate
46 replies
결제 api키가 틀리다고 나옵니다
넵 curl통신에서 막혀서요
46 replies
결제 api키가 틀리다고 나옵니다
API 통신 시 localhost도 SSL로 보내야 하나요? 그전까지는 잘되었는데 갑자기 안되네요
46 replies
결제 api키가 틀리다고 나옵니다
요청 들어온게 없나요?
46 replies
결제 api키가 틀리다고 나옵니다
curl 했는데 응답이 안들어옵니다
46 replies
결제 api키가 틀리다고 나옵니다
응답이 안들어옵니다
46 replies
결제 api키가 틀리다고 나옵니다
네 지금 테스트 키로 하고 있어요
46 replies
결제 api키가 틀리다고 나옵니다
orderId: basic-normal-dbsgksqls112-1734054589 paymentKey: tebei20241213105047rso44 amount: 150000
46 replies
결제 api키가 틀리다고 나옵니다
방금했는데 요청들어온게 없나요?
46 replies
결제 api키가 틀리다고 나옵니다
분명 테스트키로 하고 있습니다
46 replies
결제 api키가 틀리다고 나옵니다
네 클라 test 시크릿도 test 로 안뜨고 있는건가요
46 replies
결제 api키가 틀리다고 나옵니다
testsk.... 이러한 키로 안하고 있는건가요?\
46 replies
결제 api키가 틀리다고 나옵니다
에러코드도 없습니다
46 replies
결제 api키가 틀리다고 나옵니다
응답 값도 아예 빈값으로 나오고 잇습니다
46 replies
가상계좌 결제 취소 문의
받을 수 있는 방법이 없나요?
8 replies