Endpoint
The Get Carwash Payment Intent Details endpoint allows an authenticated user to retrieve comprehensive information about a specific carwash payment intent within the Neatcar platform. Access to this endpoint requires a valid user token, ensuring that only payment intents associated with the authenticated user can be accessed. The response includes details such as the payment status, transaction amount, carwash location, and related metadata.
/user/carwash-payment-intent?carwashPaymentIntentUUID=5b57354f-acc1-4b2b-9120-1c41c51cbeca
The following list provides a selection of key values included in the model; however, it is non-exhaustive. Developers can expect to find additional fields and data within the model, offering comprehensive information about each carwash history. This abbreviated list serves as a starting point for understanding the structure of the model and the types of information available for each carwash history.
Below is two examples of the API endpoint response, showcasing the structure and format of the data returned by the specified endpoint. This example serves as a practical illustration, demonstrating how developers can expect the information to be organized and presented when interacting with the API. It provides insight into the content and layout of the response, facilitating effective integration and utilization of the endpoint within your applications. The first example is when the payment intent is not successful and the second example is when the payment intent is successful.