Skip to main content
GET
/
api
/
v1
/
invoices
/
{id}
청구서 상세 조회
curl --request GET \
  --url https://api.steppay.kr/api/v1/invoices/{id} \
  --header 'Secret-Token: <api-key>'
{
  "id": 123,
  "discount": 123,
  "status": "TEMPORARY",
  "customer": {
    "id": 123,
    "orderCount": 123,
    "totalPurchasedPrice": 123,
    "orders": [
      {
        "id": 123,
        "type": "RECURRING",
        "productName": "<string>",
        "amount": 123,
        "claimMethodType": "PRE",
        "createdAt": "2023-11-07T05:31:56Z",
        "currency": "<string>"
      }
    ],
    "subscriptions": [
      {
        "id": 123,
        "code": "<string>",
        "items": [
          {
            "id": 123,
            "productName": "<string>",
            "productType": "BOX",
            "isOnetimePurchasable": true,
            "featuredImageUrl": "<string>",
            "selectedProductOptionIds": [
              123
            ],
            "selectedProductOptionPrice": 123,
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "detailDescription": "<string>",
              "isHiddenFromShop": true,
              "adminName": "<string>"
            },
            "price": 123,
            "currency": "<string>",
            "quantity": 123,
            "isAdditional": true,
            "keepWhenRenew": true,
            "hasOptions": true,
            "type": "SKU",
            "claimMethodType": "PRE",
            "priceType": "ONE_TIME",
            "selectedOptions": [
              123
            ],
            "code": "<string>",
            "selectedProductOptionLabel": "<string>",
            "maximumPurchaseQuantity": 123,
            "productCode": "<string>",
            "priceCode": "<string>",
            "parentSubscriptionItemCode": "<string>"
          }
        ],
        "status": "ACTIVE",
        "recurring": {
          "interval": "DAY",
          "intervalCount": 123
        },
        "currency": "<string>",
        "nextPaymentDateTime": "2023-11-07T05:31:56Z",
        "paymentMethod": {
          "id": 123,
          "paymentInfo": "<string>"
        },
        "endDate": "2023-11-07T05:31:56Z",
        "lastPaymentDateTime": "2023-11-07T05:31:56Z"
      }
    ],
    "paymentMethods": [
      {
        "id": 123,
        "paymentInfo": "<string>"
      }
    ],
    "marketingSms": true,
    "marketingEmail": true,
    "marketingKakao": true,
    "attributes": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "additionalRecipients": [
      "<string>"
    ],
    "region": {
      "name": "<string>",
      "currencies": [
        "<string>"
      ],
      "country": "<string>",
      "countryCode": "<string>",
      "language": "<string>",
      "state": "<string>"
    },
    "status": "NORMAL",
    "username": "<string>",
    "name": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "shipping": {
      "name": "<string>",
      "phone": "<string>",
      "postcode": "<string>",
      "address1": "<string>",
      "address2": "<string>",
      "state": "<string>",
      "city": "<string>",
      "countryCode": "<string>"
    },
    "code": "<string>"
  },
  "publishType": "NOW",
  "order": {
    "orderId": 123,
    "orderCode": "<string>",
    "type": "RECURRING",
    "paidAmount": 123,
    "returnedAmount": 123,
    "leftAmount": 123,
    "discountedAmount": 123,
    "productName": "<string>",
    "orderLogs": [
      {
        "id": 123,
        "type": "MANAGER",
        "content": "<string>",
        "createdAt": "2023-11-07T05:31:56Z"
      }
    ],
    "code": "<string>",
    "subscriptions": [
      {
        "id": 123,
        "status": "ACTIVE",
        "items": [
          {
            "id": 123,
            "productName": "<string>",
            "productType": "BOX",
            "isOnetimePurchasable": true,
            "featuredImageUrl": "<string>",
            "selectedProductOptionIds": [
              123
            ],
            "selectedProductOptionPrice": 123,
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "detailDescription": "<string>",
              "isHiddenFromShop": true,
              "adminName": "<string>"
            },
            "price": 123,
            "currency": "<string>",
            "quantity": 123,
            "isAdditional": true,
            "keepWhenRenew": true,
            "hasOptions": true,
            "type": "SKU",
            "claimMethodType": "PRE",
            "priceType": "ONE_TIME",
            "selectedOptions": [
              123
            ],
            "code": "<string>",
            "selectedProductOptionLabel": "<string>",
            "maximumPurchaseQuantity": 123,
            "productCode": "<string>",
            "priceCode": "<string>",
            "parentSubscriptionItemCode": "<string>"
          }
        ],
        "price": {
          "id": 123,
          "code": "<string>",
          "price": 123,
          "currencyPrice": {},
          "type": "ONE_TIME",
          "enabledFirstSalePrice": true,
          "firstSalePrice": 123,
          "billingDate": 123,
          "maximumPurchaseQuantity": 123,
          "membershipExpirationDate": 123,
          "options": [
            {
              "id": 123,
              "price": 123,
              "name": "<string>",
              "productCode": "<string>",
              "type": "INITIALLY",
              "priceCode": "<string>",
              "priceName": "<string>",
              "productType": "BOX",
              "recurringDTO": {
                "id": 123,
                "intervalCount": 123,
                "aggregateUsageType": "SUM",
                "interval": "DAY",
                "usageType": "LICENSED"
              }
            }
          ],
          "volumes": [
            {
              "id": 123,
              "min": 123,
              "max": 123,
              "price": 123
            }
          ],
          "basicServing": 123,
          "bundlePrices": [
            {
              "product": {
                "id": 123,
                "code": "<string>",
                "status": "SALE",
                "combinedProducts": [
                  {
                    "code": "<string>",
                    "type": "BOX",
                    "status": "SALE",
                    "name": "<string>",
                    "description": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "options": [
                          {
                            "id": 123,
                            "name": "<string>",
                            "price": 123,
                            "quantity": 123,
                            "parent": 123
                          }
                        ],
                        "depth": 123
                      }
                    ],
                    "prices": "<array>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "modifiedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "optionGroups": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "price": 123,
                        "quantity": 123,
                        "parent": 123
                      }
                    ],
                    "depth": 123
                  }
                ],
                "useCombination": true,
                "optionCombinations": [
                  {
                    "id": [
                      123
                    ],
                    "status": "SALE",
                    "quantity": 123,
                    "price": 123
                  }
                ],
                "prices": "<array>",
                "createdAt": "2023-11-07T05:31:56Z",
                "enabledDemo": true,
                "demoPeriod": 123,
                "demoPeriodUnit": "DAY",
                "categories": [
                  {
                    "categoryId": 123,
                    "name": "<string>"
                  }
                ],
                "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                "productOrder": 123,
                "isOnetimePurchasable": true,
                "eventBadge": [
                  {
                    "event": "<string>",
                    "startDateTime": "2023-11-07T05:31:56Z",
                    "endDateTime": "2023-11-07T05:31:56Z"
                  }
                ],
                "type": "BOX",
                "name": "<string>",
                "subTitle": "<string>",
                "featuredImageUrl": "<string>",
                "imageUrls": [
                  "<string>"
                ],
                "description": "<string>",
                "summary": "<string>",
                "reasonOfReject": "<string>",
                "sku": "<string>",
                "quantity": 123,
                "modifiedAt": "2023-11-07T05:31:56Z",
                "notice": "<string>",
                "useWidget": {
                  "useDemo": true,
                  "useEventBadge": true,
                  "useOnetimePurchasable": true,
                  "useNotice": true
                },
                "groupId": 123,
                "countrySetting": {
                  "id": 123,
                  "countryCode": "<string>",
                  "timezoneName": "<string>",
                  "currencyCode": "<string>",
                  "isDefault": true,
                  "taxRate": 123
                },
                "availableRegions": [
                  "AD"
                ],
                "shared": [
                  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
                ]
              },
              "price": "<unknown>"
            }
          ],
          "onetimeBundlePrice": 123,
          "currencyOnetimeBundlePrice": {},
          "order": 123,
          "unit": "<string>",
          "planName": "<string>",
          "planDescription": "<string>",
          "claimMethodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "membershipExpirationDateType": "DAY",
          "setupOption": {
            "id": 123,
            "price": 123,
            "currencyPrice": {},
            "claimMethodType": "PRE",
            "name": "<string>",
            "type": "INITIALLY"
          },
          "additionalBilling": {
            "id": 123,
            "type": "USAGE_BASED_WITH_RANGE",
            "ranges": [
              {
                "id": 123,
                "until": 123,
                "price": 123
              }
            ]
          },
          "recurring": {
            "id": 123,
            "intervalCount": 123,
            "aggregateUsageType": "SUM",
            "interval": "DAY",
            "usageType": "LICENSED"
          },
          "createdAt": "2023-11-07T05:31:56Z",
          "modifiedAt": "2023-11-07T05:31:56Z",
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "detailDescription": "<string>",
            "isHiddenFromShop": true,
            "adminName": "<string>"
          },
          "firstSale": {
            "enabled": true,
            "price": 123,
            "currencyPrice": {}
          },
          "claim": {
            "methodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "billingDate": 123,
            "provideStartDay": 123
          }
        },
        "interval": "DAY",
        "intervalCount": 123,
        "startDate": "2023-11-07T05:31:56Z",
        "lastPaymentDate": "2023-11-07T05:31:56Z",
        "nextPaymentDate": "2023-11-07T05:31:56Z",
        "endDate": "2023-11-07T05:31:56Z",
        "trialEndDate": "2023-11-07T05:31:56Z"
      }
    ],
    "relatedOrders": [
      {
        "id": 123,
        "code": "<string>",
        "orderType": "RECURRING",
        "productName": "<string>",
        "paidAmount": 123,
        "items": [
          {
            "orderItemId": 123,
            "code": "<string>",
            "productName": "<string>",
            "plan": {
              "name": "<string>",
              "description": "<string>",
              "detailDescription": "<string>",
              "isHiddenFromShop": true,
              "adminName": "<string>"
            },
            "status": "CREATED",
            "amount": 123,
            "priceType": "ONE_TIME",
            "parentOrderItemCode": "<string>"
          }
        ],
        "createdAt": "2023-11-07T05:31:56Z",
        "currency": "<string>"
      }
    ],
    "currency": "<string>",
    "exchangeRate": 123,
    "region": {
      "name": "<string>",
      "currencies": [
        "<string>"
      ],
      "country": "<string>",
      "countryCode": "<string>",
      "language": "<string>",
      "state": "<string>"
    },
    "baseCurrency": "<string>",
    "items": [
      {
        "id": 123,
        "code": "<string>",
        "paidAmount": 123,
        "currency": "<string>",
        "quantity": 123,
        "status": "CREATED",
        "selectedProductOptionIds": [
          123
        ],
        "orderItemCode": "<string>",
        "orderedProductType": "BOX",
        "orderedProductName": "<string>",
        "orderedPlanName": "<string>",
        "minimumQuantity": 123,
        "price": {
          "id": 123,
          "code": "<string>",
          "price": 123,
          "currencyPrice": {},
          "type": "ONE_TIME",
          "enabledFirstSalePrice": true,
          "firstSalePrice": 123,
          "billingDate": 123,
          "maximumPurchaseQuantity": 123,
          "membershipExpirationDate": 123,
          "options": [
            {
              "id": 123,
              "price": 123,
              "name": "<string>",
              "productCode": "<string>",
              "type": "INITIALLY",
              "priceCode": "<string>",
              "priceName": "<string>",
              "productType": "BOX",
              "recurringDTO": {
                "id": 123,
                "intervalCount": 123,
                "aggregateUsageType": "SUM",
                "interval": "DAY",
                "usageType": "LICENSED"
              }
            }
          ],
          "volumes": [
            {
              "id": 123,
              "min": 123,
              "max": 123,
              "price": 123
            }
          ],
          "basicServing": 123,
          "bundlePrices": [
            {
              "product": {
                "id": 123,
                "code": "<string>",
                "status": "SALE",
                "combinedProducts": [
                  {
                    "code": "<string>",
                    "type": "BOX",
                    "status": "SALE",
                    "name": "<string>",
                    "description": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "options": [
                          {
                            "id": 123,
                            "name": "<string>",
                            "price": 123,
                            "quantity": 123,
                            "parent": 123
                          }
                        ],
                        "depth": 123
                      }
                    ],
                    "prices": "<array>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "modifiedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "optionGroups": [
                  {
                    "id": 123,
                    "name": "<string>",
                    "options": [
                      {
                        "id": 123,
                        "name": "<string>",
                        "price": 123,
                        "quantity": 123,
                        "parent": 123
                      }
                    ],
                    "depth": 123
                  }
                ],
                "useCombination": true,
                "optionCombinations": [
                  {
                    "id": [
                      123
                    ],
                    "status": "SALE",
                    "quantity": 123,
                    "price": 123
                  }
                ],
                "prices": "<array>",
                "createdAt": "2023-11-07T05:31:56Z",
                "enabledDemo": true,
                "demoPeriod": 123,
                "demoPeriodUnit": "DAY",
                "categories": [
                  {
                    "categoryId": 123,
                    "name": "<string>"
                  }
                ],
                "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
                "productOrder": 123,
                "isOnetimePurchasable": true,
                "eventBadge": [
                  {
                    "event": "<string>",
                    "startDateTime": "2023-11-07T05:31:56Z",
                    "endDateTime": "2023-11-07T05:31:56Z"
                  }
                ],
                "type": "BOX",
                "name": "<string>",
                "subTitle": "<string>",
                "featuredImageUrl": "<string>",
                "imageUrls": [
                  "<string>"
                ],
                "description": "<string>",
                "summary": "<string>",
                "reasonOfReject": "<string>",
                "sku": "<string>",
                "quantity": 123,
                "modifiedAt": "2023-11-07T05:31:56Z",
                "notice": "<string>",
                "useWidget": {
                  "useDemo": true,
                  "useEventBadge": true,
                  "useOnetimePurchasable": true,
                  "useNotice": true
                },
                "groupId": 123,
                "countrySetting": {
                  "id": 123,
                  "countryCode": "<string>",
                  "timezoneName": "<string>",
                  "currencyCode": "<string>",
                  "isDefault": true,
                  "taxRate": 123
                },
                "availableRegions": [
                  "AD"
                ],
                "shared": [
                  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
                ]
              },
              "price": "<unknown>"
            }
          ],
          "onetimeBundlePrice": 123,
          "currencyOnetimeBundlePrice": {},
          "order": 123,
          "unit": "<string>",
          "planName": "<string>",
          "planDescription": "<string>",
          "claimMethodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "membershipExpirationDateType": "DAY",
          "setupOption": {
            "id": 123,
            "price": 123,
            "currencyPrice": {},
            "claimMethodType": "PRE",
            "name": "<string>",
            "type": "INITIALLY"
          },
          "additionalBilling": {
            "id": 123,
            "type": "USAGE_BASED_WITH_RANGE",
            "ranges": [
              {
                "id": 123,
                "until": 123,
                "price": 123
              }
            ]
          },
          "recurring": {
            "id": 123,
            "intervalCount": 123,
            "aggregateUsageType": "SUM",
            "interval": "DAY",
            "usageType": "LICENSED"
          },
          "createdAt": "2023-11-07T05:31:56Z",
          "modifiedAt": "2023-11-07T05:31:56Z",
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "detailDescription": "<string>",
            "isHiddenFromShop": true,
            "adminName": "<string>"
          },
          "firstSale": {
            "enabled": true,
            "price": 123,
            "currencyPrice": {}
          },
          "claim": {
            "methodType": "PRE",
            "whenToClaimType": "FIRST_PAYMENT",
            "billingDate": 123,
            "provideStartDay": 123
          }
        },
        "product": {
          "id": 123,
          "code": "<string>",
          "status": "SALE",
          "combinedProducts": [
            {
              "code": "<string>",
              "type": "BOX",
              "status": "SALE",
              "name": "<string>",
              "description": "<string>",
              "options": [
                {
                  "id": 123,
                  "name": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "price": 123,
                      "quantity": 123,
                      "parent": 123
                    }
                  ],
                  "depth": 123
                }
              ],
              "prices": "<array>",
              "createdAt": "2023-11-07T05:31:56Z",
              "modifiedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "optionGroups": [
            {
              "id": 123,
              "name": "<string>",
              "options": [
                {
                  "id": 123,
                  "name": "<string>",
                  "price": 123,
                  "quantity": 123,
                  "parent": 123
                }
              ],
              "depth": 123
            }
          ],
          "useCombination": true,
          "optionCombinations": [
            {
              "id": [
                123
              ],
              "status": "SALE",
              "quantity": 123,
              "price": 123
            }
          ],
          "prices": "<array>",
          "createdAt": "2023-11-07T05:31:56Z",
          "enabledDemo": true,
          "demoPeriod": 123,
          "demoPeriodUnit": "DAY",
          "categories": [
            {
              "categoryId": 123,
              "name": "<string>"
            }
          ],
          "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "productOrder": 123,
          "isOnetimePurchasable": true,
          "eventBadge": [
            {
              "event": "<string>",
              "startDateTime": "2023-11-07T05:31:56Z",
              "endDateTime": "2023-11-07T05:31:56Z"
            }
          ],
          "type": "BOX",
          "name": "<string>",
          "subTitle": "<string>",
          "featuredImageUrl": "<string>",
          "imageUrls": [
            "<string>"
          ],
          "description": "<string>",
          "summary": "<string>",
          "reasonOfReject": "<string>",
          "sku": "<string>",
          "quantity": 123,
          "modifiedAt": "2023-11-07T05:31:56Z",
          "notice": "<string>",
          "useWidget": {
            "useDemo": true,
            "useEventBadge": true,
            "useOnetimePurchasable": true,
            "useNotice": true
          },
          "groupId": 123,
          "countrySetting": {
            "id": 123,
            "countryCode": "<string>",
            "timezoneName": "<string>",
            "currencyCode": "<string>",
            "isDefault": true,
            "taxRate": 123
          },
          "availableRegions": [
            "AD"
          ],
          "shared": [
            "3c90c3cc-0d44-4b50-8888-8dd25736052a"
          ]
        },
        "type": "SKU",
        "featuredImageUrl": "<string>",
        "selectedProductOptionLabel": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "canceledDateTime": "2023-11-07T05:31:56Z",
        "modifiedAt": "2023-11-07T05:31:56Z",
        "discountName": "<string>",
        "relatedOrderItemId": 123,
        "priceSetupType": "INITIALLY",
        "demoCycle": {
          "num": 123,
          "type": "DAY"
        },
        "usedCount": 123,
        "usageFormula": "<string>",
        "deliveryCode": "<string>",
        "histories": [
          {
            "actor": "SYSTEM",
            "category": "CANCELLATION",
            "status": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "reason": "<string>"
          }
        ],
        "maximumQuantity": 123,
        "parentOrderItemCode": "<string>",
        "unitChangeHistory": [
          {
            "changedCount": 123,
            "days": 123
          }
        ],
        "unitCount": 123,
        "relatedSubscriptionItemId": 123
      }
    ],
    "customer": {
      "id": 123,
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "marketingSms": true,
      "marketingEmail": true,
      "marketingKakao": true,
      "attributes": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "status": "NORMAL",
      "username": "<string>",
      "email": "<string>",
      "phone": "<string>",
      "shipping": {
        "name": "<string>",
        "phone": "<string>",
        "postcode": "<string>",
        "address1": "<string>",
        "address2": "<string>",
        "state": "<string>",
        "city": "<string>",
        "countryCode": "<string>"
      },
      "code": "<string>"
    },
    "paymentDate": "2023-11-07T05:31:56Z",
    "paymentDueDate": "2023-11-07T05:31:56Z",
    "purchaseDeadline": "2023-11-07T05:31:56Z",
    "shipping": {
      "name": "<string>",
      "phone": "<string>",
      "postcode": "<string>",
      "address1": "<string>",
      "address2": "<string>",
      "state": "<string>",
      "city": "<string>",
      "countryCode": "<string>"
    },
    "createdAt": "2023-11-07T05:31:56Z",
    "modifiedAt": "2023-11-07T05:31:56Z",
    "payment": {
      "amount": 123,
      "discount": 123,
      "paymentMethod": "CARD",
      "paymentDate": "2023-11-07T05:31:56Z",
      "paymentReturn": {},
      "paymentReceiptUrl": "<string>",
      "paymentGateway": "NAVER",
      "cardNumber": "<string>",
      "vbankDTO": {
        "bankName": "<string>",
        "accountNumber": "<string>",
        "accountName": "<string>",
        "bankDate": "2023-11-07T05:31:56Z",
        "bankCode": "<string>"
      },
      "niceCmsDTO": {
        "corporateManager": "<string>",
        "companyName": "<string>",
        "accountHolderSocialSecurityNumber": "<string>",
        "bankCode": "<string>",
        "bankAccount": "<string>",
        "date": "2023-11-07T05:31:56Z",
        "status": "ACCOUNT_PENDING",
        "companyRegistrationNumber": "<string>",
        "errorReturn": "<string>"
      },
      "customerDTO": {
        "id": 123,
        "orderCount": 123,
        "totalPurchasedPrice": 123,
        "orders": [
          {
            "id": 123,
            "type": "RECURRING",
            "productName": "<string>",
            "amount": 123,
            "claimMethodType": "PRE",
            "createdAt": "2023-11-07T05:31:56Z",
            "currency": "<string>"
          }
        ],
        "subscriptions": [
          {
            "id": 123,
            "code": "<string>",
            "items": [
              {
                "id": 123,
                "productName": "<string>",
                "productType": "BOX",
                "isOnetimePurchasable": true,
                "featuredImageUrl": "<string>",
                "selectedProductOptionIds": [
                  123
                ],
                "selectedProductOptionPrice": 123,
                "plan": {
                  "name": "<string>",
                  "description": "<string>",
                  "detailDescription": "<string>",
                  "isHiddenFromShop": true,
                  "adminName": "<string>"
                },
                "price": 123,
                "currency": "<string>",
                "quantity": 123,
                "isAdditional": true,
                "keepWhenRenew": true,
                "hasOptions": true,
                "type": "SKU",
                "claimMethodType": "PRE",
                "priceType": "ONE_TIME",
                "selectedOptions": [
                  123
                ],
                "code": "<string>",
                "selectedProductOptionLabel": "<string>",
                "maximumPurchaseQuantity": 123,
                "productCode": "<string>",
                "priceCode": "<string>",
                "parentSubscriptionItemCode": "<string>"
              }
            ],
            "status": "ACTIVE",
            "recurring": {
              "interval": "DAY",
              "intervalCount": 123
            },
            "currency": "<string>",
            "nextPaymentDateTime": "2023-11-07T05:31:56Z",
            "paymentMethod": {
              "id": 123,
              "paymentInfo": "<string>"
            },
            "endDate": "2023-11-07T05:31:56Z",
            "lastPaymentDateTime": "2023-11-07T05:31:56Z"
          }
        ],
        "paymentMethods": [
          {
            "id": 123,
            "paymentInfo": "<string>"
          }
        ],
        "marketingSms": true,
        "marketingEmail": true,
        "marketingKakao": true,
        "attributes": {},
        "createdAt": "2023-11-07T05:31:56Z",
        "additionalRecipients": [
          "<string>"
        ],
        "region": {
          "name": "<string>",
          "currencies": [
            "<string>"
          ],
          "country": "<string>",
          "countryCode": "<string>",
          "language": "<string>",
          "state": "<string>"
        },
        "status": "NORMAL",
        "username": "<string>",
        "name": "<string>",
        "email": "<string>",
        "phone": "<string>",
        "shipping": {
          "name": "<string>",
          "phone": "<string>",
          "postcode": "<string>",
          "address1": "<string>",
          "address2": "<string>",
          "state": "<string>",
          "city": "<string>",
          "countryCode": "<string>"
        },
        "code": "<string>"
      },
      "errorCode": "<string>",
      "errorMessage": "<string>"
    },
    "idKey": "<string>",
    "parentSubscription": {
      "id": 123,
      "status": "ACTIVE",
      "items": [
        {
          "id": 123,
          "productName": "<string>",
          "productType": "BOX",
          "isOnetimePurchasable": true,
          "featuredImageUrl": "<string>",
          "selectedProductOptionIds": [
            123
          ],
          "selectedProductOptionPrice": 123,
          "plan": {
            "name": "<string>",
            "description": "<string>",
            "detailDescription": "<string>",
            "isHiddenFromShop": true,
            "adminName": "<string>"
          },
          "price": 123,
          "currency": "<string>",
          "quantity": 123,
          "isAdditional": true,
          "keepWhenRenew": true,
          "hasOptions": true,
          "type": "SKU",
          "claimMethodType": "PRE",
          "priceType": "ONE_TIME",
          "selectedOptions": [
            123
          ],
          "code": "<string>",
          "selectedProductOptionLabel": "<string>",
          "maximumPurchaseQuantity": 123,
          "productCode": "<string>",
          "priceCode": "<string>",
          "parentSubscriptionItemCode": "<string>"
        }
      ],
      "price": {
        "id": 123,
        "code": "<string>",
        "price": 123,
        "currencyPrice": {},
        "type": "ONE_TIME",
        "enabledFirstSalePrice": true,
        "firstSalePrice": 123,
        "billingDate": 123,
        "maximumPurchaseQuantity": 123,
        "membershipExpirationDate": 123,
        "options": [
          {
            "id": 123,
            "price": 123,
            "name": "<string>",
            "productCode": "<string>",
            "type": "INITIALLY",
            "priceCode": "<string>",
            "priceName": "<string>",
            "productType": "BOX",
            "recurringDTO": {
              "id": 123,
              "intervalCount": 123,
              "aggregateUsageType": "SUM",
              "interval": "DAY",
              "usageType": "LICENSED"
            }
          }
        ],
        "volumes": [
          {
            "id": 123,
            "min": 123,
            "max": 123,
            "price": 123
          }
        ],
        "basicServing": 123,
        "bundlePrices": [
          {
            "product": {
              "id": 123,
              "code": "<string>",
              "status": "SALE",
              "combinedProducts": [
                {
                  "code": "<string>",
                  "type": "BOX",
                  "status": "SALE",
                  "name": "<string>",
                  "description": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "options": [
                        {
                          "id": 123,
                          "name": "<string>",
                          "price": 123,
                          "quantity": 123,
                          "parent": 123
                        }
                      ],
                      "depth": 123
                    }
                  ],
                  "prices": "<array>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "modifiedAt": "2023-11-07T05:31:56Z"
                }
              ],
              "optionGroups": [
                {
                  "id": 123,
                  "name": "<string>",
                  "options": [
                    {
                      "id": 123,
                      "name": "<string>",
                      "price": 123,
                      "quantity": 123,
                      "parent": 123
                    }
                  ],
                  "depth": 123
                }
              ],
              "useCombination": true,
              "optionCombinations": [
                {
                  "id": [
                    123
                  ],
                  "status": "SALE",
                  "quantity": 123,
                  "price": 123
                }
              ],
              "prices": "<array>",
              "createdAt": "2023-11-07T05:31:56Z",
              "enabledDemo": true,
              "demoPeriod": 123,
              "demoPeriodUnit": "DAY",
              "categories": [
                {
                  "categoryId": 123,
                  "name": "<string>"
                }
              ],
              "vendorUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "productOrder": 123,
              "isOnetimePurchasable": true,
              "eventBadge": [
                {
                  "event": "<string>",
                  "startDateTime": "2023-11-07T05:31:56Z",
                  "endDateTime": "2023-11-07T05:31:56Z"
                }
              ],
              "type": "BOX",
              "name": "<string>",
              "subTitle": "<string>",
              "featuredImageUrl": "<string>",
              "imageUrls": [
                "<string>"
              ],
              "description": "<string>",
              "summary": "<string>",
              "reasonOfReject": "<string>",
              "sku": "<string>",
              "quantity": 123,
              "modifiedAt": "2023-11-07T05:31:56Z",
              "notice": "<string>",
              "useWidget": {
                "useDemo": true,
                "useEventBadge": true,
                "useOnetimePurchasable": true,
                "useNotice": true
              },
              "groupId": 123,
              "countrySetting": {
                "id": 123,
                "countryCode": "<string>",
                "timezoneName": "<string>",
                "currencyCode": "<string>",
                "isDefault": true,
                "taxRate": 123
              },
              "availableRegions": [
                "AD"
              ],
              "shared": [
                "3c90c3cc-0d44-4b50-8888-8dd25736052a"
              ]
            },
            "price": "<unknown>"
          }
        ],
        "onetimeBundlePrice": 123,
        "currencyOnetimeBundlePrice": {},
        "order": 123,
        "unit": "<string>",
        "planName": "<string>",
        "planDescription": "<string>",
        "claimMethodType": "PRE",
        "whenToClaimType": "FIRST_PAYMENT",
        "membershipExpirationDateType": "DAY",
        "setupOption": {
          "id": 123,
          "price": 123,
          "currencyPrice": {},
          "claimMethodType": "PRE",
          "name": "<string>",
          "type": "INITIALLY"
        },
        "additionalBilling": {
          "id": 123,
          "type": "USAGE_BASED_WITH_RANGE",
          "ranges": [
            {
              "id": 123,
              "until": 123,
              "price": 123
            }
          ]
        },
        "recurring": {
          "id": 123,
          "intervalCount": 123,
          "aggregateUsageType": "SUM",
          "interval": "DAY",
          "usageType": "LICENSED"
        },
        "createdAt": "2023-11-07T05:31:56Z",
        "modifiedAt": "2023-11-07T05:31:56Z",
        "plan": {
          "name": "<string>",
          "description": "<string>",
          "detailDescription": "<string>",
          "isHiddenFromShop": true,
          "adminName": "<string>"
        },
        "firstSale": {
          "enabled": true,
          "price": 123,
          "currencyPrice": {}
        },
        "claim": {
          "methodType": "PRE",
          "whenToClaimType": "FIRST_PAYMENT",
          "billingDate": 123,
          "provideStartDay": 123
        }
      },
      "interval": "DAY",
      "intervalCount": 123,
      "startDate": "2023-11-07T05:31:56Z",
      "lastPaymentDate": "2023-11-07T05:31:56Z",
      "nextPaymentDate": "2023-11-07T05:31:56Z",
      "endDate": "2023-11-07T05:31:56Z",
      "trialEndDate": "2023-11-07T05:31:56Z"
    },
    "calculateStartDate": "2023-11-07T05:31:56Z",
    "calculateEndDate": "2023-11-07T05:31:56Z",
    "childOrders": "<array>",
    "paymentMethod": "CARD",
    "totalDisplayAmount": 123
  },
  "purchaseDeadline": "2023-11-07T05:31:56Z",
  "publishMethod": [
    "KAKAO"
  ],
  "invoicePayMethods": [
    "CARD"
  ],
  "memoToCustomer": "<string>",
  "reservationAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z",
  "region": {
    "name": "<string>",
    "currencies": [
      "<string>"
    ],
    "country": "<string>",
    "countryCode": "<string>",
    "language": "<string>",
    "state": "<string>"
  },
  "currency": "<string>",
  "baseCurrency": "<string>",
  "exchangeRate": 123
}

Authorizations

Secret-Token
string
header
required

Path Parameters

id
integer<int64>
required

청구서 번호

Response

정상적으로 조회됨

id
integer<int64>
required

청구서 번호

discount
number
required

할인 금액

status
enum<string>

청구서 상태

Available options:
TEMPORARY,
RESERVATION,
SENT,
PAID,
OVER_DUE,
SEND_FAIL
customer
고객 상세 정보 · object
publishType
enum<string>

청구서 발행 상태

Available options:
NOW,
RESERVATION
order
주문 상세 정보 · object

청구서 주문 정보

purchaseDeadline
string<date-time>

구매 기한

publishMethod
enum<string>[]

발송 수단 목록

발송 수단 목록

Available options:
KAKAO,
SMS,
EMAIL
invoicePayMethods
enum<string>[]

지정 결제 수단 목록

지정 결제 수단 목록

Available options:
CARD,
VBANK,
BANK,
BANK_TRANSFER,
CELLPHONE,
SIMPLE_PAY,
CMS,
CARD_BILL,
CELLPHONE_BILL,
CMS_BILL,
PAYPAL
memoToCustomer
string

청구서 메모

reservationAt
string<date-time>

예약 일시

deletedAt
string<date-time>

삭제 일시

region
판매국가 정보 · object

지역

currency
string

승인 통화

baseCurrency
string

청구서 생성 당시 기준 통화

exchangeRate
number

청구서 생성 당시 환율(기준통화 -> 승인통화)