@profullstack/sh1pt-payment-transfi
v0.1.15
Published
Provides the TransFi (cross-border payouts) payment adapter for sh1pt monetization workflows.
Readme
TransFi (cross-border payouts)
Provides the TransFi (cross-border payouts) payment adapter for sh1pt monetization workflows.
What it does
- Connects payment provider credentials and account settings.
- Supports payment, checkout, or billing workflows where implemented.
- Includes a connection flow for account or credential setup.
- Includes setup guidance for required credentials or provider configuration.
Package
- Name:
@profullstack/sh1pt-payment-transfi - Path:
packages/payments/transfi - Adapter ID:
payment-transfi - Homepage: https://sh1pt.com
Scripts
build:tsc -p tsconfig.jsonprepublishOnly:pnpm buildtypecheck:tsc -p tsconfig.json --noEmit
Usage
pnpm add @profullstack/sh1pt-payment-transfiDevelopment
pnpm --filter @profullstack/sh1pt-payment-transfi typecheckRun tests from the repository root when this module includes a test file:
pnpm vitest run packages/payments/transfi/src/index.test.ts