forked from travelcar/adyen-api-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspecification.yaml
1564 lines (1564 loc) · 51.6 KB
/
specification.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
swagger: '2.0'
info:
version: '30'
title: Adyen api
description: Operations about payments, recurring and payout
license:
name: Apache-2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0'
externalDocs:
description: Find more info about Adyen (Official api docs)
url: https://docs.adyen.com/developers
host: pal-test.adyen.com
basePath: /pal/servlet
securityDefinitions:
auth:
type: basic
description: HTTP Basic Authentication. Works over `HTTPS`
schemes:
- https
consumes:
- application/json
produces:
- application/json
paths:
/Payment/v30/authorise:
post:
operationId: authorise
summary: Creates a payment authorisation
description: Creates a payment with a unique reference (pspReference) and attempts to obtain an authorisation hold, which can be "captured" or "cancelled" later. While for cards an authorised payment can be captured later, non-card methods typically don't support this and will automatically capture as part of the authorisation.
parameters:
- name: paymentRequest
in: body
required: true
description: The Payment Request
schema:
$ref: '#/definitions/PaymentRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/PaymentResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Payment/v30/authorise3d:
post:
operationId: authorise3d
summary: Completes a 3-D Secure payment authorisation
description: For an authenticated 3-D secure session, creates a payment with a unique reference (pspReference) and attempts to obtain an authorisation hold, which can be "captured" or "cancelled" later.
parameters:
- name: paymentRequest3d
in: body
required: true
description: The Payment Request
schema:
$ref: '#/definitions/PaymentRequest3d'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/PaymentResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Payment/v30/adjustAuthorisation:
post:
operationId: adjustAuthorisation
summary: Increase or decrease the authorised amount
description: Allows you to increase or decrease the authorised amount after the initial authorisation has taken place. This functionality enables tipping, improving the chances your authorisation will be valid, charging the shopper when they have already left the merchant premises, etc.
parameters:
- name: modificationRequest
in: body
required: true
description: The Modification Request
schema:
$ref: '#/definitions/ModificationRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ModificationResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Payment/v30/capture:
post:
operationId: capture
summary: Captures a payment authorisation
description: Captures the authorisation hold on a payment, returning a unique reference for this request. Usually the full authorisation amount is captured, however it's also possible to capture a smaller amount which results in cancelling the remaining authorisation balance. Payment methods which automatically capture as part of authorisation don't need to be captured, but submitting a capture request on these transactions will not result in double charges.
parameters:
- name: modificationRequest
in: body
required: true
description: The Modification Request
schema:
$ref: '#/definitions/ModificationRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ModificationResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Payment/v30/cancel:
post:
operationId: cancel
summary: Cancels a payment authorisation
description: Cancels the authorisation hold on a payment, returning a unique reference for this request.
parameters:
- name: modificationRequest
in: body
required: true
description: The Modification Request
schema:
$ref: '#/definitions/ModificationRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ModificationResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Payment/v30/refund:
post:
operationId: refund
summary: Refunds a payment
description: Refunds a payment which has previously been captured, returning a unique reference for this request. Refunding can be done on the full captured amount or a partial amount. Multiple (partial) refunds will be accepted as long as their sum doesn't exceed the captured amount. Payments which have been authorised, but not captured cannot be refunded, use the "cancel" method instead.
parameters:
- name: modificationRequest
in: body
required: true
description: The Modification Request
schema:
$ref: '#/definitions/ModificationRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ModificationResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Payment/v30/cancelOrRefund:
post:
operationId: cancelOrRefund
summary: Disable a stored payment detail
description: Performs a "cancel" on a payment if it has not yet been captured or a "refund" if it has already been captured. This is useful when it is not certain if the payment has been captured yet (e.g. when using auto-capture).
parameters:
- name: modificationRequest
in: body
required: true
description: The Modification Request
schema:
$ref: '#/definitions/ModificationRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ModificationResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payment
/Recurring/v25/disable:
post:
operationId: disable
summary: Disable a stored payment detail
description: Disable a stored payment detail
parameters:
- name: disableRequest
in: body
required: true
description: The disable request
schema:
$ref: '#/definitions/DisableRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/DisableResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Recurring
/Recurring/v25/listRecurringDetails:
post:
operationId: listRecurringDetails
summary: Retrieves stored payment details for a shopper
description: Lists the stored payment details for a shopper, if available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper.
parameters:
- name: recurringDetailsRequest
in: body
required: true
description: The recurring details request
schema:
$ref: '#/definitions/RecurringDetailsRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/RecurringDetailsResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Recurring
/Payout/v30/storeDetailAndSubmitThirdParty:
post:
operationId: storeDetailAndSubmit
summary: Store the payouts details and make a payout request
description: Besides storing payout details using the normal payment flow, the payout web service offers a call to store payout details, either bank account or credit card, for a specific shopper and make a payout request in a single API call.
parameters:
- name: storeDetailAndSubmitRequest
in: body
required: true
description: The store detail and submit Request
schema:
$ref: '#/definitions/StoreDetailAndSubmitRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/StoreDetailAndSubmitResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payout
/Payout/v30/confirmThirdParty:
post:
operationId: confirm
summary: Confirm a payout
description: You can decide over a period of seven days to proceed a payout, after which the payout expires automatically
parameters:
- name: confirmOrDeclineRequest
in: body
required: true
description: The confirm or decline payout request
schema:
$ref: '#/definitions/ConfirmOrDeclineRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ConfirmOrDeclineResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payout
/Payout/v30/declineThirdParty:
post:
operationId: decline
summary: Decline a payout
description: You can decide over a period of seven days to cancel a payout, after which the payout expires automatically.
parameters:
- name: confirmOrDeclineRequest
in: body
required: true
description: The confirm or decline payout request
schema:
$ref: '#/definitions/ConfirmOrDeclineRequest'
responses:
200:
description: OK - the request has succeeded.
schema:
$ref: '#/definitions/ConfirmOrDeclineResult'
400:
description: Bad Request - a problem reading or understanding the request.
schema:
$ref: '#/definitions/Error'
401:
description: Unauthorized - authentication required.
schema:
$ref: '#/definitions/Error'
403:
description: Forbidden - insufficient permissions to process the request.
schema:
$ref: '#/definitions/Error'
422:
description: Unprocessable Entity - a request validation error.
schema:
$ref: '#/definitions/Error'
default:
description: Internal Server Error - the server could not process the request.
schema:
$ref: '#/definitions/Error'
security:
- auth: []
tags:
- Payout
definitions:
RecurringDetailReferenceType:
title: RecurringDetailReferenceType
description: the Recurring Detail Reference Type, You can set this field value to LATEST.
type: string
enum:
- 'LATEST'
PaymentRequest3d:
title: PaymentRequest3d
type: object
properties:
md:
type: string
paResponse:
type: string
amount:
$ref: '#/definitions/Amount'
reference:
description: the reference assigned to the payment
type: string
billingAddress:
$ref: '#/definitions/Address'
shopperIP:
description: the IP address of the shopper
type: string
merchantAccount:
description: the merchant account which will be used to process the payment
type: string
browserInfo:
$ref: '#/definitions/BrowserInfo'
shopperInteraction:
$ref: '#/definitions/ShopperInteraction'
shopperEmail:
description: the email address of the shopper / customer
type: string
shopperReference:
description: a reference used to uniquely identify the shopper (e.g. user ID or account ID)
type: string
recurring:
$ref: '#/definitions/Recurring'
shopperStatement:
description: the text to appear on the shopper's statement
type: string
maxLength: 22
fraudOffset:
description: the offset that is added to the normal fraud score (positive or negative)
type: integer
format: int32
sessionId:
type: string
additionalAmount:
$ref: '#/definitions/Amount'
selectedRecurringDetailReference:
description: the recurringDetailReference you want to use for this payment
type: string
orderReference:
description: the order reference to link multiple partial payments
type: string
merchantOrderReference:
description: the reference to link multiple transactions to each other
type: string
dccQuote:
$ref: '#/definitions/ForexQuote'
additionalData:
description: a map of name/value pairs for passing in additional/industry-specific data
type: object
shopperName:
$ref: '#/definitions/Name'
shopperLocale:
description: the combination of language code and country code to specify the language to be used in the payment
type: string
selectedBrand:
description: the selected brand how to process the payment for dual branded cards
type: string
deliveryAddress:
$ref: '#/definitions/Address'
deliveryDate:
description: the expected date of delivery or fulfillment
type: string
format: date-time
deviceFingerprint:
type: string
installments:
$ref: '#/definitions/Installments'
socialSecurityNumber:
description: the shopper's social security number
type: string
captureDelayHours:
description: the number of hours delay between the authorisation and scheduled auto-capture
type: integer
format: int32
dateOfBirth:
description: the shopper's date of birth
type: string
format: date-time
telephoneNumber:
description: the shopper's telephone number
type: string
mcc:
description: the mcc value that is required to process this payment
type: string
metadata:
description: a map of key/value pairs of metadata sent by merchant
type: object
ModificationRequest:
title: ModificationRequest
type: object
required:
- merchantAccount
- originalReference
properties:
merchantAccount:
description: the merchant account which will be used to process the payment
type: string
modificationAmount:
$ref: '#/definitions/Amount'
originalReference:
description: the pspreference of the payment to modify
type: string
reference:
description: the reference assigned to this modification
type: string
additionalData:
description: a map of name/value pairs for passing in additional / industry-specific data
type: object
ModificationResult:
title: ModificationResult
type: object
required:
- pspReference
- response
properties:
additionalData:
description: a map of name/value pairs for passing back additional / industry-specific data
type: object
pspReference:
description: the unique identifier assigned to this modification.
type: string
response:
$ref: '#/definitions/ModificationResultResponse'
PaymentRequest:
title: PaymentRequest
type: object
properties:
card:
$ref: '#/definitions/Card'
mpiData:
$ref: '#/definitions/ThreeDSecureData'
bankAccount:
$ref: '#/definitions/BankAccount'
amount:
$ref: '#/definitions/Amount'
reference:
description: the reference assigned to the payment
type: string
billingAddress:
$ref: '#/definitions/Address'
shopperIP:
description: the IP address of the shopper
type: string
merchantAccount:
description: the merchant account which will be used to process the payment
type: string
browserInfo:
$ref: '#/definitions/BrowserInfo'
shopperInteraction:
$ref: '#/definitions/ShopperInteraction'
shopperEmail:
description: the email address of the shopper / customer
type: string
shopperReference:
description: a reference used to uniquely identify the shopper (e.g. user ID or account ID)
type: string
recurring:
$ref: '#/definitions/Recurring'
shopperStatement:
description: the text to appear on the shopper's statement
type: string
maxLength: 22
fraudOffset:
description: the offset that is added to the normal fraud score (positive or negative)
type: integer
format: int32
sessionId:
type: string
additionalAmount:
$ref: '#/definitions/Amount'
selectedRecurringDetailReference:
description: the recurringDetailReference you want to use for this payment
type: string
orderReference:
description: the order reference to link multiple partial payments
type: string
merchantOrderReference:
description: the reference to link multiple transactions to each other
type: string
dccQuote:
$ref: '#/definitions/ForexQuote'
additionalData:
description: a map of name/value pairs for passing in additional/industry-specific data
type: object
shopperName:
$ref: '#/definitions/Name'
shopperLocale:
description: the combination of language code and country code to specify the language to be used in the payment
type: string
selectedBrand:
description: the selected brand how to process the payment for dual branded cards
type: string
deliveryAddress:
$ref: '#/definitions/Address'
deliveryDate:
description: the expected date of delivery or fulfillment
type: string
format: date-time
deviceFingerprint:
type: string
installments:
$ref: '#/definitions/Installments'
socialSecurityNumber:
description: the shopper's social security number
type: string
captureDelayHours:
description: the number of hours delay between the authorisation and scheduled auto-capture
type: integer
format: int32
dateOfBirth:
description: the shopper's date of birth
type: string
format: date-time
telephoneNumber:
description: the shopper's telephone number
type: string
mcc:
description: the mcc value that is required to process this payment
type: string
metadata:
description: a map of key/value pairs of metadata sent by merchant
type: object
DisableRequest:
title: DisableRequest
type: object
properties:
contract:
$ref: '#/definitions/Contract'
merchantAccount:
description: Your merchant account.
type: string
recurringDetailReference:
description: |-
The ID that uniquely identifies the recurring detail reference.
If it is not provided, the whole recurring contract of the `shopperReference` will be disabled, which includes all recurring details.
type: string
shopperReference:
description: |-
The ID that uniquely identifies the shopper.
This `shopperReference` must be the same as the `shopperReference` used in the initial payment.
type: string
required:
- merchantAccount
- shopperReference
DisableResult:
title: DisableResult
type: object
properties:
response:
description: Depending on whether a specific recurring detail was in the request, result is either [detail-successfully-disabled] or [all-details-successfully-disabled]
type: string
RecurringDetailsRequest:
title: RecurringDetailsRequest
type: object
properties:
merchantAccount:
description: The merchant account identifier you want to process the (transaction) request with.
type: string
recurring:
$ref: '#/definitions/Recurring'
shopperReference:
description: The reference you use to uniquely identify the shopper (e.g. user ID or account ID).
type: string
required:
- merchantAccount
- shopperReference
RecurringDetailsResult:
title: RecurringDetailsResult
type: object
properties:
creationDate:
description: The date when the recurring details were created.
format: date-time
type: string
details:
description: Payment details stored for recurring payments.
items:
$ref: '#/definitions/RecurringDetail'
type: array
lastKnownShopperEmail:
description: The most recent email for this shopper (if available).
type: string
shopperReference:
description: The reference you use to uniquely identify the shopper (e.g. user ID or account ID).
type: string
StoreDetailAndSubmitRequest:
title: StoreDetailAndSubmitRequest
type: object
required:
- amount
- entityType
- merchantAccount
- nationality
- recurring
- reference
- shopperEmail
- shopperName
- shopperReference
properties:
additionalData:
description: a map of name/value pairs for passing in additional/industry-specific data
type: object
amount:
$ref: '#/definitions/Amount'
bank:
$ref: '#/definitions/BankAccount'
billingAddress:
$ref: '#/definitions/Address'
card:
$ref: '#/definitions/Card'
dateOfBirth:
description: the shopper's date of birth
type: string
format: date-time
entityType:
$ref: '#/definitions/PayoutEntityType'
fraudOffset:
description: the offset that is added to the normal fraud score (positive or negative)
type: integer
format: int32
merchantAccount:
description: the merchant account which will be used for processing this request
type: string
nationality:
description: The shopper's nationality, A valid value is an ISO 2-character country code (e.g. 'NL').
type: string
maxLength: 2
minLength: 2
recurring:
$ref: '#/definitions/Recurring'
reference:
description: the reference assigned to the payment
type: string
selectedBrand:
description: The name of the brand to make a payout to. For Paysafecard it must be set to paysafecard.
type: string
shopperEmail:
description: the email address of the shopper / customer
type: string
shopperName:
$ref: '#/definitions/Name'
shopperReference:
description: a reference you use to uniquely identify the shopper (e.g. user ID or account ID)
type: string
shopperStatement:
description: the text to appear on the shopper's statement
type: string
maxLength: 22
StoreDetailAndSubmitResult:
title: StoreDetailAndSubmitResult
type: object
required:
- pspReference
- resultCode
properties:
additionalData:
description: This field contains additional data, which may be returned in a particular response.
type: object
pspReference:
description: the unique identifier assigned to this modification. This reference is the pspReference of the payout.
type: string
resultCode:
description: In case of success, it is payout-submit-received. In case of an error, an informational message is returned.
type: string
refusalReason:
description: In case of refusal, an informational message for the reason.
type: string
ConfirmOrDeclineRequest:
title: ConfirmOrDeclineRequest
type: object
required:
- merchantAccount
- originalReference
properties:
additionalData:
description: This field contains additional data, which may be returned in a particular response.
type: object
merchantAccount:
description: the merchant account which will be used for processing this request.
type: string
originalReference:
description: The PSP reference received in the submit payout response.
type: string
ConfirmOrDeclineResult:
title: ConfirmOrDeclineResult
type: object
required:
- pspReference
- response
properties:
pspReference:
description: the unique identifier assigned to this modification. This reference is the pspReference of the payout.
type: string
response:
description: In case of success, it is payout-confirm-received / payout-decline-received. In case of an error, an informational message is returned.
type: string
NotificationRequest:
title: NotificationRequest
type: object
required:
- live
- notificationItems
properties:
live:
description: Informs about the origin of the notification, if true means the notification originated from the live environment, else if false so the notification originated from the test environment.
type: boolean
notificationItems:
type: array
items:
title: notificationItems
type: object
properties:
NotificationRequestItem:
$ref: '#/definitions/NotificationRequestItemDetails'
NotificationResult:
title: NotificationResult
type: object
required:
- notificationResponse
properties:
notificationResponse:
description: In case of success, we send back a [accepeted] response to confirm adyen that we accepeted the corresponding notification
type: string
enum:
- '[accepted]'
NotificationRequestItemDetails:
title: NotificationRequestItem
type: object
required:
- amount
- pspReference
- eventCode
- eventDate
- merchantAccountCode
- operations
- merchantReference
- paymentMethod
- success
properties:
additionalData:
description: a map of name/value pairs for passing in additional/industry-specific data
type: object
amount:
$ref: '#/definitions/Amount'
pspReference:
description: the unique identifier associated with the transaction/the request
type: string
eventCode:
$ref: '#/definitions/EventCode'
eventDate:
description: The time when the event was generated.
type: string
format: date-time
merchantAccountCode:
description: The merchant account identifier used in the transaction the notification item refers to.
type: string
operations:
description: This field holds a list of the modification operations supported by the transaction the notification item refers to.
type: array
items:
type: string
enum:
- 'CANCEL'
- 'CAPTURE'
- 'REFUND'
merchantReference:
description: A reference to uniquely identify the payment.