Skip to content

Commit 540721f

Browse files
Merge pull request #72 from mxenabled/bm/remove_partner
Remove partner
2 parents 65769a0 + d2a3be2 commit 540721f

1 file changed

Lines changed: 0 additions & 148 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 0 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,86 +1560,6 @@ components:
15601560
example: 1
15611561
type: integer
15621562
type: object
1563-
PartnerAccountResponse:
1564-
properties:
1565-
account_name:
1566-
example: My Savings
1567-
nullable: true
1568-
type: string
1569-
account_number:
1570-
example: '1858091489'
1571-
nullable: true
1572-
type: string
1573-
account_type:
1574-
example: SAVINGS
1575-
nullable: true
1576-
type: string
1577-
available_balance:
1578-
example: 1000.0
1579-
nullable: true
1580-
type: number
1581-
balance:
1582-
example: 1000.0
1583-
nullable: true
1584-
type: number
1585-
routing_number:
1586-
example: '68899990000000'
1587-
nullable: true
1588-
type: string
1589-
transit_number:
1590-
example: '12345'
1591-
nullable: true
1592-
type: string
1593-
type: object
1594-
PartnerAccountResponseBody:
1595-
properties:
1596-
partner_account:
1597-
"$ref": "#/components/schemas/PartnerAccountResponse"
1598-
type: object
1599-
PartnerAuthorizationCodeRequest:
1600-
properties:
1601-
account_guid:
1602-
example: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
1603-
type: string
1604-
member_guid:
1605-
example: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
1606-
type: string
1607-
user_guid:
1608-
example: USR-fa7537f3-48aa-a683-a02a-b18940482f54
1609-
type: string
1610-
type: object
1611-
PartnerAuthorizationCodeRequestBody:
1612-
properties:
1613-
partner_authorization_code:
1614-
"$ref": "#/components/schemas/PartnerAuthorizationCodeRequest"
1615-
type: object
1616-
PartnerAuthorizationCodeResponse:
1617-
properties:
1618-
authorization_code:
1619-
example: sN3Ffd1nJg_iwEMuxcEo2Z5taC0RvMilfvYKsnM2XGM
1620-
nullable: true
1621-
type: string
1622-
type: object
1623-
PartnerAuthorizationCodeResponseBody:
1624-
properties:
1625-
partner_authorization_code:
1626-
"$ref": "#/components/schemas/PartnerAuthorizationCodeResponse"
1627-
type: object
1628-
PartnerTokenResponseBody:
1629-
properties:
1630-
access_token:
1631-
example: jUmJS4AZVdvywAMO_JWKwZ8fvY9ZZQINSBHTKkHMw-c
1632-
nullable: true
1633-
type: string
1634-
scope:
1635-
example: Platform#partner_accounts
1636-
nullable: true
1637-
type: string
1638-
token_type:
1639-
example: bearer
1640-
nullable: true
1641-
type: string
1642-
type: object
16431563
StatementResponse:
16441564
properties:
16451565
account_guid:
@@ -2245,9 +2165,6 @@ components:
22452165
basicAuth:
22462166
scheme: basic
22472167
type: http
2248-
bearerAuth:
2249-
scheme: bearer
2250-
type: http
22512168
info:
22522169
contact:
22532170
name: MX Platform API
@@ -2560,71 +2477,6 @@ paths:
25602477
summary: Read merchant
25612478
tags:
25622479
- mx_platform
2563-
"/partner_account":
2564-
get:
2565-
description: Use this endpoint to request a partner account.
2566-
operationId: requestPartnerAccount
2567-
responses:
2568-
'200':
2569-
content:
2570-
application/vnd.mx.api.v1+json:
2571-
schema:
2572-
"$ref": "#/components/schemas/PartnerAccountResponseBody"
2573-
description: OK
2574-
security:
2575-
- bearerAuth: []
2576-
summary: Request partner account
2577-
tags:
2578-
- mx_platform
2579-
"/partner_authorization_code":
2580-
post:
2581-
description: Use this endpoint to request a partner authorization code.
2582-
operationId: requestPartnerAuthorizationCode
2583-
requestBody:
2584-
content:
2585-
application/json:
2586-
schema:
2587-
"$ref": "#/components/schemas/PartnerAuthorizationCodeRequestBody"
2588-
description: Partner authorization code object containing account_guid, member_guid,
2589-
and user_guid.
2590-
required: true
2591-
responses:
2592-
'200':
2593-
content:
2594-
application/vnd.mx.api.v1+json:
2595-
schema:
2596-
"$ref": "#/components/schemas/PartnerAuthorizationCodeResponseBody"
2597-
description: OK
2598-
summary: Request partner authorization code
2599-
tags:
2600-
- mx_platform
2601-
"/partner_token":
2602-
post:
2603-
description: Use this endpoint to request a partner token.
2604-
operationId: requestPartnerToken
2605-
parameters:
2606-
- description: Code to request partner token.
2607-
example: sN3Ffd1nJg_iwEMuxcEo2Z5taC0RvMilfvYKsnM2XGM
2608-
in: query
2609-
name: code
2610-
schema:
2611-
type: string
2612-
- description: Specify grant type.
2613-
example: authorization_code
2614-
in: query
2615-
name: grant_type
2616-
schema:
2617-
type: string
2618-
responses:
2619-
'200':
2620-
content:
2621-
application/vnd.mx.api.v1+json:
2622-
schema:
2623-
"$ref": "#/components/schemas/PartnerTokenResponseBody"
2624-
description: OK
2625-
summary: Request partner token
2626-
tags:
2627-
- mx_platform
26282480
"/transactions/enhance":
26292481
post:
26302482
description: Use this endpoint to categorize, cleanse, and classify transactions.

0 commit comments

Comments
 (0)