{"id":18287585,"url":"https://github.com/wfgilman/dwolla-elixir","last_synced_at":"2025-06-25T02:06:33.868Z","repository":{"id":44866989,"uuid":"137111805","full_name":"wfgilman/dwolla-elixir","owner":"wfgilman","description":"An Elixir library for Dwolla","archived":false,"fork":false,"pushed_at":"2020-08-20T14:46:59.000Z","size":52,"stargazers_count":6,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T13:51:52.915Z","etag":null,"topics":["dwolla","elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wfgilman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-12T18:23:53.000Z","updated_at":"2024-03-08T08:01:48.000Z","dependencies_parsed_at":"2022-08-29T23:01:19.760Z","dependency_job_id":null,"html_url":"https://github.com/wfgilman/dwolla-elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wfgilman/dwolla-elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfgilman%2Fdwolla-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfgilman%2Fdwolla-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfgilman%2Fdwolla-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfgilman%2Fdwolla-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wfgilman","download_url":"https://codeload.github.com/wfgilman/dwolla-elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wfgilman%2Fdwolla-elixir/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261789227,"owners_count":23209774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dwolla","elixir"],"created_at":"2024-11-05T13:28:23.440Z","updated_at":"2025-06-25T02:06:33.842Z","avatar_url":"https://github.com/wfgilman.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dwolla\n\n[![Build Status](https://travis-ci.org/wfgilman/dwolla-elixir.svg?branch=master)](https://travis-ci.org/wfgilman/dwolla-elixir)\n[![Hex.pm Version](https://img.shields.io/hexpm/v/dwolla_elixir.svg)](https://hex.pm/packages/dwolla_elixir)\n\nElixir Library for Dwolla\n\nSupported endpoints:\n\n- [ ] Accounts\n- [x] Customers\n- [x] Documents\n- [x] Funding Sources\n- [x] Transfers\n- [ ] Mass Payments\n- [x] Events\n- [x] Webhook Subscriptions\n- [x] Webhooks\n\n[Dwolla Documentation](https://docsv2.dwolla.com)\n\n## Usage\n\nAdd to your dependencies in `mix.exs`.\n\n```elixir\ndef deps do\n  [{:dwolla, \"~\u003e 1.0\"}]\nend\n```\n\n## Configuration\n\nAll calls to Dwolla require a valid access token. To fetch/refresh the access token\nyou need to add your Dwolla client_id and client_secret to your config.\n\n```elixir\nconfig :dwolla,\n  root_uri: \"https://api.dwolla.com/\",\n  client_id: \"your_client_id\",\n  client_secret: \"your_client_secret\",\n  access_token: nil,\n  httpoison_options: [timeout: 10_000, recv_timeout: 10_000],\n```\n\nThe `root_uri` is configured by `mix` environment by default. You\ncan override them in your configuration.\n\n- `dev` - sandbox\n- `prod` - production\n\nYou can also pass in a custom configuration for [HTTPoison](https://github.com/edgurgel/httpoison).\n\n## Tests and Style\n\nThis library uses [bypass](https://github.com/PSPDFKit-labs/bypass) to simulate HTTP responses from Dwolla.\n\nRun tests using `mix test`.\n\nBefore making pull requests, run the coverage and style checks.\n\n```elixir\nmix coveralls\nmix credo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfgilman%2Fdwolla-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwfgilman%2Fdwolla-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfgilman%2Fdwolla-elixir/lists"}