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
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ`**Example**`2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
8
-
**status** | **String** | The status of the invoice. Possible values: - NOTFOUND | [optional]
8
+
**status** | **String** | The status of the invoice. Possible values: - NOTFOUND | [optional]
9
9
**reason** | **String** | The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - PROCESSOR_UNAVAILABLE | [optional]
10
10
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
9
9
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ`**Example**`2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
10
-
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
10
+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING - TRANSMITTED (Only for Online Capture enabled merchants) | [optional]
11
11
**reconciliationId** | **String** | Reference number for the transaction. Depending on how your Cybersource account is configured, this value could either be provided in the API request or generated by CyberSource. The actual value used in the request to the processor is provided back to you by Cybersource in the response. | [optional]
**transactionId** | **String** | Processor transaction ID. This value identifies the transaction on a host system. This value is supported only for Moneris. It contains this information: - Terminal used to process the transaction - Shift during which the transaction took place - Batch number - Transaction number within the batch You must store this value. If you give the customer a receipt, display this value on the receipt. Example For the value 66012345001069003: - Terminal ID = 66012345 - Shift number = 001 - Batch number = 069 - Transaction number = 003 | [optional]
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING | [optional]
7
+
**status** | **String** | The status of the submitted transaction. Possible values: - PENDING - TRANSMITTED (Only for Online Capture enabled merchants) | [optional]
8
8
**reason** | **String** | The reason of the status. Possible values: - MISSING_FIELD - INVALID_DATA - DUPLICATE_REQUEST - INVALID_MERCHANT_CONFIGURATION - EXCEEDS_AUTH_AMOUNT - AUTH_ALREADY_REVERSED - TRANSACTION_ALREADY_SETTLED - INVALID_AMOUNT - MISSING_AUTH - TRANSACTION_ALREADY_REVERSED_OR_SETTLED - NOT_SUPPORTED | [optional]
9
9
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
Copy file name to clipboardExpand all lines: docs/Ptsv2paymentsAcquirerInformation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
**country** | **String** | Issuers need to be aware of the Acquirer's Country Code when the Acquirer country differs from the Merchant country and the Acquirer is in the EEA (European Economic Area). | [optional]
9
9
**password** | **String** | Registered password for the Visa directory server. | [optional]
10
10
**merchantId** | **String** | Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters. | [optional]
11
+
**acquirerMerchantId** | **String** | Acquirer assigned merchant id. Check if your processor supports this field. | [optional]
**acquirerBin** | **String** | Acquirer bank ID number that corresponds to a certificate that Cybersource already has.This ID has this format. 4XXXXX for Visa and 5XXXXX for Mastercard. | [optional]
8
+
**country** | **String** | Issuers need to be aware of the Acquirer's Country Code when the Acquirer country differs from the Merchant country and the Acquirer is in the EEA (European Economic Area). | [optional]
9
+
**password** | **String** | Registered password for the Visa directory server. | [optional]
10
+
**merchantId** | **String** | Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters. | [optional]
Copy file name to clipboardExpand all lines: generator/cybersource-rest-spec.json
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4407,6 +4407,11 @@
4407
4407
"type": "string",
4408
4408
"maxLength": 15,
4409
4409
"description": "Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters.\n"
4410
+
},
4411
+
"acquirerMerchantId": {
4412
+
"type": "string",
4413
+
"maxLength": 15,
4414
+
"description": "Acquirer assigned merchant id. Check if your processor supports this field.\n"
4410
4415
}
4411
4416
}
4412
4417
},
@@ -6435,7 +6440,7 @@
6435
6440
"properties": {
6436
6441
"status": {
6437
6442
"type": "string",
6438
-
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n"
6443
+
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n - TRANSMITTED (Only for Online Capture enabled merchants)\n"
6439
6444
},
6440
6445
"reason": {
6441
6446
"type": "string",
@@ -13227,7 +13232,7 @@
13227
13232
},
13228
13233
"status": {
13229
13234
"type": "string",
13230
-
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n"
13235
+
"description": "The status of the submitted transaction.\n\nPossible values:\n - PENDING\n - TRANSMITTED (Only for Online Capture enabled merchants)\n"
13231
13236
},
13232
13237
"reconciliationId": {
13233
13238
"type": "string",
@@ -13260,6 +13265,10 @@
13260
13265
"type": "string",
13261
13266
"maxLength": 18,
13262
13267
"description": "Processor transaction ID.\n\nThis value identifies the transaction on a host system. This value is supported only for Moneris. It contains\nthis information:\n\n - Terminal used to process the transaction\n - Shift during which the transaction took place\n - Batch number\n - Transaction number within the batch\n\nYou must store this value. If you give the customer a receipt, display this value on the receipt.\n\nExample For the value 66012345001069003:\n\n - Terminal ID = 66012345\n - Shift number = 001\n - Batch number = 069\n - Transaction number = 003\n"
13268
+
},
13269
+
"networkTransactionId": {
13270
+
"description": "Network Transaction Identifier\nApplicable for online capture transactions only.\n",
13271
+
"type": "string"
13263
13272
}
13264
13273
}
13265
13274
},
@@ -78326,7 +78335,7 @@
78326
78335
},
78327
78336
"status": {
78328
78337
"type": "string",
78329
-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
78338
+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
78330
78339
},
78331
78340
"reason": {
78332
78341
"type": "string",
@@ -79001,7 +79010,7 @@
79001
79010
},
79002
79011
"status": {
79003
79012
"type": "string",
79004
-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
79013
+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
79005
79014
},
79006
79015
"reason": {
79007
79016
"type": "string",
@@ -79580,7 +79589,7 @@
79580
79589
},
79581
79590
"status": {
79582
79591
"type": "string",
79583
-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
79592
+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
79584
79593
},
79585
79594
"reason": {
79586
79595
"type": "string",
@@ -80354,7 +80363,7 @@
80354
80363
},
80355
80364
"status": {
80356
80365
"type": "string",
80357
-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
80366
+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
80358
80367
},
80359
80368
"reason": {
80360
80369
"type": "string",
@@ -80944,7 +80953,7 @@
80944
80953
},
80945
80954
"status": {
80946
80955
"type": "string",
80947
-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
80956
+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
80948
80957
},
80949
80958
"reason": {
80950
80959
"type": "string",
@@ -81481,7 +81490,7 @@
81481
81490
},
81482
81491
"status": {
81483
81492
"type": "string",
81484
-
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n\n\n \n"
81493
+
"description": "The status of the invoice.\n\nPossible values:\n - NOTFOUND\n"
0 commit comments