#mei-givewp
1 messages · Page 1 of 1 (latest)
Hi, there usually the plugin provider (givewp) can provide better helps. Anyway I can take a look if you can provide me the payment intent ID 🙂
I'm using plugin as free
Can not ask you questinon??
Yes I am happy to help, and I need to have a payment intent ID in order to investigate. you can get the ID from the Stripe Dashboard https://dashboard.stripe.com/
Where is it written in that URL?
👋 日本語の方が良ければ私の方から案内いたします
Dashboardにログインできますか?
はい
はい、見れています
ステータスは成功に見えますか?
その一覧ページには作成したPaymentIntentが並べられますので、それらのステータスをご確認頂けます
なお
Error: Error creating payment intent with Stripe. Please try again.
のエラーはおそらく作成すら通っていないので、その失敗したリクエストはこちらで:https://dashboard.stripe.com/test/logs?success=false
この状態です
PaymentIntentを作るのに最低金額は50yenです (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-amount) こちらのリクエストは1円指定していますので、そのバリデーションに引っかかっています
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
good luck!