> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/crm_guide/variables/subscription.md).

# 자동 알림 - 정기결제(배송)

{% hint style="info" %}
정기결제(배송) 알림의 모든 변수는 SMS, 알림톡, 앱푸시에서 동일하게 지원됩니다.&#x20;
{% endhint %}

| 변수                    | 설명       | 치환 예시                 |
| --------------------- | -------- | --------------------- |
| `{rc_mallNm}`         | 쇼핑몰명     | 고도쇼핑몰                 |
| `{orderNo}`           | 주문번호     | ORD20251113001        |
| `{receiverName}`      | 수령자명     | 김고도                   |
| `{orderName}`         | 주문자명     | 김고도                   |
| `{presentExpiryDate}` | 수락기간 만료일 | 2025-12-31            |
| `{presentUrl}`        | 선물확인 URL | godomall.com/gift/... |
| `{deliveryName}`      | 배송업체명    | 고도택배                  |
| `{invoiceNo}`         | 송장번호     | 5678901234            |

| 변수                   | 설명       | 치환 예시          | 지원 발송 항목                                  |
| -------------------- | -------- | -------------- | ----------------------------------------- |
| `{rc_mallNm}`        | 쇼핑몰명     | 고도쇼핑몰          | 전체                                        |
| `{subName}`          | 신청자명     | 김고도            | 전체                                        |
| `{subGoodsNm}`       | 정기배송 상품명 | 양말 정기배송        | 전체                                        |
| `{subDeliveryCycle}` | 정기배송 주기  | 매월 1회          | 신청 안내 / 일정 변경                             |
| `{subDeliveryDate}`  | 정기배송 예정일 | 2025-12-01     | 결제 완료 / 일시정지 해제 / 회차 건너뛰기 / 일정 변경         |
| `{cardName}`         | 카드사명     | 고도카드           | 신청 안내 / 결제 예정 / 결제 실패 / 일시정지 해제           |
| `{cardNo}`           | 카드번호     | 현대 5678        | 신청 안내 / 결제 예정 / 결제 실패 / 일시정지 해제           |
| `{autoPayDate}`      | 자동결제일    | 2025-11-25     | 결제 예정 / 결제 실패                             |
| `{subPayRound}`      | 결제·배송 회차 | 3              | 결제 완료 / 배송 안내 / 일시정지 해제 / 회차 건너뛰기 / 일정 변경 |
| `{orderNo}`          | 주문번호     | ORD20251113001 | 결제 완료 / 배송 안내                             |
| `{settlePrice}`      | 총 주문금액   | 59,000         | 결제 완료                                     |
| `{deliveryName}`     | 배송업체명    | 고도택배           | 배송 안내                                     |
| `{invoiceNo}`        | 송장번호     | 5678901234     | 배송 안내                                     |
| `{cancelReason}`     | 해지사유     | 서비스 이용 중단      | 해지 안내                                     |
| `{endPayRound}`      | 종료회차     | 4              | 신청 안내 / 일정 변경                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://godomall-help.nhn-commerce.com/crm_guide/variables/subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
