Skip to content

Commit

Permalink
Add depositRequestId to Transaction response (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbird authored Jan 31, 2024
1 parent 81f4d2f commit cff639b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/components/schemas/Transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,14 @@ properties:
readOnly: true
allOf:
- $ref: ./OrganizationId.yaml
depositRequestId:
readOnly: true
type:
- 'string'
- 'null'
description: ID of the deposit request if applicable. The created transaction is based on the properties of this deposit request.
maxLength: 50
example: dep_req_0YVJ65BSGYC3EAT58SEX8KY6J7
_links:
type: array
description: Related links.
Expand Down

0 comments on commit cff639b

Please sign in to comment.