Skip to content

Commit 66f813e

Browse files
authored
settlementTime -> settledAt in examples (#240)
examples arent matching the schema
1 parent 07154cc commit 66f813e

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

docusaurus-docs/docs/receiving-payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ When the payment completes, your webhook endpoint will receive another notificat
234234
},
235235
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
236236
"platformUserId": "9f84e0c2a72c4fa",
237-
"settlementTime": "2023-08-15T14:30:00Z",
237+
"settledAt": "2023-08-15T14:30:00Z",
238238
"createdAt": "2023-08-15T14:25:18Z",
239239
"description": "Payment for services",
240240
"counterpartyInformation": {

docusaurus-docs/docs/sending-payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ When the payment status changes (to completed or failed), your platform will rec
248248
},
249249
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
250250
"platformUserId": "9f84e0c2a72c4fa",
251-
"settlementTime": "2023-08-15T14:30:00Z",
251+
"settledAt": "2023-08-15T14:30:00Z",
252252
"createdAt": "2023-08-15T14:25:18Z",
253253
"description": "Payment for invoice #1234",
254254
"exchangeRate": 0.92,

docusaurus-docs/src/pages/receiving-payments-jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ When the payment completes, your webhook endpoint will receive another notificat
193193
},
194194
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
195195
"platformUserId": "9f84e0c2a72c4fa",
196-
"settlementTime": "2023-08-15T14:30:00Z",
196+
"settledAt": "2023-08-15T14:30:00Z",
197197
"createdAt": "2023-08-15T14:25:18Z",
198198
"description": "Payment for services",
199199
},

docusaurus-docs/src/pages/sending-payments-jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ When the payment status changes (to completed or failed), your platform will rec
246246
},
247247
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
248248
"platformUserId": "9f84e0c2a72c4fa",
249-
"settlementTime": "2023-08-15T14:30:00Z",
249+
"settledAt": "2023-08-15T14:30:00Z",
250250
"createdAt": "2023-08-15T14:25:18Z",
251251
"description": "Payment for invoice #1234",
252252
"exchangeRate": 0.92,

mintlify/openapi.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mintlify/remittances/developer-guides/receiving-payments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ When the payment completes, your webhook endpoint will receive another notificat
235235
},
236236
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
237237
"platformUserId": "9f84e0c2a72c4fa",
238-
"settlementTime": "2023-08-15T14:30:00Z",
238+
"settledAt": "2023-08-15T14:30:00Z",
239239
"createdAt": "2023-08-15T14:25:18Z",
240240
"description": "Payment for services",
241241
"counterpartyInformation": {

mintlify/remittances/developer-guides/sending-payments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ When the payment status changes (to completed or failed), your platform will rec
247247
},
248248
"userId": "User:019542f5-b3e7-1d02-0000-000000000001",
249249
"platformUserId": "9f84e0c2a72c4fa",
250-
"settlementTime": "2023-08-15T14:30:00Z",
250+
"settledAt": "2023-08-15T14:30:00Z",
251251
"createdAt": "2023-08-15T14:25:18Z",
252252
"description": "Payment for invoice #1234",
253253
"exchangeRate": 0.92,

openapi.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/webhooks/outgoing-payment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ post:
6565
decimals: 2
6666
userId: User:019542f5-b3e7-1d02-0000-000000000001
6767
platformUserId: 18d3e5f7b4a9c2
68-
settlementTime: '2023-08-15T14:30:00Z'
68+
settledAt: '2023-08-15T14:30:00Z'
6969
createdAt: '2023-08-15T14:25:18Z'
7070
description: 'Payment for invoice #1234'
7171
exchangeRate: 0.92

0 commit comments

Comments
 (0)