JP_Stripes What's new 2022/03/08の資料です。
What’s new in 2022/02コンビニ決済/Payment Links API他JP_Stripes@hide__devMar 20221#Stripe #JP_Stripes
View Slide
Stripe Tiny Demo (US)Dashboardのユーザー権限Developer Digest (日本語)Payment Links UpdatesCheckout UpdatesCustomer Portal Updatesコンビニ決済Stripe Update (pick up for Japan)MiscellaneousProduct Updates2#Stripe #JP_Stripes
Product Updates(Checkout / Payment Links / Customer Portal )JP_Stripes What’s new 2022/023#Stripe #JP_Stripes
Payment Links API4JP_Stripes What’s new 2022/02const price = await stripe.prices.create({product: 'prod_xxxxx',nickname: `${name}様専用プラン`,recurring: {interval: 'month'},unit_amount,currency: 'jpy'})const link = await stripe.paymentLinks.create({line_items: [{price: price.id,quantity}]})#Stripe #JP_Stripes● No Codeの支払いリンクをAPIからも作成可能に● 複数商品の登録や更新、商品ごとの数量指定にも対応● 参考記事:NoCodeでオンライン決済を受け付ける”Payment Links(支払いリンク )"に、管理用APIが登場しました!https://qiita.com/hideokamoto/items/0cb83f1e4000eb6c0131
Zapierが支払いリンク(Payment Links)をサポート● Payment Links APIを利用● Zapierのアクションで支払いリンクを生成可能に● ノーコードでのStripe活用がより柔軟にできるように5JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/9bf47fdeaf21eb950faf
支払いリンク(Payment Links)で複数商品が登録可能に● 複数の商品を登録した支払いリンクが作れるように● 商品の数量を指定または、顧客が変更可能に● 購入数上限・下限も登録可能より複雑な注文もノーコードで処理可能に6JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/3b3077f8a3c4c0c57725
Checkout/Payment Linksでアップセル・クロスセル● 「追加でもう1商品」のレコメンド(クロスセル)に対応● [Billingのみ]長期契約での割引提案(アップセル)にも対応● 設定はDashboardから実施顧客への追加提案が簡単に7JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/dcb11d03b3fe5516c4ba
Checkoutでゲスト顧客注文をサポート● CheckoutでCustomerデータを作らずに注文を処理可能に● メアド・カード情報などを元にDashboardで集約表示● customer_creation: 'if_required',の1行を追加するだけ● 会員未登録の注文履歴がより探しやすく8JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/783cd6fef5759aaf1505
CheckoutでFontカスタマイズが可能に● Checkoutページのフォントをカスタマイズ可能に● フォントはStripeが用意するプリセットを利用● 言語別のサポート状況はStripeドキュメントを確認https://stripe.com/docs/payments/checkout/customization/font-compatibility9JP_Stripes What’s new 2022/02
Customer Portalで”解約理由アンケート”をサポート● Customer Portalでサブスクリプション解約した時解約理由を訊けるように● キャンセル完了後にモーダル表示● Dashboardでの確認 orStripe Sigmaでの分析が可能10JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/41381832f806619e9be6
New Payment MethodJP_Stripes What’s new 2022/0211#Stripe #JP_Stripes
12
1回払い支払いフロー13JP_Stripes What’s new 2022/02
Stripe ならではのコンビニ決済:Stripeソリューションとの連携● Stripe Connectマーケットプレイスやプラットフォーム 型 のビジネスに 向 けた 最 適 な 決 済● Stripe Billingサブスクリプションなど定期的なビジネスモデルの自動化・最適化を支援● Payment Linksリンクを 共 有 するだけで 決 済 を 可 能 にするノーコードサービス● Stripe Invoicing請求プラットフォーム● Stripe Checkout Payment Element Payment Intents API構築済み決済ページ 決済UIコンポーネント 支払いインテント● 統 合 された 資 金 フロー4 営業日後にコンビニ側から売り上げ分の入金が可能な統合された資金フロー×JP_Stripes What’s new 2022/02
コンビニ決済についてのメール通知機能15JP_Stripes What’s new 2022/02https://dashboard.stripe.com/settings/emailshttps://qiita.com/hideokamoto/items/c59c4c4ee24b98ac997b #Stripe #JP_Stripes
Learn more about ‘コンビニ決済’16JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/605096153bdf473895f0https://qiita.com/hideokamoto/items/f0304cb005f276e35d43 #Stripe #JP_Stripes
MiscellaneousJP_Stripes What’s new 2022/0217#Stripe #JP_Stripes
Stripe Tiny Demos● Stripe APIを簡単にデモ(Glitchを利用)● ベータ機能のSearch APIや日本未上陸のIdentityなどもテスト可能● Glitchなので、デモコードの確認なども簡単18JP_Stripes What’s new 2022/02https://stripe-tinydemos.glitch.me/
Dashboardユーザーの権限管理がより詳細に● 1ユーザーに複数の役割を設定可能に● 役割の種類も5つから8つへ● 担当者の役割に応じた柔軟なアカウント・権限管理へ19JP_Stripes What’s new 2022/02https://qiita.com/hideokamoto/items/c52961fd536968183a20
Stripe Developer Digest 日本語版(β)● 英語で毎月配信中のニュースレターを日本語化● テスト的にQiitaで翻訳記事を配信開始● Terminal / Issuingなど日本未登場の製品情報もキャッチアップ可能20JP_Stripes What’s new 2022/02https://qiita.com/tags/stripedeveloperdigest
Stripe Tiny Demo (US)Dashboardのユーザー権限Developer Digest (日本語)Payment Links UpdatesCheckout UpdatesCustomer Portal Updatesコンビニ決済Thanks!MiscellaneousProduct Updates21#Stripe #JP_Stripes