A modern stripe library for Haskell
The goal of library is to implement the entire modern (2020-03-02
) Stripe API.
Implemented So Far:
- Core Resources
- Balance
- Balance Transactions
- Charges
- Customers
- Disputes
- Events
- Files
- File Links
- Mandates
- PaymentIntents
- SetupIntents
- Payouts
- Products
- Refunds
- Tokens
- Payment Methods
- PaymentMethods
- Bank Accounts
- Cards
- Sources
- Checkout
- Sessions
- Billing
- Coupons
- Credit Notes
- Customer Balance Transactions
- Customer Tax IDs
- Discounts
- Invoices
- Invoice Items
- Plans
- Products
- Subscriptions
- Subscription Items
- Subscription Schedules
- Tax Rates
- Usage Records
- Connect
- Accounts
- Account Links
- Application Fees
- Application Fee Refunds
- Capabilities
- Country Specs
- External Accounts
- Persons
- Top-Ups
- Transfers
- Transfer Reversals
- Fraud
- Early Fraud Warnings
- Reviews
- Value Lists
- Value List Items
- Issuing
- Authorizations
- Cardholders
- Cards
- Transactions
- Terminal
- Connection Tokens
- Locations
- Readers
- Orders
- Orders
- Order Items
- Returns
- SKUs
- Sigma
- Scheduled Queries
- Reporting
- Report Runs
- Report Types
- Webhooks
- Webhook Endpoints
The dmjio/stripe library is pinned to Stripe's 2014-10-07
API version, so it's missing a lot of features in the modern stripe API like:
- Connect Support
- Sources Support
- Checkout Support
- Sigma Support
- Everything else that Stripe has done since
2014-10-07