taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b84fc2e45cf8ccaa11d94baec6fc5725d0276f42
parent eb595adaadb510d521da8e09d8c924fb0840def0
Author: Antoine A <>
Date:   Mon, 29 Apr 2024 17:06:01 +0900

Clarify WG row_id semantics between transfer initiation and confirmed transactions

Diffstat:
Mcore/api-bank-wire.rst | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-wire.rst b/core/api-bank-wire.rst @@ -133,7 +133,8 @@ Making Transactions // time period a transaction belongs to). timestamp: Timestamp; - // Opaque ID of the transaction that the bank has made. + // Opaque ID of the wire transfer initiation performed by the bank. + // It is different from the /history endpoints row_id. row_id: SafeUint64; } @@ -429,6 +430,7 @@ exposed by bank gateways in production. // time period a transaction belongs to). timestamp: Timestamp; - // Opaque ID of the transaction that the bank has made. + // Opaque ID of the wire transfer initiation performed by the bank. + // It is different from the /history endpoints row_id. row_id: SafeUint64; }