#paul-paymentlink-subscription

1 messages · Page 1 of 1 (latest)

rustic inletBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

chilly finch
#

paul-paymentlink-subscription

#

@storm sable it should yes. You can try all of this in Test mode really easily to confirm the overally behaviour

#

@storm sable please reply here

storm sable
#

Hmm let me verify.

chilly finch
#

So looking at the PaymentIntent you shared, you did use that flow

storm sable
#

one min

#

No

chilly finch
#

you did

storm sable
#

I was trying yes.

chilly finch
#

So I guess with that said: what's your real question?
Because you created a $1178.10 USD PaymentIntent on a connected account acct_123. And you also said "please give me back $56.10 for my platform" as an ApplicationFee

storm sable
#

then I went to see if I can do all this using payment link

chilly finch
#

ugh really sorry mixed up my thread

#

my bad

storm sable
#

NP

chilly finch
storm sable
#

Yes did that

#

didn't see subscriptoin created out of it

chilly finch
#

Okay can you share something like an exact object id for me to look at?

storm sable
#

Yes

#

plink_1ObVVgBZuRENdfSAIKONT2lO

#

val params = PaymentLinkCreateParams.builder()
.addLineItem(
PaymentLinkCreateParams.LineItem.builder()
.setPrice("price_1ObUOWBZuRENdfSAJOzsePxi" //base portal
)
.setQuantity(1L)
.build()
)
.putMetadata("ew-customer-id","paul-some-id")
.build()

chilly finch
#

Okay so you created a PaymentLink. Did you then go through that PaymentLink's URL to pay?

storm sable
#

Yes

#

using test card

chilly finch
storm sable
#

Ohh

#

confimed was using stripe CLI

chilly finch
#

not sure I understand sorry

#

why would you use the CLI for PaymentLink, I must be missing something

storm sable
#

view subsciptions sorry

#

stripe subscriptions list

but I needed to add a testmode flag

chilly finch
#

ahhhh gotcha

#

yeah the CLI is great but I recommend the Dashboard for quick inspection

storm sable
#

Ok I agreed

#

thank you

#

So I have a question on the same

#

Here is a flow I want to use. Will this be possible

  1. Using a payment link create base subscription for a given Item
  2. Update clients subscription with more products later just using API is this possible
#

??? ⬆️

chilly finch
#

ah sorry I saw half the message and waited for a response, didn't think you'd edit

#

And yes that is totally fine and works fine

storm sable
#

Thank you