#Wagyuking-Transaction
1 messages · Page 1 of 1 (latest)
cs_test_a1VVWMxXDqzzmdTOxK1hdWH4uTRd7wzRczYTmlnLfHzFV7tykXbH4vNCQK
Periodic payment
I can't find it with this api
But after the payment is completed, the callback is successful
are you still there
Yes I am checking
That Session created a SetupIntent instead of a PaymentIntent
So it is not appeared as a transaction yet
seti_1KlkV7JkTsrU4Xpc8P3cboWK
But I have made a periodic payment of 10 yuan, and it appeared. I can inquire
cs_test_a1ItLLxBATbqZg4vUyf8Crge65bYBLtIJUlA7cObCvEa1ExBJU1FR6g6VZ
The same transaction method, why is it less than 0.1 yuan can be found, and 10 yuan can be queried
?
Sorry I am a bit stretched. Will be back as soon as I can
cus_LSfqawUd5xFIHn
The SetupIntent seti_1KlkV7JkTsrU4Xpc8P3cboWK is bound to the Customer cus_LSfqawUd5xFIHn
sub_1KlkV9JkTsrU4XpcPwqoGwAB
this is your Subscription
OK, I'll wait for you, don't be nervous
I am ok, thanks!
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is the Subscription created from your provided request
I don't understand what it means
So to put together, you provided me a Checkout Session, correct?
cs_test_a1VVWMxXDqzzmdTOxK1hdWH4uTRd7wzRczYTmlnLfHzFV7tykXbH4vNCQK
yes
This results in a SetupIntent
seti_1KlkV7JkTsrU4Xpc8P3cboWK
created for a customer
cus_LSfqawUd5xFIHn
and results in a subscription
sub_1KlkV9JkTsrU4XpcPwqoGwAB
If you go to this link https://dashboard.stripe.com/test/subscriptions/sub_1KlkV9JkTsrU4XpcPwqoGwAB you will see the detail in your Dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sorry maybe I didn't express my question clearly, I mean I bought a $10 recurring subscription subID: sub_1Kll8SJkTsrU4XpcEOOr6qJG customer: cus_LSgVmcqNeSlK9x I can pass 'https://api.stripe.com/v1/payment_intents?customer=cus_LSgVmcqNeSlK9x&limit =100', but I bought another $0.1 periodic subscription subID: sub_1KlkV9JkTsrU4XpcPwqoGwAB customer: cus_LSfqawUd5xFIHn I am not using 'https://api.stripe.com/v1/payment_intents?customer=cus_LSfqawUd5xFIHn&limit=100' I found out that I want to ask this question. My guess is that the amount of 0.1 is too small.
Both of these are run with the same code
I see. The api looks like the List PaymentIntent API
And the reason you don't see sub_1KlkV9JkTsrU4XpcPwqoGwAB on the result, be cause that Subscription hasn't created a PaymentIntent yet. It only craeted a SetupIntent
a SetupIntent is a different object
So how do I go about solving this problem
You can use List SetupIntent API instead
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It should shows seti_1KlkV7JkTsrU4Xpc8P3cboWK as a result
So can I understand this? If the amount is too small, the PaymentIntent will not be created, only a SetupIntent will be created