#Sedhu

1 messages · Page 1 of 1 (latest)

vague hemlockBOT
untold wedge
#

Hi there!

#

I'm not sure I understand your question. You want to send a Payment Link to your customer once per month?

tight talon
#

Hi @untold wedge Yes I need to send the payment link after that I need to know who is the user paid and other details(in API)

#

@untold wedge ?

unreal hill
#

👋 taking over for my colleague. Let me catch up.

tight talon
#

Hi @unreal hill

#

@unreal hill ?

unreal hill
#

@tight talon I will be with you shortly

tight talon
#

okay @unreal hill

unreal hill
#

I'm not sure that our products work the way you're expecting them to work

tight talon
#

Okay. Is there any option can I create a payment link with the email of the customer?

unreal hill
#

no that' not possible

#

Payment Links are meant to be used for campaigns when you don't know the customer

tight talon
#

okay. Thanks for your support!

unreal hill
#

let me know if you need any more help

tight talon
#

Sure.

unreal hill
#

@tight talon if you have any more questions you can ask them here

tight talon
#

@unreal hill

We want to use the stripe subscription for a monthly billing but only problem is that we don't have payment to be automated, instead we want a URL from where customer should be able to pay as per their availability.

So, we are working with some corporates from whom we can't get the payment on exact time every month, so need a flexibility for the the same.

Do, let us know what solution Stripe can provide us in this regards.

Thank you

next fulcrum
#

you can use collection_method:send_invoice for subscriptions

tight talon
#

@next fulcrum But we have to provide the payment link after they're done with the payment we need to update some records in our database.

next fulcrum
#

not sure what you mean by that, what is a 'payment link' in your description?

tight talon
next fulcrum
#

then either :

  • use the Subscription API and send_invoice , the customer is sent a link to the Hosted Invoice Page to pay on (https://stripe.com/docs/invoicing/hosted-invoice-page); you wouldn't be using PaymentLinks
  • don't use our Subscriptions and build the recurring logic yourself and directly email the customers a PaymentLink each month
tight talon
#

Okay @next fulcrum Thanks. I'll try with the first step.