cURL
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": {} }
다음 결제일을 변경합니다.
구독 번호
결제일 변경을 위한 정보
변경될 시점. 현재보다 미래 시점으로 설정해야 합니다. (시간대: UTC)
정상적으로 변경됨
결과에 대한 메세지
관련 데이터