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
Copy file name to clipboardExpand all lines: apps/truvera-api/src/features/ap2/README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,12 +150,6 @@ Note: This tool currently emits the repository's bundled Payment Mandate profile
150
150
-`refund_period_days`: Refund eligibility period
151
151
-`user_authorization`: Optional user authorization signature/token. If omitted, the server currently inserts a placeholder string so the credential matches the published Payment Mandate schema.
152
152
153
-
### `verify_mandate`
154
-
Verify an AP2 mandate credential.
155
-
156
-
**Required Parameters:**
157
-
-`credential_id`: ID of the mandate credential to verify
158
-
159
153
## Architecture
160
154
161
155
### Features
@@ -185,7 +179,6 @@ ap2/
185
179
2.**Tool Registration**: AP2 tools are registered with dynamic descriptions including schema URLs
186
180
3.**Issuance**: When a tool is called, AP2Client constructs the mandate structure and issues it as a VC via Truvera API
187
181
4.**Storage**: The issued VC (mandate) can be stored in wallet-server like any other credential
188
-
5.**Verification**: Mandates can be verified using the `verify_mandate` tool
0 commit comments