resendWebhook

@JvmName(name = "resendWebhookSuspend")
suspend fun resendWebhook(paymentId: String, webhookId: String? = null): ResendWebhookResponse

웹훅 재발송

웹훅을 재발송합니다.

Parameters

paymentId

결제 건 아이디

webhookId

웹훅 아이디

입력하지 않으면 결제 건의 가장 최근 웹훅 아이디가 기본 적용됩니다

Throws