PayTo 支払い
PayTo による支払い方法を受け付ける方法をご紹介します。
PayTo is a real-time payment method in Australia for accepting one-time and recurring payments. When paying with PayTo, customers authenticate and approve mandates using their mobile banking app or online banking.
You get delayed notification on whether the payment succeeded or failed. Stripe typically sends a notification of the final status of the payment within 60 seconds of the mandate authorization.
ウェブサイトで PayTo 支払いを受け付けるには、支払いを管理するオブジェクトの作成、支払い方法情報とマンダテ承認の取得、そして支払いを Stripe に送信して処理する、という手順が必要です。Stripe はこの支払いオブジェクト、PaymentIntent を使用して、支払いが完了するまでのすべての状態を追跡・管理します。
決済の受け付け
注
このガイドは、基本的な 支払い受け付け Checkoutの導入を基盤としています。
Payto を支払い方法として有効にするには、新しい Checkout セッション を作成してください。
paytoをpayment_のリストに追加します。method_ types - すべての 
line_がitems aud通貨を使用していることを確認します。 
注文のフルフィルメント
決済受け付け後に、注文のフルフィルメントを実行する方法を説明します。
実装内容をテストする
以下のさまざまなテスト用 PayID と銀行口座情報を使用して、テスト API キーで PayTo の実装内容をテストします。各セットによって、本番環境でシステムが直面する各種シナリオが再現されています。