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

Description

Update Payment Request Description:
The /payment-request/{id} endpoint updates a specific payment request.
Authorization:
  • Required role: admin or higher
Method:
PUT
Path Parameter: Request Body:

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

Body

application/json
PaymentSettingId
string

ID of the payment setting to update

currency
string

Currency code

amountUSD
number

Amount in USD

amount
number

Amount in the specified currency

memo
string

Optional memo

Response

Success

message
string
paymentRequest
object