-
Notifications
You must be signed in to change notification settings - Fork 46
Description
See discussion balanced/balanced-python@37c33df#commitcomment-7749751
From @remear
It is my opinion that the documentation still lacks a simple end-to-end example like https://github.com/balanced/balanced-python/blob/865be0b688be282fa84776becc9b631e222d4856/examples/examples.py. Such a topic in https://docs.balancedpayments.com/1.1/guides/quickstart/ would bring back that look-how-easy-this is feeling and the broad overview perspective of a full-cycle payment.
And me, @mjallday
Examples of several operations together (e.g. tokenize a card, debit it, credit it to another funding instrument)
Can we create runnable examples that show how to complete simple scenarios e.g. How to test a webhook, how to tokenize and credit a card, how to credit and debit an order, etc.
Scenarios I'd like to see covered:
- charging a card and paying out to a merchant
- charging multiple cards and paying out a single credit to a merchant (order)
- creating multiple orders and paying out a single credit to a merchant (settlement)
- partially refunding someone from a paid out order