small things listen to your head , big things listen to your heart
孟加拉微形貸款的反思
讓 99% 的人生活更好,並賺取收入成為 1 % 富者
Most ailing organizations have developed a functional blindness to their own defects. They are not suffering because they cannot resolve their problems, but because they cannot see their problems. — John Gardner → 看見全貌 — 李智樺(Rudy Lee)
Step 1 會取得一組 session_id ,請填入頁面中的{session_id}, pk 請填入 public key
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<scriptsrc="https://js.stripe.com/v3/"></script> <script> var stripe = Stripe("pk"); stripe .redirectToCheckout({ // Make the id field from the Checkout Session creation API response // available to this file, so you can provide it as parameter here // instead of the {{CHECKOUT_SESSION_ID}} placeholder. sessionId: "{session_id}", }) .then(function (result) { // If `redirectToCheckout` fails due to a browser or network // error, display the localized error message to your customer // using `result.error.message`. }); </script>
Card Payments with Sources Use Sources to accept card payments from around the world.
Use of this API is no longer recommended. We recommend adopting the Payment Intents API. This new integration lets you benefit from Dynamic 3D Secure and helps you prepare for Strong Customer Authentication regulation in Europe.