#Cheqo
1 messages · Page 1 of 1 (latest)
That is up to you. If it is just showing a success page you can definitely just show some hardcoded message. For order fulfillment or displaying info for a specific customer, it would probably make more sense to verify the payment intent's status on your server by retrieving it
Ok, but this line guarantees that the payment was successful:
if (paymentIntent?.status === 'succeeded') {
so I only have to fetch something from the server again, if I wanted to show more details about purchase and thats it right?