mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
b059a28dc1
* HG-64: Expand proxy context + favor options instead of terminal descriptors * HG-64: Add a TODO bullet * HG-64: Fix compilation issue
18 lines
576 B
Markdown
18 lines
576 B
Markdown
# Payments
|
|
|
|
* What to do with terminal descriptors?
|
|
|
|
They seemed out of place, therefore been removed for the moment. We need to encompass too much in a single abstraction, looks like we need dynamic schemas for this kind of thing.
|
|
|
|
* Way to specify terminal attributes (more generally, attributes of technical interaction) for a specific merchant.
|
|
|
|
* Some proxies need to know provider profit / compensation.
|
|
|
|
Expose cash flow?
|
|
|
|
# Proxies
|
|
|
|
* In order to acquire foreign customers we need to store a _billing address_.
|
|
|
|
Maybe a good fit for a payment session?
|