You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Account BN code (optional, null if not a PayPal account)
140
152
example: Example_PPCP
141
153
maxLength: 100
142
-
additionalProperties: true
143
-
gatewayId:
144
-
type: string
145
-
description: Gateway identifier
146
-
example: 0b0SB000000IpdZYAS
147
-
minLength: 1
148
-
gatewayResponse:
149
-
type: object
150
-
nullable: true
151
-
description: Gateway response data (optional, can be null)
152
-
properties:
153
154
paymentMethods:
154
-
type: array
155
-
description: Available payment methods from gateway
156
-
items:
157
-
type: object
158
-
properties:
159
-
brands:
160
-
type: array
161
-
description: Supported card brands
162
-
items:
163
-
type: string
164
-
example: visa
165
-
example:
166
-
- amex
167
-
- cup
168
-
- diners
169
-
- discover
170
-
- mc
171
-
- visa
172
-
type:
173
-
type: string
174
-
description: Payment method type
175
-
example: scheme
155
+
type: object
156
+
nullable: true
157
+
description: Available payment methods from gateway (optional, null if not an Adyen account)
158
+
additionalProperties: true
176
159
additionalProperties: true
177
-
isLive:
160
+
live:
178
161
type: boolean
179
162
description: Whether the account is in live mode
180
163
example: false
@@ -184,8 +167,7 @@ components:
184
167
example: Stripe
185
168
required:
186
169
- accountId
187
-
- gatewayId
188
-
- isLive
170
+
- live
189
171
- vendor
190
172
paymentMethods:
191
173
type: array
@@ -263,6 +245,13 @@ components:
263
245
value: Amer-Zone
264
246
schema:
265
247
$ref: '#/components/schemas/ZoneId'
248
+
amount:
249
+
name: amount
250
+
in: query
251
+
description: The transaction amount. Optional. Some gateways, such as Adyen, allow for payment methods to be qualified or disqualified based on the amount of the transaction.
0 commit comments