#wagyuking-subscription

1 messages · Page 1 of 1 (latest)

misty olive
#

hi! I don't quite understand unfortunately.

#

what I wrote casually was not true
what does that mean?

that the user did not enter the card number and started to subscribe.
that code you shared does not prompt the user to enter card details, you're using our "magic" test value pm_card_visa, so that seems expected.

I found that the card number was officially provided 4242
yep, that's the pm_card_visa

I don't know what to do with the bank card in actual business
you'd collect payment details on the frontend. Our guide explains it in detail. https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements

olive zodiac
#

At present, my understanding of the document is that the user should at least enter the bank card number to pay for the subscription, but during the docking process, I found that the subscription was successful without entering the bank card number.

misty olive
#

well, it depends! You can create a subscription without inputting the card details, it creates an incomplete subscription, as the link I posted is describing.

#

usually the way it works is you create the subscription first, it's incomplete and then you move to the frontend, collect the payment details and activate the subscription.