stripe.cr v1.0 Release Notes

Release Date: 2020-04-26 // about 4 years ago
    • โž• Added this changelog file
    • ๐Ÿ‘Œ Supporting Crystal 0.34
    • Moving all structs to classes to fix compiler issues
    • ๐Ÿ”„ Changed structure of the calls, using class methods and class variables for api key. Will use less memory and be much cleaner.
    • โž• Added expand to these entities create methods: Customer, Charge, SetupIntent, PaymentIntent, and Token
    • Made List Enumerable - So all Enumerable's methods works on lists

    โž• Added api calls

    • Create source
    • Retrieve source
    • Attach source to customer
    • Detach source from customer
    • โž• Add tax id to a customer
    • โœ‚ Remove tax id from customer
    • Retrieve tax id from customer
    • Retrieve charge
    • create refund
    • retrieve refund
    • list customers
    • list subscriptions
    • list invoices
    • list payment intents
    • list setup intents
    • create tax rate
    • retrieve tax rate

    โž• Added Entities

    • Coupons
    • Customer Tax ID
    • Payout
    • Source