Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Nov 7, 2024
1 parent 39fbd7a commit 61a1d18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/v3/p2p_settings/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"order_expiry_options",
"order_payment_period",
"payment_methods_enabled",
"pnv_required",
"poa_required",
"review_period",
"supported_currencies"
],
Expand Down Expand Up @@ -239,6 +241,22 @@
1
]
},
"pnv_required": {
"description": "Indicates if phone number verification is required to become a P2P advertiser.",
"type": "integer",
"enum": [
0,
1
]
},
"poa_required": {
"description": "Indicates if proof of address is required to become a P2P advertiser.",
"type": "integer",
"enum": [
0,
1
]
},
"review_period": {
"description": "Time after successful order completion during which reviews can be created, in hours.",
"type": "number"
Expand Down

0 comments on commit 61a1d18

Please sign in to comment.