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

Description

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

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Payment Request ID

Response

Success

message
string
paymentRequest
object