Get Payment IntentAsk AIget https://gotab.io/api/v2/loc/{location_uuid}/payment-intents/{payment_intent_uuid}Retrieves a payment intent by its UUID. Returns 202 while the intent is still in progress.Path Paramslocation_uuidstringrequired The uuid or url_name of the location payment_intent_uuidstringrequired The uuid of the payment intent to retrieve Query Paramswaitinteger Optional number of seconds to wait for the payment intent to complete if still in progress (max 20 seconds) Responses 200Payment intent retrieved 202Payment intent is still in progress 404Payment intent not foundUpdated 28 days ago