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
Copy file name to clipboardExpand all lines: openapi.yaml
+2-56Lines changed: 2 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -115,10 +115,7 @@ paths:
115
115
currency: EUR
116
116
merchant_code: MH4H92C7
117
117
description: Purchase
118
-
id: 2b79757a-de87-4a2e-90e4-b17c947c730d
119
-
status: PAID
120
-
date: '2020-02-29T10:56:56+00:00'
121
-
merchant_name: John Doe LTD
118
+
valid_until: '2020-02-29T10:56:56+00:00'
122
119
redirect_url: 'https://sumup.com'
123
120
Checkout3DS:
124
121
description: Create a 3DS checkout
@@ -437,7 +434,6 @@ paths:
437
434
expiry_month: '01'
438
435
cvv: '123'
439
436
zip_code: '12345'
440
-
last_4_digits: '3456'
441
437
ProcessToken:
442
438
description: Process a checkout with a token
443
439
value:
@@ -4150,13 +4146,6 @@ components:
4150
4146
maxLength: 5
4151
4147
minLength: 5
4152
4148
writeOnly: true
4153
-
last_4_digits:
4154
-
description: Last 4 digits of the payment card number.
4155
-
type: string
4156
-
example: '3456'
4157
-
maxLength: 4
4158
-
minLength: 4
4159
-
readOnly: true
4160
4149
type:
4161
4150
$ref: '#/components/schemas/CardType'
4162
4151
required:
@@ -4165,7 +4154,6 @@ components:
4165
4154
- expiry_month
4166
4155
- expiry_year
4167
4156
- cvv
4168
-
- last_4_digits
4169
4157
- type
4170
4158
title: Card
4171
4159
CardResponse:
@@ -4328,39 +4316,12 @@ components:
4328
4316
enum:
4329
4317
- CHECKOUT
4330
4318
- SETUP_RECURRING_PAYMENT
4331
-
id:
4332
-
description: Unique ID of the checkout resource.
4333
-
type: string
4334
-
readOnly: true
4335
-
status:
4336
-
description: Current status of the checkout.
4337
-
type: string
4338
-
enum:
4339
-
- PENDING
4340
-
- FAILED
4341
-
- PAID
4342
-
readOnly: true
4343
-
date:
4344
-
description: 'Date and time of the creation of the payment checkout. Response format expressed according to [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) code.'
4345
-
type: string
4346
-
format: date-time
4347
-
example: '2020-02-29T10:56:56+00:00'
4348
-
readOnly: true
4349
4319
valid_until:
4350
4320
description: 'Date and time of the checkout expiration before which the client application needs to send a processing request. If no value is present, the checkout does not have an expiration time.'
4351
4321
type: string
4352
4322
format: date-time
4353
4323
example: '2020-02-29T10:56:56+00:00'
4354
4324
nullable: true
4355
-
transactions:
4356
-
description: List of transactions related to the payment.
description: '__Required__ for [APMs](https://developer.sumup.com/online-payments/apm/introduction) and __recommended__ for card payments. Refers to a url where the end user is redirected once the payment processing completes. If not specified, the [Payment Widget](https://developer.sumup.com/online-payments/tools/card-widget) renders [3DS challenge](https://developer.sumup.com/online-payments/features/3ds) within an iframe instead of performing a full-page redirect.'
4366
4327
type: string
@@ -7408,15 +7369,6 @@ components:
7408
7369
description: Details of the payment card that is saved as a payment instrument.
7409
7370
type: object
7410
7371
properties:
7411
-
token:
7412
-
description: Unique token identifying the saved payment card for a customer.
7413
-
type: string
7414
-
readOnly: true
7415
-
active:
7416
-
description: 'Indicates whether the payment instrument is active and can be used for payments. To deactivate it, send a `DELETE` request to the resource endpoint.'
0 commit comments