stripe-sca

How to implement 3d secure authentication in stripe?

可紊 提交于 2020-04-17 21:15:17
问题 //Code Sample <?php session_start(); require_once("F:\wamp64\www\lib\stripe-php-7.27.2\init.php"); \Stripe\Stripe::setApiKey('sk_test_vXXXXXXXXXXXXXlmwqE'); $name = $_SESSION['namex']; $email = $_SESSION['emailx']; $phno = $_SESSION['mobilex']; $purpose = $_SESSION['purposex']; $amount = $_SESSION['amountx']; $txn = $_SESSION['txnn']; $token = $_POST['stripeToken']; $fee = $amount*0.02; $tax = $fee*0.18; $famt = round($amount+$fee+$tax); // payment information $charge = \Stripe\PaymentIntent:

How to implement 3d secure authentication in stripe?

南笙酒味 提交于 2020-04-17 21:14:29
问题 //Code Sample <?php session_start(); require_once("F:\wamp64\www\lib\stripe-php-7.27.2\init.php"); \Stripe\Stripe::setApiKey('sk_test_vXXXXXXXXXXXXXlmwqE'); $name = $_SESSION['namex']; $email = $_SESSION['emailx']; $phno = $_SESSION['mobilex']; $purpose = $_SESSION['purposex']; $amount = $_SESSION['amountx']; $txn = $_SESSION['txnn']; $token = $_POST['stripeToken']; $fee = $amount*0.02; $tax = $fee*0.18; $famt = round($amount+$fee+$tax); // payment information $charge = \Stripe\PaymentIntent:

How to implement 3d secure authentication in stripe?

拜拜、爱过 提交于 2020-04-17 21:14:26
问题 //Code Sample <?php session_start(); require_once("F:\wamp64\www\lib\stripe-php-7.27.2\init.php"); \Stripe\Stripe::setApiKey('sk_test_vXXXXXXXXXXXXXlmwqE'); $name = $_SESSION['namex']; $email = $_SESSION['emailx']; $phno = $_SESSION['mobilex']; $purpose = $_SESSION['purposex']; $amount = $_SESSION['amountx']; $txn = $_SESSION['txnn']; $token = $_POST['stripeToken']; $fee = $amount*0.02; $tax = $fee*0.18; $famt = round($amount+$fee+$tax); // payment information $charge = \Stripe\PaymentIntent: