#Dona
1 messages · Page 1 of 1 (latest)
Hi there
Hello
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
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?
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
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?
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.