#sudheshna_01259
1 messages · Page 1 of 1 (latest)
Depends on whether it's a one-time or subscription session
its one time
that is users can pay using the link as many times as he wanted
but not subscription
You'd get a payment_intent.payment_failed sure
Should be easy enough for you to test
Okay but how can I relate a payment link and a payment intent,
What exactly are you trying to do?
Also other than the checkout session complete there is no events triggered in the webhood for the payment intent creation
Why are you concerned about payment failures occuring on a hosted surface like Checkout? We'll prompt the customer about the failure in the UI
Okay so no need to track then in our application
ok then paid in the status means the amount has been claimed right?
unpaid means - not claimed?
Exactly
You'd check the status: 'complete' field which for card payments is sufficient to know payment has been made
Okay thank you
You only need to check payment_status for async methods: https://stripe.com/docs/payments/checkout/fulfill-orders#delayed-notification
Also few more questions,
-
Do we have any expiry for a payment link or can we set it?
-
Also if we need to change the default amount 10000 for a payment link we need to contact support team right?
-
Also is there any settings or delay in receiving the payments to the company account after the payment or it will be credited at the time of payment itself.
Do we have any expiry for a payment link or can we set it?
They can be set to automatically deactivate after a number of payments: https://stripe.com/docs/payment-links/customize#limit-payments
Also if we need to change the default amount 10000 for a payment link we need to contact support team right?
You mean maximum amount?
Also is there any settings or delay in receiving the payments to the company account after the payment or it will be credited at the time of payment itself.
Depends what you mean by 'company account'? Your external bank account?
Also if we need to change the default amount 10000 for a payment link we need to contact support team right?
You mean maximum amount?
Yes
Also is there any settings or delay in receiving the payments to the company account after the payment or it will be credited at the time of payment itself.
Depends what you mean by 'company account'? Your external bank account?
Yes
Yes, you need to speak to support
Would depend on the payout schedule and speed on your account: https://stripe.com/docs/payouts
But not it's not immediate