PUT
/
payment-setting
/
{id}
Update Payment Setting
curl --request PUT \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/payment-setting/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "type": "<string>",
  "settings": {},
  "isDefault": true,
  "memo": "<string>"
}'
{
  "message": "Payment setting updated successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Payment Setting ID

Body

application/json

Response

200
application/json

Success

The response is of type object.