어떠한 이유로 정기 결제가 비갱신으로 설정되는 경우 다음 정기 결제 알림 non_renewal_subscription
을 여러분의 웹훅 URL로 송부합니다. 알림을 활성화하려면 계정 관리자에게 연락하세요.
notification_type required | string 알림 유형입니다. | ||||||||||||
object 사용자 정의 프로젝트 설정(개체)입니다. | |||||||||||||
object 정기결제 세부 정보(오브젝트). | |||||||||||||
| |||||||||||||
object 사용자 세부 사항(개체)입니다. | |||||||||||||
성공적인 처리 표시를 반환합니다.
제공된 정보에 오류가 있는 경우 반환합니다(예: 필수 매개변수 누락, 인증 실패 등).
서버에 일시적인 오류가 있음을 표시하려면 돌아가세요.
{- "notification_type": "string",
- "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "subscription": {
- "amount": 0,
- "currency": "string",
- "date_create": "string",
- "date_next_charge": "string",
- "plan_id": "string",
- "subscription_id": 0
}, - "user": {
- "email": "string",
- "id": "string",
- "name": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}