Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions openapi/components/schemas/GatewayAccountConfig/EBANX.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
description: EBANX config
allOf:
- $ref: ../GatewayAccount.yaml
- type: object
required:
- credentials
properties:
credentials:
type: object
description: EBANX credentials object
properties:
merchantId:
type: string
description: EBANX merchant account UID
integrationKey:
type: string
description: EBANX integration key
required:
- merchantId
- integrationKey