sorentwo / braintree-elixir

:credit_card: Native elixir client for Braintree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete API Support

sorentwo opened this issue · comments

The only barrier to releasing 1.0 is full support for the Braintree API. Below is a list of the missing and in-progress features, according to the online reference for Ruby.

  • Add-On
    • All
  • Address
    • Create
    • Delete
    • Find
    • Update
  • CreditCardVerification
    • Search
  • Customer
    • Create
    • Update
    • Delete
    • Find
    • Search
  • Discount
    • All
  • Merchant Account
    • Create
    • Find
    • Update
  • Settlement Batch Summary
    • Generate
  • Subscription
    • Cancel
    • Create
    • Find
    • Retry Charge
    • Search
    • Update

I'd like to help out with this where I can :)

@samueljseay submit whatever you like, PRs are definitely appreciated!

Merchant account and address support have been merged in, getting much closer!

All features supported thanks to @feda12! We need some cleanup before an RC can be released, but getting so close. 🎉