Masalah Payment Stripe

Hallo selamat malam gan2 ganteng, ane mau bertanyaUntitled.png5.68 KB

apa ada yang salah ya, dah berjam2 belum ketumu solusinya

<?php

require('config.php');
if(isset($_POST['stripeToken'])){
\Stripe\Stripe::setVerifySslCerts(false);

$token = $_POST['stripeToken'];
try{
$charge = \Stripe\Charge::create(array(
	"amount"=>100,
	"currency"=>"usd",
	"source"=>$token,
	));
}
catch(\Stripe\Error\Card $e) {
$f = $e->getHttpStatus();
if ($f == 402) {
echo '{"status":"2"}';
exit;
} else if ($f == 200) {
echo '{"status":"1"}';
exit;
} else if ($f == 400) {
echo '{"status":"3"}';
exit;} else if ($f == 401) {echo '{"status":"3"}';
exit;
} else if ($f == 404) {
echo '{"status":"4"}';
exit;
} else if ($f == 402) {
echo '{"status":"2"}';
exit;
}
}

catch(\Stripe\Error\Authentication $e) {
$f = $e->getHttpStatus();
if ($f == 402) {
echo '{"status":"2"}';
exit;
} else if ($f == 200) {
echo '{"status":"1"}';
exit;
} else if ($f == 400) {
echo '{"status":"3"}';
exit;
} else if ($f == 401) {
echo '{"status":"3"}';
exit;
} else if ($f == 404) {
echo '{"status":"4"}';
exit;
} else if ($f == 402) {
echo '{"status":"2"}';
exit;
}
}
}
echo '{"status":"1"}';
?>

untuk masalahnya disini

 thrown in C:\xampp\htdocs\ccn22\api-stripe\lib\Exception\ApiErrorException.php on line 38
avatar muhammadjumadi_google_google
@muhammadjumadi_google_google

1 Kontribusi 1 Poin

Dipost 3 tahun yang lalu

Tanggapan

judul pertanyaan tidak perlu pakai "ini kanapa ya" langsung pertanyaan aja

Belum ada Jawaban. Jadi yang pertama Jawaban

Login untuk ikut Jawaban