# Stripe retrieve payment intent **GET /v1/integrations/stripe/{familyId}/payment-intents/{entityId}/get** ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **familyId** (string) Family ID - **entityId** (string) The related entity that has a payment attached to it. Can be a transaction detail ID or an order ID. ## Responses ### 200 successful operation #### Body: application/json (object) - **id** (string) Payment Intent Id - **clientSecret** (string) Payment Intent Client Secret - **amount** (integer) Payment Intent Amount - **status** (string) - **paymentMethod** (object) - **charge** (object) ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)