Skip to main content
PUT
Update a payment link

Authorizations

Authorization
string
header
required

Scoped Bearer token from POST /merchant/api/auth.

Path Parameters

id
integer
required

Body

application/json
title
string
description
string
amount
number<float>
currency
string
usage_limit
integer
expires_at
string<date-time>
is_active
boolean

Response

Payment link updated.

success
boolean
Example:

true

message
string
request_id
string<uuid>