You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`from`|`union`| ❌ | The sender of the funds (either an account DID or a strong reference to a record). Optional — omit to represent anonymity.||
269
-
|`to`|`union`| ✅ | The recipient of the funds (either an account DID or a strong reference to a record).||
268
+
|`from`|`union`| ❌ | The sender of the funds (a free-text string, an account DID, or a strong reference to a record). Optional — omit to represent anonymity. ||
269
+
|`to`|`union`| ✅ | The recipient of the funds (a free-text string, an account DID, or a strong reference to a record). ||
270
270
|`amount`|`string`| ✅ | Amount of funding received as a numeric string (e.g. '1000.50'). | maxLength: 50 |
271
271
|`currency`|`string`| ✅ | Currency of the payment (e.g. EUR, USD, ETH). | maxLength: 10 |
272
272
|`paymentRail`|`string`| ❌ | How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor). | maxLength: 50 |
@@ -277,6 +277,16 @@ Overall score for an evaluation on a numeric scale.
277
277
|`occurredAt`|`string`| ❌ | Timestamp when the payment occurred. ||
278
278
|`createdAt`|`string`| ✅ | Client-declared timestamp when this receipt record was created. ||
279
279
280
+
#### Defs
281
+
282
+
##### `org.hypercerts.funding.receipt#text`
283
+
284
+
A free-text string value (e.g. a display name, wallet address, or other identifier).
"description": "The sender of the funds (a free-text string, an account DID, or a strong reference to a record). Optional — omit to represent anonymity.",
16
+
"refs": [
17
+
"#text",
18
+
"app.certified.defs#did",
19
+
"com.atproto.repo.strongRef"
20
+
]
17
21
},
18
22
"to": {
19
23
"type": "union",
20
-
"description": "The recipient of the funds (either an account DID or a strong reference to a record).",
0 commit comments