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
id
The payment id (Hyperswitch payment_intent id).
Response
The payment and its extension sidecar.
transfer
Hyperswitch payment_intent response. Loosely typed; extra Hyperswitch fields pass through.
extension
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