UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

10 lines (9 loc) 249 B
export interface SecurityTrailer { AdyenCryptoVersion: number; KeyIdentifier: string; KeyVersion: number; /** Base64-encoded initialization vector nonce */ Nonce: string; /** Base64-encoded HMAC-SHA256 */ Hmac: string; }