Skip to content

Commit 531fcdf

Browse files
authored
fix(docs): add zero standard payment warning to FDC (#494)
2 parents f69d62f + 5bd32b1 commit 531fcdf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/fdc/attestation-types/balance-decreasing-transaction.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ A transaction is considered “balance decreasing” for the specified address i
4242
| `spentAmount` | `int256` | Amount spent by the source address in minimal units (can be negative). |
4343
| `standardPaymentReference` | `bytes32` | Standardized payment reference of the transaction, if available. |
4444

45+
:::warning[Standard Payment Reference]
46+
47+
If a transaction has no `standardPaymentReference`, it is set to default value, thus, zero value reference should be used with caution.
48+
49+
:::
50+
4551
## Verification process
4652

4753
1. The transaction identified by `transactionId` is fetched from the **source blockchain node** or a relevant indexer.

docs/fdc/attestation-types/payment.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Each supported blockchain specifies how a payment transaction should be formatte
4747
| `oneToOne` | `bool` | Indicates if the transaction involves only one source and one receiver. |
4848
| `status` | `uint8` | [Transaction success status](#transaction-success-status). |
4949

50+
:::warning[Standard Payment Reference]
51+
52+
If a transaction has no `standardPaymentReference`, it is set to default value, thus, zero value reference should be used with caution.
53+
54+
:::
55+
5056
## Verification Process
5157

5258
1. The transaction identified by `transactionId` is fetched from the relevant blockchain node or indexer.

0 commit comments

Comments
 (0)