commit 0c8c1ee9ff2512ad0583014902501bc32fb66546 parent 75af3379c904124ccec236a774911787d078a842 Author: Antoine A <> Date: Fri, 14 Nov 2025 22:22:31 +0100 wg: update api Diffstat:
| M | core/api-bank-wire.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-bank-wire.rst b/core/api-bank-wire.rst @@ -491,6 +491,11 @@ accounts are merged into a single history. // Amount transferred. amount: Amount; + // Fee paid by the debtor. + // If not null, debtor actually paid amount + debit_fee + // @since **v3** + debit_fee?: Amount; + // Full payto URI to identify the receiver of funds. credit_account: string;