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
@@ -27,7 +27,7 @@ PaymentInstrumentApi apiInstance = new PaymentInstrumentApi();
27
27
String profileId ="profileId_example"; // String | The id of a profile containing user specific TMS configuration.
28
28
CreatePaymentInstrumentRequest createPaymentInstrumentRequest =newCreatePaymentInstrumentRequest(); // CreatePaymentInstrumentRequest | Specify the customer's payment details for card or bank account.
29
29
try {
30
-
TmsV1PaymentinstrumentsPatch200Response result = apiInstance.createPaymentInstrument(profileId, createPaymentInstrumentRequest);
30
+
TmsV1InstrumentIdentifiersPaymentInstrumentsGet200ResponseEmbeddedPaymentInstruments result = apiInstance.createPaymentInstrument(profileId, createPaymentInstrumentRequest);
31
31
System.out.println(result);
32
32
} catch (ApiException e) {
33
33
System.err.println("Exception when calling PaymentInstrumentApi#createPaymentInstrument");
@@ -44,16 +44,16 @@ Name | Type | Description | Notes
**id** | **String** | An unique identification number assigned by CyberSource to identify the submitted request. It is also appended to the endpoint of the resource. | [optional]
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. | [optional]
10
+
**status** | [**StatusEnum**](#StatusEnum) | The status of the submitted transaction. Possible values: - ACCEPTED - DECLINED - INVALID_REQUEST | [optional]
11
+
**reconciliationId** | **String** | Cybersource or merchant generated transaction reference number. This is sent to the processor and is echoed back in the response to the merchant. This is This value is used for reconciliation purposes. | [optional]
0 commit comments