Skip to main content
GET
/
v1
/
sdk
/
payment-intents
/
{id}
Get a specific payment intent by ID
curl --request GET \
  --url https://api.example.com/v1/sdk/payment-intents/{id}

Path Parameters

id
string
required

Payment intent ID

Example:

"pi_1a2b3c4d5e6f7g8h"

Response

200 - application/json

Payment intent retrieved successfully