Skip to main content
GET
/
api
/
v1
/
orders
/
{idOrCode}
/
pay
주문 결제링크 리다이렉트
curl --request GET \
  --url https://api.steppay.kr/api/v1/orders/{idOrCode}/pay \
  --header 'Secret-Token: <api-key>'
{
  "applicationContext": {
    "displayName": "<string>",
    "autowireCapableBeanFactory": {},
    "applicationName": "<string>",
    "startupDate": 123,
    "parent": "<unknown>",
    "id": "<string>",
    "environment": {
      "activeProfiles": [
        "<string>"
      ],
      "defaultProfiles": [
        "<string>"
      ]
    },
    "beanDefinitionCount": 123,
    "beanDefinitionNames": [
      "<string>"
    ],
    "parentBeanFactory": {},
    "classLoader": {
      "parent": {
        "name": "<string>",
        "unnamedModule": {
          "layer": {},
          "name": "<string>",
          "descriptor": {
            "open": true,
            "automatic": true
          },
          "classLoader": {
            "name": "<string>",
            "registeredAsParallelCapable": true,
            "definedPackages": [
              {
                "name": "<string>",
                "specificationTitle": "<string>",
                "specificationVersion": "<string>",
                "specificationVendor": "<string>",
                "implementationTitle": "<string>",
                "implementationVersion": "<string>",
                "implementationVendor": "<string>",
                "annotations": [
                  {}
                ],
                "declaredAnnotations": [
                  {}
                ],
                "sealed": true
              }
            ]
          },
          "annotations": [
            {}
          ],
          "declaredAnnotations": [
            {}
          ],
          "named": true,
          "packages": [
            "<string>"
          ]
        },
        "registeredAsParallelCapable": true,
        "definedPackages": [
          {
            "name": "<string>",
            "specificationTitle": "<string>",
            "specificationVersion": "<string>",
            "specificationVendor": "<string>",
            "implementationTitle": "<string>",
            "implementationVersion": "<string>",
            "implementationVendor": "<string>",
            "annotations": [
              {}
            ],
            "declaredAnnotations": [
              {}
            ],
            "sealed": true
          }
        ]
      },
      "name": "<string>",
      "unnamedModule": {
        "layer": {},
        "name": "<string>",
        "descriptor": {
          "open": true,
          "automatic": true
        },
        "classLoader": {
          "name": "<string>",
          "registeredAsParallelCapable": true,
          "definedPackages": [
            {
              "name": "<string>",
              "specificationTitle": "<string>",
              "specificationVersion": "<string>",
              "specificationVendor": "<string>",
              "implementationTitle": "<string>",
              "implementationVersion": "<string>",
              "implementationVendor": "<string>",
              "annotations": [
                {}
              ],
              "declaredAnnotations": [
                {}
              ],
              "sealed": true
            }
          ]
        },
        "annotations": [
          {}
        ],
        "declaredAnnotations": [
          {}
        ],
        "named": true,
        "packages": [
          "<string>"
        ]
      },
      "registeredAsParallelCapable": true,
      "definedPackages": [
        {
          "name": "<string>",
          "specificationTitle": "<string>",
          "specificationVersion": "<string>",
          "specificationVendor": "<string>",
          "implementationTitle": "<string>",
          "implementationVersion": "<string>",
          "implementationVendor": "<string>",
          "annotations": [
            {}
          ],
          "declaredAnnotations": [
            {}
          ],
          "sealed": true
        }
      ]
    }
  },
  "contentType": "<string>",
  "requestContextAttribute": "<string>",
  "staticAttributes": {},
  "exposePathVariables": true,
  "beanName": "<string>",
  "url": "<string>",
  "hosts": [
    "<string>"
  ],
  "propagateQueryProperties": true,
  "redirectView": true,
  "attributesMap": {}
}

Authorizations

Secret-Token
string
header
required

Path Parameters

idOrCode
string
required

주문 번호 또는 코드(주문 번호는 deprecate 될 예정입니다)

Query Parameters

successUrl
string

결제 성공시 리다이렉트 될 URL

errorUrl
string

결제 실패시 리다이렉트 될 URL

cancelUrl
string

결제 취소시 리다이렉트 될 URL

lang
string

Response

결제링크로 리다이렉트 됩니다.

applicationContext
object
contentType
string
requestContextAttribute
string
staticAttributes
object
exposePathVariables
boolean
beanName
string
url
string
hosts
string[]
propagateQueryProperties
boolean
redirectView
boolean
attributesMap
object