Skip to content

Commit 96dc304

Browse files
dara123noon-dawgashkarpetin
authored
Add setting and credentials to Awepay (#1719)
* Add setting and credentials to Awepay * Small fix * Update openapi/components/schemas/GatewayAccountConfig/Awepay.yaml Co-authored-by: Chris <[email protected]> * Update openapi/components/schemas/GatewayAccountConfig/Awepay.yaml Co-authored-by: Chris <[email protected]> --------- Co-authored-by: Chris <[email protected]> Co-authored-by: Alexander Shkarpetin <[email protected]>
1 parent 4484c8b commit 96dc304

File tree

1 file changed

+12
-0
lines changed
  • openapi/components/schemas/GatewayAccountConfig

1 file changed

+12
-0
lines changed

openapi/components/schemas/GatewayAccountConfig/Awepay.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ allOf:
1717
description: Awepay rcode.
1818
format: password
1919
writeOnly: true
20+
secretKey:
21+
type: string
22+
description: Awepay secret key for the P2P REST API.
23+
format: password
24+
writeOnly: true
2025
required:
2126
- sid
2227
- rcode
28+
settings:
29+
type: object
30+
description: Awepay setting.
31+
properties:
32+
useP2pRest:
33+
type: boolean
34+
description: Specifies whether to use the P2P REST API.

0 commit comments

Comments
 (0)