curl --request GET \
--url https://api.example.com/v1/sdk/payment-intents/{reference}{
"planRef": "pln_2b3c4d5e6f7g",
"amount": 4999,
"currency": "usd",
"clientSecret": "pi_1a2b3c4d5e6f7g8h_secret_xxx"
}Retrieves detailed information about a specific payment intent including amount, currency, and client secret.
curl --request GET \
--url https://api.example.com/v1/sdk/payment-intents/{reference}{
"planRef": "pln_2b3c4d5e6f7g",
"amount": 4999,
"currency": "usd",
"clientSecret": "pi_1a2b3c4d5e6f7g8h_secret_xxx"
}Payment intent reference or processor payment ID
Payment intent retrieved successfully
The response is of type object.