Skip to content

Commit

Permalink
Add attempted deposit-request status (#1771)
Browse files Browse the repository at this point in the history
* Add failed deposit-request status

* Update openapi/components/schemas/DepositRequest.yaml

* Update openapi/components/schemas/DepositRequest.yaml

Co-authored-by: Alexander Shkarpetin <[email protected]>

* Update openapi/components/schemas/DepositRequest.yaml

Co-authored-by: Alexey Sukhikh <[email protected]>

---------

Co-authored-by: Alexander Shkarpetin <[email protected]>
Co-authored-by: Jorge <[email protected]>
Co-authored-by: Alexey Sukhikh <[email protected]>
  • Loading branch information
4 people authored Mar 1, 2024
1 parent 1d27c68 commit ab5f948
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openapi/components/schemas/DepositRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ properties:
- created
- pending
- initiated
- attempted
- 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.
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.
attempted: A funds deposit transaction was attempted and declined. This is a temporary state.
completed: A funds deposit transaction has been approved and completed. This is a permanent state.
expired: Request expired without an approved deposit transaction. This is a permanent state.
currency:
$ref: ./CurrencyCode.yaml
amounts:
Expand Down

0 comments on commit ab5f948

Please sign in to comment.