Skip to content

Commit

Permalink
Add payout settings to BVNK (#1861)
Browse files Browse the repository at this point in the history
* Add payout settings to BVNK

* Update openapi/components/schemas/GatewayAccountConfig/BVNK.yaml

Co-authored-by: Tornike Nanobashvili <[email protected]>

* Apply suggestions from code review

Co-authored-by: Chris  <[email protected]>

---------

Co-authored-by: Bogdan Litsenberger <[email protected]>
Co-authored-by: Tornike Nanobashvili <[email protected]>
Co-authored-by: Chris <[email protected]>
  • Loading branch information
4 people authored Apr 9, 2024
1 parent 1a25381 commit e42ebbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openapi/components/schemas/GatewayAccountConfig/BVNK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ allOf:
- merchantId
- hawkAuthId
- hawkAuthKey
settings:
type: object
description: BVNK settings object.
properties:
payoutCurrency:
type: string
description: Cryptocurrency of the payout.
payoutNetwork:
type: string
description: Blockchain network to use for the payout.

0 comments on commit e42ebbb

Please sign in to comment.