#Dona

1 messages · Page 1 of 1 (latest)

crisp cedarBOT
tepid harbor
#

Hi there

pure marlin
#

Hello

tepid harbor
#

So custom_unit_amount allows the customer to adjust the amount charged

#

So it doesn't really work like the way you are describing

#

You can only have one successful charge per session

pure marlin
#

Ok that is what I see is happening. So If I want them to pay rest of $50 I will need to create another session right?

tepid harbor
#

Depends

#

You can charge their saved PaymentMethod if you saved it using setup_future_usage

#

Or you can send them through another Session

#

Obviously you shouldn't charge the Customer's saved payment method unless they have agreed for this to happen

pure marlin
#

ok got it

#

Does invoice has a API URL like Checkout session that I can give to customer so they can pay the invoice from Stripe?

pure marlin
#

I wanted to see whether I can use PaymentLinks instead of checkout session for user to make their payment but I don't see any way to relate a payment link to a customer.

tepid harbor
#

Payment Links aren't really designed to be 1:1 with customers

#

They are designed for 1 to many

#

If you are working with an individual customer then you should use a Checkout Session