Skip to main content
GET
/
payment-intents
/
{payment_intent_id}
Get Payment Intent
curl --request GET \
  --url https://api.zopay.cash/connect/v1/payment-intents/{payment_intent_id} \
  --header 'Authorization: Bearer <token>'
{}
Single payment intent by UUID. Cross-tenant lookups collapse to 404 with the same envelope as a genuinely non-existent id — existence of rows under other tenants is not leakable. A malformed UUID raises InvalidRequestError (400 invalid_payment_intent_id) rather than passing through to the DB where it would crash with a psycopg2 cast error.

Authorizations

Authorization
string
header
required

Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.

Headers

authorization
string | null

Path Parameters

payment_intent_id
string
required

Payment intent UUID as returned from list / create.

Response

Successful Response

The response is of type Response Get Payment Intent Payment Intents Payment Intent Id Get · object.