Skip to main content
POST
/
api
/
v1
/
subscriptions
/
{subscriptionId}
/
change-pay-datetime
결제일 변경
curl --request POST \
  --url https://api.steppay.kr/api/v1/subscriptions/{subscriptionId}/change-pay-datetime \
  --header 'Content-Type: application/json' \
  --header 'Secret-Token: <api-key>' \
  --data '
{
  "when": "2023-11-07T05:31:56Z"
}
'
{
  "message": "<string>",
  "body": {}
}

Authorizations

Secret-Token
string
header
required

Path Parameters

subscriptionId
integer<int64>
required

구독 번호

Body

application/json

결제일 변경을 위한 정보

when
string<date-time>
required

변경될 시점. 현재보다 미래 시점으로 설정해야 합니다. (시간대: UTC)

Response

정상적으로 변경됨

message
string
required

결과에 대한 메세지

body
object

관련 데이터