UNPKG

apple-pay-helper

Version:

A utility library for handling server side Apple Pay sessions and decrypting tokens.

10 lines (9 loc) 574 B
module.exports = { merchantId: "merchant.com.name", // e.g., "merchant.com.coolapp" displayName: "Your Name", // e.g., "Cool App" initiativeContext: "your-domain.com", // e.g., "coolapp.com" paymentProcessorPrivateKeyPemPath: "path/to/your/paymentProcessorPrivateKeyPemPath.pem", // path to your payment processor private key PEM file merchantCertOnlyPemPath: "path/to/your/merchantCertOnlyPemPath.pem", // path to your merchant certificate PEM file merchantKeyOnlyPemPath: "path/to/your/merchantKeyOnlyPemPath.pem", // path to your merchant key PEM file };