Get One Payment
Get Payment
Get the full details of a single payment, looked up by its unique ID.
The payment must belong to your platform.
GET
Get One Payment
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID of the payment you want.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

