axios .post('/v1/payments/confirm') .then(() => { // 결제내역 기록 // 카카오알림톡 발송 }) .catch(() => { // 결제 재시도 유도 })