Skip to content

Set Payment Passwrod

Description

設定支付密碼。

Resource

PATCH /v1/user/payment_password

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
payment_password string 支付密碼(6位數字)

Request Body Example

{
  "payment_password": "123456"
}

Response

Status-Code: 204 No Content