curl --request GET \
--url https://api.example.com/v1/ui/payment-intents/{id}{
"amount": 123,
"currency": "<string>",
"clientSecret": "<string>"
}Retrieves payment intent details by ID. Only returns payment intents belonging to the authenticated provider.
curl --request GET \
--url https://api.example.com/v1/ui/payment-intents/{id}{
"amount": 123,
"currency": "<string>",
"clientSecret": "<string>"
}