|
863 | 863 | ],
|
864 | 864 | "summary": "Profile - Connector Accounts List",
|
865 | 865 | "description": "List Connector Accounts for the profile",
|
866 |
| - "operationId": "List all Merchant Connectors", |
| 866 | + "operationId": "List all Merchant Connectors for Profile", |
867 | 867 | "parameters": [
|
868 | 868 | {
|
869 | 869 | "name": "id",
|
|
2151 | 2151 | ],
|
2152 | 2152 | "summary": "Payments - Session token",
|
2153 | 2153 | "description": "Creates a session object or a session token for wallets like Apple Pay, Google Pay, etc. These tokens are used by Hyperswitch's SDK to initiate these wallets' SDK.",
|
2154 |
| - "operationId": "Create Session tokens for a Payment", |
| 2154 | + "operationId": "Create V2 Session tokens for a Payment", |
2155 | 2155 | "parameters": [
|
2156 | 2156 | {
|
2157 | 2157 | "name": "payment_id",
|
|
2921 | 2921 | ]
|
2922 | 2922 | }
|
2923 | 2923 | },
|
2924 |
| - "/v2/payment-method-session/:id": { |
| 2924 | + "/v2/payment-method-session/{id}": { |
2925 | 2925 | "get": {
|
2926 | 2926 | "tags": [
|
2927 | 2927 | "Payment Method Session"
|
|
3018 | 3018 | ]
|
3019 | 3019 | }
|
3020 | 3020 | },
|
3021 |
| - "/v2/payment-method-session/:id/list-payment-methods": { |
| 3021 | + "/v2/payment-method-session/{id}/list-payment-methods": { |
3022 | 3022 | "get": {
|
3023 | 3023 | "tags": [
|
3024 | 3024 | "Payment Method Session"
|
|
3059 | 3059 | ]
|
3060 | 3060 | }
|
3061 | 3061 | },
|
3062 |
| - "/v2/payment-method-session/:id/update-saved-payment-method": { |
| 3062 | + "/v2/payment-method-session/{id}/update-saved-payment-method": { |
3063 | 3063 | "put": {
|
3064 | 3064 | "tags": [
|
3065 | 3065 | "Payment Method Session"
|
|
3122 | 3122 | ]
|
3123 | 3123 | }
|
3124 | 3124 | },
|
3125 |
| - "/v2/payment-method-session/:id/confirm": { |
| 3125 | + "/v2/payment-method-session/{id}/confirm": { |
3126 | 3126 | "post": {
|
3127 | 3127 | "tags": [
|
3128 | 3128 | "Payment Method Session"
|
|
14225 | 14225 | },
|
14226 | 14226 | "OrganizationUpdateRequest": {
|
14227 | 14227 | "type": "object",
|
| 14228 | + "required": [ |
| 14229 | + "platform_merchant_id" |
| 14230 | + ], |
14228 | 14231 | "properties": {
|
14229 | 14232 | "organization_name": {
|
14230 | 14233 | "type": "string",
|
|
14243 | 14246 | },
|
14244 | 14247 | "platform_merchant_id": {
|
14245 | 14248 | "type": "string",
|
14246 |
| - "description": "Platform merchant id is unique distiguisher for special merchant in the platform org", |
14247 |
| - "nullable": true |
| 14249 | + "description": "Platform merchant id is unique distiguisher for special merchant in the platform org" |
14248 | 14250 | }
|
14249 | 14251 | },
|
14250 | 14252 | "additionalProperties": false
|
|
0 commit comments