Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add accounts requests on Stripe connect #18

Merged
merged 3 commits into from Dec 22, 2015

Conversation

he9lin
Copy link
Contributor

@he9lin he9lin commented Dec 22, 2015

Hi, I added accounts API client for managing accounts on Stripe connect. Mainly for the managed accounts in my case. I thought someone else may find it useful, hence the PR :).

Resources:

https://stripe.com/docs/connect/managed-accounts
https://stripe.com/docs/api/curl#account

for managing “managed accounts” on Stripe connect
robconery added a commit that referenced this pull request Dec 22, 2015
Add accounts requests on Stripe connect
@robconery robconery merged commit 8ba2670 into beam-community:master Dec 22, 2015
@@ -77,7 +77,7 @@ defmodule Stripe.TokensTest do
{:ok, res} ->
#Apex.ap res
assert res.id
assert res.status == "paid"
assert res.status == "succeeded"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to change this to make tokens_test.exs pass, using the latest API according to my strip dashboard.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't want to know what a strip dashboard is but I'll take your word for it...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL. let's not to fix that typo, so when I feel depressed, I can come back and laugh.. btw, thanks for the fast response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants