Update Payment Setting
Payment Settings
Update Payment Setting
Update Payment Setting
PUT
Update Payment Setting
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Update Payment Setting Description:The
/payment-setting/{id} endpoint allows updating details of a specific payment setting.
Method:PUT
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the payment setting |
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the payment setting |
| type | string | The type of the payment setting |
| settings | object | The settings/configuration of the payment setting |
| isDefault | boolean | Whether this is the default payment setting |
| memo | string | Additional notes or comments |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Payment Setting ID
Body
application/json