Origit Console
IBM Bob connected acme-payments · Business plan · demo
main northbridge-payments/packages/fast-pay-utils/README.md
28 lines · 2533 bytes sha256 06a32a564a4519a66de2 hours ago

Fast Pay Util (fast-pay-util)

⟨361 hidden⟩ fast-pay-util is a lightweight, high-performance utility library designed to streamline payment processing, currency conversions, and transaction validations across multiple payment gateways (Stripe, PayPal, and Square).

Whether you are building a subscription-based SaaS, an e-commerce storefront, or a peer-to-peer marketplace, this package abstracts away the boilerplate code needed to handle secure financial transactions.


Features

  • Multi-Gateway Support: Unified API for Stripe, PayPal, and Square.
  • Currency Conversion: Real-time exchange rate calculations with built-in caching.
  • Idempotency Handling: Prevents duplicate charges during network failures or retries.
  • Webhook Verification: Securely parse and verify incoming webhook signatures out-of-the-box.
  • Zero Heavy Dependencies: Optimized for speed and minimal bundle size.

Installation

Install the package via your preferred package manager:

npm install fast-pay-util
# or
yarn add fast-pay-util
# or
pnpm add fast-pay-util
Powered by IBM Bob 2.0