Skip to content

Commit

Permalink
add new status to deposit request (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvc9109 authored Jan 31, 2024
1 parent e5b57b5 commit 81f4d2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openapi/components/schemas/DepositRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ properties:
enum:
- created
- pending
- initiated
- completed
- expired
x-enumDescriptions:
created: Request is created, but it has not been visited by a customer. This is a temporary state.
pending: Request has been visited by a customer, but no funds have been deposited yet. This is a temporary state.
completed: A funds deposit transaction has been initiated. This is a permanent state.
initiated: A funds deposit transaction has been initiated. This is a temporary state.
completed: A funds deposit transaction has been completed. This is a permanent state.
expired: Request expired without a deposit attempt. This is a permanent state.
currency:
$ref: ./CurrencyCode.yaml
Expand Down

0 comments on commit 81f4d2f

Please sign in to comment.