BillingKeyFailure: {
    message?: string;
    pgCode?: string;
    pgMessage?: string;
    failedAt: string;
}

발급 실패 상세 정보

Type declaration

  • Optionalmessage?: string

    실패 사유

  • OptionalpgCode?: string

    PG사 실패 코드

  • OptionalpgMessage?: string

    PG사 실패 사유

  • failedAt: string

    실패 시점 (RFC 3339 date-time)