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

Document how to enumerate objects associated with accounts etc #75

Open
mjallday opened this issue Apr 9, 2013 · 5 comments
Open

Document how to enumerate objects associated with accounts etc #75

mjallday opened this issue Apr 9, 2013 · 5 comments

Comments

@mjallday
Copy link
Contributor

mjallday commented Apr 9, 2013

Currently the examples show how to create credits/debits and refunds.

However there are no good examples of looking up existing objects after the fact.

e.g.

  • Find an existing account, find an existing card associated with that account and create a charge for it
  • Find an existing debit and create a partial refund on it
@remear remear closed this as completed Mar 10, 2014
@mjallday
Copy link
Contributor Author

Where can I find these examples? Are we deprecating examples? If so, are there scenarios that show this?

@remear
Copy link
Contributor

remear commented Mar 10, 2014

I think we should deprecate the examples. They seem to atrophy and the docs really should be the definitive source of examples for the client libraries. Most areas in the API Reference now have scenarios for updating resources which used to be a large source of confusion. For example, https://docs.balancedpayments.com/1.1/api/cards/#update-a-card. If this isn't what you meant, let me know. I think we need to address concepts of getting nested objects like customer.cards in guides or blog posts about client library architecture and getting the most out of client libraries.

@mjallday
Copy link
Contributor Author

The help docs show how to CRUD resources. I'm looking for examples of workflows.

  • How do I filter and query resources?
  • How do I create a bank account, verify it and debit it?
  • How do I create a webhook and view the events that are sent to it?
  • How do I create an order, add several debits to it and then pay out some funds to the merchant?
  • " " but with refunds involved.

@mjallday mjallday reopened this Mar 10, 2014
@remear
Copy link
Contributor

remear commented Mar 10, 2014

Yeah, these are all planned guides.

@mjallday
Copy link
Contributor Author

It would be nice if we maintained them until there's an alternative then.

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

No branches or pull requests

2 participants