Skip to content

FurlPay/furlpay-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Furlpay CLI

CI license

stripe-cli for stablecoins — test Furlpay webhooks and events from your terminal. Zero dependencies.

Install

npm install -g @furlpay/cli

Commands

furlpay login --key sk_sandbox_...                         # store your key locally
furlpay listen --forward-to localhost:3000/api/webhooks    # stream sandbox webhooks
furlpay trigger card.transaction.authorized                # emit a signed test event
furlpay events                                             # list triggerable event types
furlpay logs --tail                                        # stream request/response cycles

Every event the CLI emits is signed with the same HMAC-SHA256 furlpay-signature scheme the production API uses, so your webhook handler verifies real signatures in development:

furlpay-signature: t=1719900000,v1=5257a869e7...

Verify with @furlpay/furlpay-node:

Furlpay.webhooks.constructEvent(rawBody, sigHeader, endpointSecret);

License

MIT

About

stripe-cli for stablecoins — forward Furlpay webhooks and trigger signed test events from your terminal.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors