Documentation Index
Fetch the complete documentation index at: https://docs.steppay.kr/llms.txt
Use this file to discover all available pages before exploring further.
스텝페이가 제공하고 있는 웹훅 이벤트 목록입니다. 도메인 별로 구분되며, 각 이벤트 별로 이벤트 타입과 스키마가 결정됩니다. 스키마는 수신받게 될 object 내에 data 프로퍼티와 매칭됩니다.
Events
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 주문 생성 | order.created | Order |
| 주문 변경 | order.updated | Order |
| 주문 결제 성공 | order.payment_completed | Order |
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 구독 생성 | subscription.created | Subscription |
| 구독 변경 | subscription.updated | Subscription |
| 결제 예정 알림 | subscription.payment_due_notification | Subscription |
| 사용량 추가 | subscription.usage.added | Usage |
청구서
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 청구서 생성 | invoice.created | Invoice |
| 청구서 변경 | invoice.updated | Invoice |
| 청구서 삭제 | invoice.deleted | Invoice |
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 결제 성공 | payment.completed | Payment |
| 결제 실패 | payment.failed | Payment |
| 결제 취소 | payment.canceled | Payment |
| 결제 대기 | payment.standby | Payment |
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 회원 생성 | customer.created | Customer |
| 회원 정보 변경 | customer.updated | Customer |
| 회원 삭제 | customer.deleted | Customer |
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 상품 생성 | product.created | Product |
| 상품 수정 | product.updated | Product |
| 상품 삭제 | product.deleted | Product |
| 가격 플랜 생성 | product.price.created | Price |
| 가격 플랜 수정 | product.price.updated | Price |
| 가격 플랜 삭제 | product.price.deleted | Price |
애드온:스텝커버
| 이벤트 | 이벤트 타입 | Schema |
|---|
| 커버 알림 발송 | cover.sent_message | Cover |
| 커버 알림 나중에 받기 | cover.delayed_message | Cover |
| 커버 결제일 변경 | cover.changed_payment_date | Cover |
| 커버 만기 | cover.paused | Cover |