Retrieve a payment

Fetches a single payment plus its org-scoped transferExtension sidecar.

Authentication

x-api-keystring

A scoped MvsPayApiKey, e.g. mvspay_live_…. Mint and scope keys from the dashboard (Settings → API Keys).

Path parameters

idstringRequired

The payment id (Hyperswitch payment_intent id).

Response

The payment and its extension sidecar.
transferobject

Hyperswitch payment_intent response. Loosely typed; extra Hyperswitch fields pass through.

extensionobject or null

Org-scoped sidecar persisted alongside the Hyperswitch payment. All amount fields are minor units (cents).

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
502
Bad Gateway Error