Skip to main content
GET
Get Payment
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Get Payment Description: The /payment/{id} endpoint retrieves details of a specific payment by its ID. Method: GET Authorization:
  • Required role: user or higher
Path Parameter: Query Parameters:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Payment ID

Query Parameters

include
string

Comma-separated list of attributes to include in response

Response

Success

message
string
payment
object