-
Notifications
You must be signed in to change notification settings - Fork 11
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
Multiple payout targets #113
Labels
enhancement
New feature or request
Comments
I think the payments should be in a field, like:
So then we can extend the arguments like:
|
|
deduct_fee_percent? |
Personally I like the idea of being able to do both explicit fee and percentage allowing the implementer to choose. |
raffecat
added a commit
that referenced
this issue
Oct 2, 2023
raffecat
added a commit
that referenced
this issue
Oct 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Being able to payout in a single transaction to multiple addresses enables the 'fee for processing' usecase where a provider of GigaWallet (as a payment service) wants n% or a fixed amount of doge to go to their own address on payout.
Suggestion:
was:
POST /account/:foreignID/pay { "amount": "1.0", "to": "DPeTgZm7LabnmFTJkAPfADkwiKreEMmzio" } -> { status }
POST /account/:foreignID/pay { "DPeTgZm7LabnmFTJkAPfADkwiKreEMmzio" : "1.0", ... } -> { status }
How does fee work for payout?
The text was updated successfully, but these errors were encountered: