Skip to main content
GET
/
v1
/
ui
/
payment-intents
/
{id}
Get a payment intent by id
curl --request GET \
  --url https://api.example.com/v1/ui/payment-intents/{id}
{
  "amount": 123,
  "currency": "<string>",
  "clientSecret": "<string>"
}

Path Parameters

id
string
required

Payment intent ID

Response

Payment intent retrieved successfully

amount
number
currency
string
clientSecret
string