Skip to content

ConfirmedWithoutDepositSecret — @gj-kit/toss-payments

A public type from @gj-kit/toss-payments/server. The signature below is taken directly from the 0.6.1 release declaration.

import { ConfirmedWithoutDepositSecret } from '@gj-kit/toss-payments/server';
/**
* confirm 응답에서 secret을 받지 못했고, 조회가 결제 자체는 확인한 가상계좌.
*
* 결제를 실패로 처리하거나 재confirm하면 안 되지만, DEPOSIT_CALLBACK을 안전하게 검증할
* 비밀값도 복구할 수 없다. 호출자는 주문을 보류하고 운영 복구 경로로 보내야 한다.
*/
type ConfirmedWithoutDepositSecret = VirtualAccountPayment & {
readonly status: ConfirmedStatus;
readonly secret: null;
};

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/toss-payments
  • Version: 0.6.1
  • Public entry: ./server
  • Source: GitHub