#Wagyuking-Transaction

1 messages · Page 1 of 1 (latest)

thorny parcel
#

Hi, can you give me the PaymentIntent Id?

quiet vector
#

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

thorny parcel
#

Yes I am checking

#

That Session created a SetupIntent instead of a PaymentIntent

#

So it is not appeared as a transaction yet

#

seti_1KlkV7JkTsrU4Xpc8P3cboWK

quiet vector
#

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

quiet vector
#

?

thorny parcel
#

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

quiet vector
#

OK, I'll wait for you, don't be nervous

thorny parcel
#

I am ok, thanks!

#

This is the Subscription created from your provided request

quiet vector
#

I don't understand what it means

thorny parcel
#

So to put together, you provided me a Checkout Session, correct?

cs_test_a1VVWMxXDqzzmdTOxK1hdWH4uTRd7wzRczYTmlnLfHzFV7tykXbH4vNCQK
quiet vector
#

yes

thorny parcel
#

This results in a SetupIntent

seti_1KlkV7JkTsrU4Xpc8P3cboWK

created for a customer

cus_LSfqawUd5xFIHn

and results in a subscription

sub_1KlkV9JkTsrU4XpcPwqoGwAB
quiet vector
#

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

thorny parcel
#

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

quiet vector
#

So how do I go about solving this problem

thorny parcel
#

You can use List SetupIntent API instead

#

It should shows seti_1KlkV7JkTsrU4Xpc8P3cboWK as a result

quiet vector
#

So can I understand this? If the amount is too small, the PaymentIntent will not be created, only a SetupIntent will be created

thorny parcel
#

I don't think that's the case. It created a SetupIntent instead of PaymentIntent because of the price using has a trial (double checking)

#

The amount could be a culprit tho

#

since minimum amount requirement for payment intent is $0.5

#

Yeah you are right