Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit a52843f

Browse files
committed
Add Payment Summary Info
1 parent 7e72833 commit a52843f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apiary.apib

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6304,7 +6304,13 @@ Payments APIs
63046304
"status": "Paid",
63056305
"amount": 3
63066306
}
6307-
]
6307+
],
6308+
"summary": {
6309+
"paid": 10000.0,
6310+
"owed": 1234.0,
6311+
"cancelled": 100.0,
6312+
"enteredIntoPaymentSystem": 50.0
6313+
}
63086314
}
63096315

63106316
+ Response 400 (application/json)

0 commit comments

Comments
 (0)