-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add LaCore * Update openapi/components/schemas/GatewayAccountConfig/LaCore.yaml Co-authored-by: Chris <[email protected]> --------- Co-authored-by: Chris <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
openapi/components/schemas/GatewayAccountConfig/LaCore.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
description: LaCore gateway configuration. | ||
allOf: | ||
- $ref: ../GatewayAccount.yaml | ||
- type: object | ||
required: | ||
- credentials | ||
properties: | ||
credentials: | ||
type: object | ||
description: LaCore credentials object. | ||
properties: | ||
merchantId: | ||
type: string | ||
description: ID of the LaCore merchant. | ||
username: | ||
type: string | ||
description: Username of the LaCore merchant. | ||
password: | ||
type: string | ||
description: Password of the LaCore merchant. | ||
format: password | ||
writeOnly: true | ||
required: | ||
- merchantId | ||
- username | ||
- password | ||
threeDSecureServer: | ||
$ref: ./ThreeDSecureIO3dsServer.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,7 @@ enum: | |
- Khelocard | ||
- Klarna | ||
- Konnektive | ||
- LaCore | ||
- loonie | ||
- LPG | ||
- MaxiCash | ||
|