目次一覧
状態:回答待
閲覧数:675
投稿日:2019-03-13
更新日:2019-03-21
質問履歴20 / 質問履歴20-1
質問履歴20 / 質問履歴20-1
質問履歴20
「webhook」と「synchronous」と「Checkout beta version」について
・2019/3/13
・下記を読むと、「synchronous」の場合は、「webhook」不要と取れるのですが、
the use of webhooks isn’t necessary.
https://stripe.com/docs/sources/best-practices
・下記を読むと、「webhook」使用した方が良いようにも取れます
Do not rely on the redirect to the success_url alone for fulfilling purchases.
https://stripe.com/docs/payments/checkout/api
質問
・この違いはどこから生じるのでしょうか?
・「Checkout beta version」は、「SYNCHRONOUS」ではなく「ASYNCHRONOUS」ですか?
・それとも「Checkout beta version」だからですか??
・「synchronous」の場合は、基本的に「webhook」不要という認識で合っているでしょうか?
the use of webhooks isn’t necessary.
https://stripe.com/docs/sources/best-practices
・下記を読むと、「webhook」使用した方が良いようにも取れます
Do not rely on the redirect to the success_url alone for fulfilling purchases.
https://stripe.com/docs/payments/checkout/api
質問
・この違いはどこから生じるのでしょうか?
・「Checkout beta version」は、「SYNCHRONOUS」ではなく「ASYNCHRONOUS」ですか?
・それとも「Checkout beta version」だからですか??
・「synchronous」の場合は、基本的に「webhook」不要という認識で合っているでしょうか?
質問履歴20-1
About whether you need a webhook when payment is complete
・2019/3/17
I think below is how to check that the payment is complete. Is this recognition correct?
・ Checkout beta version → Webhook is necessary because it is asynchronous
・ Checkout.js → Webhook unnecessary because it is synchronous
・ Stripe.js and Stripe Elements → Webhook unnecessary because it is synchronous
・ Checkout beta version → Webhook is necessary because it is asynchronous
・ Checkout.js → Webhook unnecessary because it is synchronous
・ Stripe.js and Stripe Elements → Webhook unnecessary because it is synchronous
決済が完了したときにwebhookが必要かどうかについて
決済が完了したことを確認する方法に関して、私は下記であると思っています。この認識で合っているでしょうか?
・Checkout beta version
→ 非同期なのでWebhook必要
・checkout.js
→ 同期なのでWebhook不要
・Stripe.js と Stripe Elements
→ 同期なのでWebhook不要
・Checkout beta version
→ 非同期なのでWebhook必要
・checkout.js
→ 同期なのでWebhook不要
・Stripe.js と Stripe Elements
→ 同期なのでWebhook不要
・About whether you need a webhook when payment is complete
・Using Webhooks
Stripe Q19。「PaymentIntents」と「Sourceオブジェクト」と「Sources API」の関係について
Stripe Q21。新規顧客作成時に新規ソースオブジェクトを添付したいのですが、No such token: src_xxxxとなります