Version
-API version 44.8
+API version 45.0
-Documentation version 44.8
+Documentation version 45.0
History
Muhammad Moawaz Ayub | Added additional MCCs to the list for own-account Funding Transactions. | ||
44.9 | +2024/03/20 | +Vladislav Vodenicharski | +Extended lifetime validity for Web Payment Form payments to 3 months | +
45.0 | +2024/03/11 | +Blagoy Vangelov | +Added birth_date , incorporation_date , gender , martial_status , sender_occupation , mothers_name , nationality , country_of_origin , birth_city , birth_state , company_type , company_activity optional parameters to PIX transaction type. |
+
Introduction
@@ -5912,7 +5924,7 @@-Smart Routing API
With authentication params in the URL:
-+
POST https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.api.e-comprocessing.net/transactions
POST https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.api.e-comprocessing.net/transactions
For the production system use the following URLs:
@@ -5920,7 +5932,7 @@Smart Routing API
With authentication params in the URL:
-+
POST https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@prod.api.e-comprocessing.net/transactions
POST https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@prod.api.e-comprocessing.net/transactions
Transactions
Invoking a Transaction
A transaction is invoked via HTTPS POST, parameters are passed as XML with UTF-8 encoding.
Card
Recurring V2
@@ -6103,8 +6115,8 @@Initial Recurring
"customer_email": "travis@example.com", "customer_phone": "+1987987987987", "business_attributes": { - "event_start_date": "13-04-2024", - "event_end_date": "22-04-2024", + "event_start_date": "26-04-2024", + "event_end_date": "05-05-2024", "event_organizer_id": "20192375", "event_id": "1912" }, @@ -6134,7 +6146,7 @@Initial Recurring
Request
curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -6155,8 +6167,8 @@ Initial Recurring
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -6318,8 +6330,8 @@ Initial Recurring
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -6344,7 +6356,7 @@ Initial Recurring
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -6365,8 +6377,8 @@ Initial Recurring
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -6878,7 +6890,7 @@ Initial Recurring
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:02.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -6887,7 +6899,7 @@ Initial Recurring
[currency] => USD
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
[reason_for_not_honoring_exemption] => 8A01
[sca_exemption_result] => 13
@@ -6912,13 +6924,13 @@ Initial Recurring
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:02Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
<reason_for_not_honoring_exemption content=[8A01]>
<sca_exemption_result content=[13]>
@@ -6943,13 +6955,13 @@ Initial Recurring
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:02Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
reason_for_not_honoring_exemption: "8A01",
sca_exemption_result: "13",
@@ -6979,13 +6991,13 @@ Initial Recurring
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:02Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
<reason_for_not_honoring_exemption>8A01</reason_for_not_honoring_exemption>
<sca_exemption_result>13</sca_exemption_result>
@@ -7149,7 +7161,7 @@ Initial Recurring
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
scheme_response_code
@@ -7195,7 +7207,7 @@ Initial Recurring
[message] => billing_address[zip_code] is invalid!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:02.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -7216,7 +7228,7 @@ Initial Recurring
<response_code content=[57]>
<code content=[340]>
<message content=[billing_address[zip_code] is invalid!]>
- <timestamp content=[2024-03-12T11:38:02Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -7234,7 +7246,7 @@ Initial Recurring
response_code: "57",
code: "340",
message: "billing_address[zip_code] is invalid!",
- timestamp: "2024-03-12T11:38:02Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -7257,7 +7269,7 @@ Initial Recurring
<response_code>57</response_code>
<code>340</code>
<message>billing_address[zip_code] is invalid!</message>
- <timestamp>2024-03-12T11:38:02Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -7458,8 +7470,8 @@ Subsequent Recurring
"reference_id": "43672",
"amount": "100",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
}
@@ -7473,7 +7485,7 @@ Subsequent Recurring
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -7487,8 +7499,8 @@ Subsequent Recurring
<reference_id>43672</reference_id>
<amount>100</amount>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -7589,8 +7601,8 @@ Subsequent Recurring
"reference_id": "43672",
"amount": "100",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
}
@@ -7604,7 +7616,7 @@ Subsequent Recurring
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -7618,8 +7630,8 @@ Subsequent Recurring
<reference_id>43672</reference_id>
<amount>100</amount>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -7761,7 +7773,7 @@ Subsequent Recurring
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:02.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -7786,7 +7798,7 @@ Subsequent Recurring
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:02Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<sent_to_acquirer content=[true]>
@@ -7808,7 +7820,7 @@ Subsequent Recurring
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:02Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
sent_to_acquirer: "true",
@@ -7835,7 +7847,7 @@ Subsequent Recurring
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:02Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<sent_to_acquirer>true</sent_to_acquirer>
@@ -7973,7 +7985,7 @@ Subsequent Recurring
[message] => billing_address[zip_code] is invalid!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:02.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -7993,7 +8005,7 @@ Subsequent Recurring
<response_code content=[57]>
<code content=[340]>
<message content=[billing_address[zip_code] is invalid!]>
- <timestamp content=[2024-03-12T11:38:02Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<sent_to_acquirer content=[false]>
@@ -8010,7 +8022,7 @@ Subsequent Recurring
response_code: "57",
code: "340",
message: "billing_address[zip_code] is invalid!",
- timestamp: "2024-03-12T11:38:02Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
sent_to_acquirer: "false",
@@ -8032,7 +8044,7 @@ Subsequent Recurring
<response_code>57</response_code>
<code>340</code>
<message>billing_address[zip_code] is invalid!</message>
- <timestamp>2024-03-12T11:38:02Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<sent_to_acquirer>false</sent_to_acquirer>
@@ -8315,8 +8327,8 @@ Non-referenced Subsequent Recurring
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -8346,7 +8358,7 @@ Non-referenced Subsequent Recurring
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -8369,8 +8381,8 @@ Non-referenced Subsequent Recurring
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -8875,7 +8887,7 @@ Non-referenced Subsequent Recurring
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -8884,7 +8896,7 @@ Non-referenced Subsequent Recurring
[currency] => USD
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
[reason_for_not_honoring_exemption] => 8A01
[sca_exemption_result] => 13
@@ -8909,13 +8921,13 @@ Non-referenced Subsequent Recurring
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
<reason_for_not_honoring_exemption content=[8A01]>
<sca_exemption_result content=[13]>
@@ -8940,13 +8952,13 @@ Non-referenced Subsequent Recurring
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
reason_for_not_honoring_exemption: "8A01",
sca_exemption_result: "13",
@@ -8976,13 +8988,13 @@ Non-referenced Subsequent Recurring
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
<reason_for_not_honoring_exemption>8A01</reason_for_not_honoring_exemption>
<sca_exemption_result>13</sca_exemption_result>
@@ -9146,7 +9158,7 @@ Non-referenced Subsequent Recurring
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
scheme_response_code
@@ -9192,7 +9204,7 @@ Non-referenced Subsequent Recurring
[message] => Transaction failed, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -9213,7 +9225,7 @@ Non-referenced Subsequent Recurring
<code content=[510]>
<technical_message content=[Invalid Issuer]>
<message content=[Transaction failed, please contact support!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -9231,7 +9243,7 @@ Non-referenced Subsequent Recurring
code: "510",
technical_message: "Invalid Issuer",
message: "Transaction failed, please contact support!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -9254,7 +9266,7 @@ Non-referenced Subsequent Recurring
<code>510</code>
<technical_message>Invalid Issuer</technical_message>
<message>Transaction failed, please contact support!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -9360,7 +9372,7 @@ Non-referenced Subsequent Recurring
[message] => Transaction failed, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -9381,7 +9393,7 @@ Non-referenced Subsequent Recurring
<response_code content=[57]>
<code content=[510]>
<message content=[Transaction failed, please contact support!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -9399,7 +9411,7 @@ Non-referenced Subsequent Recurring
response_code: "57",
code: "510",
message: "Transaction failed, please contact support!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -9422,7 +9434,7 @@ Non-referenced Subsequent Recurring
<response_code>57</response_code>
<code>510</code>
<message>Transaction failed, please contact support!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -9661,7 +9673,7 @@ How to
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -10264,8 +10276,8 @@ Init Recurring Sale
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -10295,7 +10307,7 @@ Init Recurring Sale
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -10315,8 +10327,8 @@ Init Recurring Sale
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -10874,7 +10886,7 @@ Init Recurring Sale
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -10883,7 +10895,7 @@ Init Recurring Sale
[currency] => USD
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
[reason_for_not_honoring_exemption] => 8A01
[sca_exemption_result] => 13
@@ -10907,13 +10919,13 @@ Init Recurring Sale
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
<reason_for_not_honoring_exemption content=[8A01]>
<sca_exemption_result content=[13]>
@@ -10937,13 +10949,13 @@ Init Recurring Sale
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
reason_for_not_honoring_exemption: "8A01",
sca_exemption_result: "13",
@@ -10972,13 +10984,13 @@ Init Recurring Sale
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
<reason_for_not_honoring_exemption>8A01</reason_for_not_honoring_exemption>
<sca_exemption_result>13</sca_exemption_result>
@@ -11137,7 +11149,7 @@ Init Recurring Sale
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
scheme_response_code
@@ -11182,7 +11194,7 @@ Init Recurring Sale
[message] => billing_address[zip_code] is invalid!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -11202,7 +11214,7 @@ Init Recurring Sale
<response_code content=[57]>
<code content=[340]>
<message content=[billing_address[zip_code] is invalid!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -11219,7 +11231,7 @@ Init Recurring Sale
response_code: "57",
code: "340",
message: "billing_address[zip_code] is invalid!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -11241,7 +11253,7 @@ Init Recurring Sale
<response_code>57</response_code>
<code>340</code>
<message>billing_address[zip_code] is invalid!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -11438,8 +11450,8 @@ Recurring Sale
"reference_id": "43672",
"amount": "100",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
}
@@ -11453,7 +11465,7 @@ Recurring Sale
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -11466,8 +11478,8 @@ Recurring Sale
<reference_id>43672</reference_id>
<amount>100</amount>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -11650,7 +11662,7 @@ Recurring Sale
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -11674,7 +11686,7 @@ Recurring Sale
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<sent_to_acquirer content=[true]>
@@ -11695,7 +11707,7 @@ Recurring Sale
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
sent_to_acquirer: "true",
@@ -11721,7 +11733,7 @@ Recurring Sale
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<sent_to_acquirer>true</sent_to_acquirer>
@@ -11853,7 +11865,7 @@ Recurring Sale
[message] => billing_address[zip_code] is invalid!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -11872,7 +11884,7 @@ Recurring Sale
<response_code content=[57]>
<code content=[340]>
<message content=[billing_address[zip_code] is invalid!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<sent_to_acquirer content=[false]>
@@ -11888,7 +11900,7 @@ Recurring Sale
response_code: "57",
code: "340",
message: "billing_address[zip_code] is invalid!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
sent_to_acquirer: "false",
@@ -11909,7 +11921,7 @@ Recurring Sale
<response_code>57</response_code>
<code>340</code>
<message>billing_address[zip_code] is invalid!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<sent_to_acquirer>false</sent_to_acquirer>
@@ -12149,7 +12161,7 @@ How to
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -12736,8 +12748,8 @@ Authorize
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -12766,7 +12778,7 @@ Authorize
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -12786,8 +12798,8 @@ Authorize
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -12828,7 +12840,7 @@ Authorize
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -12848,8 +12860,8 @@ Authorize
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -13450,7 +13462,7 @@ Authorize
[response_code] => 00
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -13459,7 +13471,7 @@ Authorize
[currency] => USD
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
[reason_for_not_honoring_exemption] => 8A01
[sca_exemption_result] => 13
@@ -13481,13 +13493,13 @@ Authorize
<authorization_code content=[345678]>
<retrieval_reference_number content=[016813015184]>
<response_code content=[00]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
<reason_for_not_honoring_exemption content=[8A01]>
<sca_exemption_result content=[13]>
@@ -13509,13 +13521,13 @@ Authorize
authorization_code: "345678",
retrieval_reference_number: "016813015184",
response_code: "00",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
reason_for_not_honoring_exemption: "8A01",
sca_exemption_result: "13",
@@ -13542,13 +13554,13 @@ Authorize
<authorization_code>345678</authorization_code>
<retrieval_reference_number>016813015184</retrieval_reference_number>
<response_code>00</response_code>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
<reason_for_not_honoring_exemption>8A01</reason_for_not_honoring_exemption>
<sca_exemption_result>13</sca_exemption_result>
@@ -13702,7 +13714,7 @@ Authorize
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
scheme_response_code
@@ -13747,7 +13759,7 @@ Authorize
[message] => expiration_year is invalid
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -13767,7 +13779,7 @@ Authorize
<code content=[340]>
<technical_message content=[expiration_year is invalid]>
<message content=[expiration_year is invalid]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -13784,7 +13796,7 @@ Authorize
code: "340",
technical_message: "expiration_year is invalid",
message: "expiration_year is invalid",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -13806,7 +13818,7 @@ Authorize
<code>340</code>
<technical_message>expiration_year is invalid</technical_message>
<message>expiration_year is invalid</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -14025,8 +14037,8 @@ Capture
"amount": "100",
"currency": "USD",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
}
@@ -14040,7 +14052,7 @@ Capture
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -14054,8 +14066,8 @@ Capture
<amount>100</amount>
<currency>USD</currency>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -14183,7 +14195,7 @@ Capture
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -14204,7 +14216,7 @@ Capture
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -14222,7 +14234,7 @@ Capture
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -14245,7 +14257,7 @@ Capture
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -14350,7 +14362,7 @@ Capture
[message] => Transaction declined.
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -14370,7 +14382,7 @@ Capture
<code content=[430]>
<technical_message content=[Reference transaction has already been captured, and acquirer does not support partial/multiple capture]>
<message content=[Transaction declined.]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -14387,7 +14399,7 @@ Capture
code: "430",
technical_message: "Reference transaction has already been captured, and acquirer does not support partial/multiple capture",
message: "Transaction declined.",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -14409,7 +14421,7 @@ Capture
<code>430</code>
<technical_message>Reference transaction has already been captured, and acquirer does not support partial/multiple capture</technical_message>
<message>Transaction declined.</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -14669,8 +14681,8 @@ Sale
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -14699,7 +14711,7 @@ Sale
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -14719,8 +14731,8 @@ Sale
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -14761,7 +14773,7 @@ Sale
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -14781,8 +14793,8 @@ Sale
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -15383,7 +15395,7 @@ Sale
[response_code] => 00
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -15392,7 +15404,7 @@ Sale
[currency] => USD
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
[reason_for_not_honoring_exemption] => 8A01
[sca_exemption_result] => 13
@@ -15414,13 +15426,13 @@ Sale
<authorization_code content=[345678]>
<retrieval_reference_number content=[016813015184]>
<response_code content=[00]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
<reason_for_not_honoring_exemption content=[8A01]>
<sca_exemption_result content=[13]>
@@ -15442,13 +15454,13 @@ Sale
authorization_code: "345678",
retrieval_reference_number: "016813015184",
response_code: "00",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
reason_for_not_honoring_exemption: "8A01",
sca_exemption_result: "13",
@@ -15475,13 +15487,13 @@ Sale
<authorization_code>345678</authorization_code>
<retrieval_reference_number>016813015184</retrieval_reference_number>
<response_code>00</response_code>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
<reason_for_not_honoring_exemption>8A01</reason_for_not_honoring_exemption>
<sca_exemption_result>13</sca_exemption_result>
@@ -15630,7 +15642,7 @@ Sale
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
scheme_response_code
@@ -15676,7 +15688,7 @@ Sale
[message] => billing_address[zip_code] is invalid!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:28.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -15697,7 +15709,7 @@ Sale
<code content=[340]>
<technical_message content=[billing_address[zip_code] is invalid!]>
<message content=[billing_address[zip_code] is invalid!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:28Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -15715,7 +15727,7 @@ Sale
code: "340",
technical_message: "billing_address[zip_code] is invalid!",
message: "billing_address[zip_code] is invalid!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:28Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -15738,7 +15750,7 @@ Sale
<code>340</code>
<technical_message>billing_address[zip_code] is invalid!</technical_message>
<message>billing_address[zip_code] is invalid!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:28Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -15913,7 +15925,7 @@ Argencard
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -16179,7 +16191,7 @@ Argencard
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -16209,7 +16221,7 @@ Argencard
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -16307,7 +16319,7 @@ Argencard
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -16336,7 +16348,7 @@ Argencard
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -16491,7 +16503,7 @@ Aura
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -16757,7 +16769,7 @@ Aura
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -16787,7 +16799,7 @@ Aura
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -16885,7 +16897,7 @@ Aura
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -16914,7 +16926,7 @@ Aura
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -17025,7 +17037,7 @@ Bancontact
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -17191,7 +17203,7 @@ Bancontact
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -17447,7 +17459,7 @@ Bancontact
<message>Transaction successful!</message>
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<mode>live</mode>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>EUR</currency>
@@ -17471,7 +17483,7 @@ Bancontact
[mode] => live
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -17491,7 +17503,7 @@ Bancontact
<message content=[Transaction successful!]>
<redirect_url content=[https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61]>
<mode content=[live]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:29Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[EUR]>
@@ -17508,7 +17520,7 @@ Bancontact
message: "Transaction successful!",
redirect_url: "https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61",
mode: "live",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:29Z",
descriptor: "Descriptor one",
amount: "100",
currency: "EUR",
@@ -17530,7 +17542,7 @@ Bancontact
<message>Transaction successful!</message>
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<mode>live</mode>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>EUR</currency>
@@ -17629,7 +17641,7 @@ Bancontact
<transaction_id>119643250547501c79d8295</transaction_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>EUR</currency>
@@ -17652,7 +17664,7 @@ Bancontact
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:03.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -17671,7 +17683,7 @@ Bancontact
<code content=[110]>
<technical_message content=[]>
<message content=[Something went wrong, please contact support!]>
- <timestamp content=[2024-03-12T11:38:03Z]>
+ <timestamp content=[2024-03-25T14:34:29Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[EUR]>
@@ -17687,7 +17699,7 @@ Bancontact
code: "110",
technical_message: "",
message: "Something went wrong, please contact support!",
- timestamp: "2024-03-12T11:38:03Z",
+ timestamp: "2024-03-25T14:34:29Z",
descriptor: "Descriptor one",
amount: "100",
currency: "EUR",
@@ -17708,7 +17720,7 @@ Bancontact
<code>110</code>
<payment_response>technical_message</payment_response>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:03Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>EUR</currency>
@@ -17860,7 +17872,7 @@ Cabal
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -18124,7 +18136,7 @@ Cabal
[mode] => live
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -18152,7 +18164,7 @@ Cabal
<transaction_id>119643250547501c79d8295</transaction_id>
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61d0</redirect_url>
<mode>live</mode>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -18235,7 +18247,7 @@ Cabal
[mode] => live
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -18264,7 +18276,7 @@ Cabal
<code>110</code>
<message>Something went wrong, please contact support!</message>
<mode>live</mode>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -18414,7 +18426,7 @@ Cencosud
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -18680,7 +18692,7 @@ Cencosud
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -18710,7 +18722,7 @@ Cencosud
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -18808,7 +18820,7 @@ Cencosud
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -18837,7 +18849,7 @@ Cencosud
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -19049,7 +19061,7 @@ Credit (CFT)
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -19206,7 +19218,7 @@ Credit (CFT)
[response_code] => 00
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -19227,7 +19239,7 @@ Credit (CFT)
<authorization_code content=[345678]>
<retrieval_reference_number content=[016813015184]>
<response_code content=[00]>
- <timestamp content=[2024-03-12T11:38:04Z]>
+ <timestamp content=[2024-03-25T14:34:29Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -19245,7 +19257,7 @@ Credit (CFT)
authorization_code: "345678",
retrieval_reference_number: "016813015184",
response_code: "00",
- timestamp: "2024-03-12T11:38:04Z",
+ timestamp: "2024-03-25T14:34:29Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -19268,7 +19280,7 @@ Credit (CFT)
<authorization_code>345678</authorization_code>
<retrieval_reference_number>016813015184</retrieval_reference_number>
<response_code>00</response_code>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -19384,7 +19396,7 @@ Credit (CFT)
[message] => No approved reference transaction found
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -19404,7 +19416,7 @@ Credit (CFT)
<code content=[410]>
<technical_message content=[No approved reference transaction found]>
<message content=[No approved reference transaction found]>
- <timestamp content=[2024-03-12T11:38:04Z]>
+ <timestamp content=[2024-03-25T14:34:29Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -19421,7 +19433,7 @@ Credit (CFT)
code: "410",
technical_message: "No approved reference transaction found",
message: "No approved reference transaction found",
- timestamp: "2024-03-12T11:38:04Z",
+ timestamp: "2024-03-25T14:34:29Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -19443,7 +19455,7 @@ Credit (CFT)
<code>410</code>
<technical_message>No approved reference transaction found</technical_message>
<message>No approved reference transaction found</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -19592,7 +19604,7 @@ Elo
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -19858,7 +19870,7 @@ Elo
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -19888,7 +19900,7 @@ Elo
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -19986,7 +19998,7 @@ Elo
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -20015,7 +20027,7 @@ Elo
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -20169,7 +20181,7 @@ Naranja
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -20428,7 +20440,7 @@ Naranja
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -20458,7 +20470,7 @@ Naranja
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -20556,7 +20568,7 @@ Naranja
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -20585,7 +20597,7 @@ Naranja
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -20739,7 +20751,7 @@ Nativa
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -20998,7 +21010,7 @@ Nativa
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -21028,7 +21040,7 @@ Nativa
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -21126,7 +21138,7 @@ Nativa
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -21155,7 +21167,7 @@ Nativa
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -21309,7 +21321,7 @@ Tarjeta Shopping
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -21569,7 +21581,7 @@ Tarjeta Shopping
[redirect_url] => https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:29.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -21600,7 +21612,7 @@ Tarjeta Shopping
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
<redirect_url>https://staging.gate.e-comprocessing.net/redirect/to_acquirer/649e1ff35c61</redirect_url>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:29Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -21699,7 +21711,7 @@ Tarjeta Shopping
[message] => Something went wrong, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:30.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -21729,7 +21741,7 @@ Tarjeta Shopping
<unique_id>44177a21403427eb96664a6d7e5d5d48</unique_id>
<code>110</code>
<message>Something went wrong, please contact support!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:30Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -21961,8 +21973,8 @@ Non-financial Transactions
Non-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsNon-financial TransactionsAccount Verification
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -23463,7 +23475,7 @@ Account Verification
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -23763,14 +23775,14 @@ Account Verification
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:30.000000
[timezone_type] => 2
[timezone] => Z
)
[descriptor] => Descriptor one
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
)
@@ -23789,11 +23801,11 @@ Account Verification
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:04Z]>
+ <timestamp content=[2024-03-25T14:34:30Z]>
<descriptor content=[Descriptor one]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
]>
@@ -23812,11 +23824,11 @@ Account Verification
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:04Z",
+ timestamp: "2024-03-25T14:34:30Z",
descriptor: "Descriptor one",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
}
@@ -23840,11 +23852,11 @@ Account Verification
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:30Z</timestamp>
<descriptor>Descriptor one</descriptor>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
</payment_response>
@@ -23873,14 +23885,14 @@ Account Verification
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:30.000000
[timezone_type] => 2
[timezone] => Z
)
[descriptor] => Descriptor one
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
)
@@ -23900,11 +23912,11 @@ Account Verification
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:04Z]>
+ <timestamp content=[2024-03-25T14:34:30Z]>
<descriptor content=[Descriptor one]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
]>
@@ -23924,11 +23936,11 @@ Account Verification
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:04Z",
+ timestamp: "2024-03-25T14:34:30Z",
descriptor: "Descriptor one",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
}
@@ -23953,11 +23965,11 @@ Account Verification
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:30Z</timestamp>
<descriptor>Descriptor one</descriptor>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
</payment_response>
@@ -23986,14 +23998,14 @@ Account Verification
[message] => Transaction successful!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:30.000000
[timezone_type] => 2
[timezone] => Z
)
[descriptor] => Descriptor one
[sent_to_acquirer] => true
[scheme_transaction_identifier] => 019091214161031
- [scheme_settlement_date] => 0313
+ [scheme_settlement_date] => 0326
[scheme_response_code] => 00
)
@@ -24013,11 +24025,11 @@ Account Verification
<response_code content=[00]>
<technical_message content=[Transaction successful!]>
<message content=[Transaction successful!]>
- <timestamp content=[2024-03-12T11:38:04Z]>
+ <timestamp content=[2024-03-25T14:34:30Z]>
<descriptor content=[Descriptor one]>
<sent_to_acquirer content=[true]>
<scheme_transaction_identifier content=[019091214161031]>
- <scheme_settlement_date content=[0313]>
+ <scheme_settlement_date content=[0326]>
<scheme_response_code content=[00]>
]>
@@ -24037,11 +24049,11 @@ Account Verification
response_code: "00",
technical_message: "Transaction successful!",
message: "Transaction successful!",
- timestamp: "2024-03-12T11:38:04Z",
+ timestamp: "2024-03-25T14:34:30Z",
descriptor: "Descriptor one",
sent_to_acquirer: "true",
scheme_transaction_identifier: "019091214161031",
- scheme_settlement_date: "0313",
+ scheme_settlement_date: "0326",
scheme_response_code: "00",
}
@@ -24066,11 +24078,11 @@ Account Verification
<response_code>00</response_code>
<technical_message>Transaction successful!</technical_message>
<message>Transaction successful!</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:30Z</timestamp>
<descriptor>Descriptor one</descriptor>
<sent_to_acquirer>true</sent_to_acquirer>
<scheme_transaction_identifier>019091214161031</scheme_transaction_identifier>
- <scheme_settlement_date>0313</scheme_settlement_date>
+ <scheme_settlement_date>0326</scheme_settlement_date>
<scheme_response_code>00</scheme_response_code>
</payment_response>
@@ -24192,7 +24204,7 @@ Account Verification
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
scheme_response_code
@@ -24227,7 +24239,7 @@ Account Verification
[message] => expiration_year is invalid
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:04.000000
+ [date] => 2024-03-25 14:34:30.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -24245,7 +24257,7 @@ Account Verification
<code content=[340]>
<technical_message content=[expiration_year is invalid]>
<message content=[expiration_year is invalid]>
- <timestamp content=[2024-03-12T11:38:04Z]>
+ <timestamp content=[2024-03-25T14:34:30Z]>
<descriptor content=[Descriptor one]>
<sent_to_acquirer content=[false]>
]>
@@ -24260,7 +24272,7 @@ Account Verification
code: "340",
technical_message: "expiration_year is invalid",
message: "expiration_year is invalid",
- timestamp: "2024-03-12T11:38:04Z",
+ timestamp: "2024-03-25T14:34:30Z",
descriptor: "Descriptor one",
sent_to_acquirer: "false",
}
@@ -24280,7 +24292,7 @@ Account Verification
<code>340</code>
<technical_message>expiration_year is invalid</technical_message>
<message>expiration_year is invalid</message>
- <timestamp>2024-03-12T11:38:04Z</timestamp>
+ <timestamp>2024-03-25T14:34:30Z</timestamp>
<descriptor>Descriptor one</descriptor>
<sent_to_acquirer>false</sent_to_acquirer>
</payment_response>
@@ -24449,15 +24461,15 @@ Authorize 3D
->setMpiEci('05')
->setMpiCavv('MDAwMDAwMDAwMDAxMTA2Njk5NFg=')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('14462de0-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('14462ed0-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e139c780-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e139c8c0-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
// Sca Params
->setScaExemption('trusted_merchant')
->setScaVisaMerchantId('00000000')
- ->set#<Proc:0x000055afaabe7aa8 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
+ ->set#<Proc:0x000055885a7d4fa0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -24521,7 +24533,7 @@ Authorize 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"05", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"14462de0-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"14462ed0-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"05", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"e139c780-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e139c8c0-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
// Sca Params
@@ -24564,8 +24576,8 @@ Authorize 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -24583,8 +24595,8 @@ Authorize 3D
"eci": "05",
"cavv": "MDAwMDAwMDAwMDAxMTA2Njk5NFg=",
"protocol_version": "2",
- "directory_server_id": "14462de0-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "14462ed0-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e139c780-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e139c8c0-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
},
"sca_params": {
@@ -24601,7 +24613,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -24621,8 +24633,8 @@ Authorize 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -24640,8 +24652,8 @@ Authorize 3D
<eci>05</eci>
<cavv>MDAwMDAwMDAwMDAxMTA2Njk5NFg=</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>14462de0-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>14462ed0-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e139c780-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e139c8c0-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
<sca_params>
@@ -24692,12 +24704,12 @@ Authorize 3D
// MPI Synchronous 3DSv2
->setMpiEci('02')
- ->setMpiCavv('kAOImea0C/2ta1NZl4Hhwslmomqj')
+ ->setMpiCavv('kCOImea0C/2ta1NZl4Hhwslmomqj')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('144a3090-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('144a3140-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e1430e10-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e1430ed0-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
- ->set#<Proc:0x000055afaae1c0a8 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
+ ->set#<Proc:0x0000558859cb89a0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -24761,7 +24773,7 @@ Authorize 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"02", "cavv"=>"kAOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"144a3090-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"144a3140-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"02", "cavv"=>"kCOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"e1430e10-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e1430ed0-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
GenesisClient client = new GenesisClient(configuration, request);
client.execute();
@@ -24799,8 +24811,8 @@ Authorize 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -24816,10 +24828,10 @@ Authorize 3D
},
"mpi_params": {
"eci": "02",
- "cavv": "kAOImea0C/2ta1NZl4Hhwslmomqj",
+ "cavv": "kCOImea0C/2ta1NZl4Hhwslmomqj",
"protocol_version": "2",
- "directory_server_id": "144a3090-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "144a3140-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e1430e10-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e1430ed0-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
}
}
@@ -24832,7 +24844,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -24852,8 +24864,8 @@ Authorize 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -24869,10 +24881,10 @@ Authorize 3D
</billing_address>
<mpi_params>
<eci>02</eci>
- <cavv>kAOImea0C/2ta1NZl4Hhwslmomqj</cavv>
+ <cavv>kCOImea0C/2ta1NZl4Hhwslmomqj</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>144a3090-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>144a3140-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e1430e10-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e1430ed0-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
</payment_transaction>'
@@ -24921,15 +24933,15 @@ Authorize 3D
->setMpiEci('06')
->setMpiCavv('MDAwMDAwMDAwMDAxMTA2Njk5NFg=')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('144e0230-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('144e02b0-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e14c7780-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e14c7830-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
// Sca Params
->setScaExemption('trusted_merchant')
->setScaVisaMerchantId('00000000')
- ->set#<Proc:0x000055afab094718 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
+ ->set#<Proc:0x000055885a012bf0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -24993,7 +25005,7 @@ Authorize 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"06", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"144e0230-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"144e02b0-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"06", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"e14c7780-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e14c7830-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
// Sca Params
@@ -25036,8 +25048,8 @@ Authorize 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -25055,8 +25067,8 @@ Authorize 3D
"eci": "06",
"cavv": "MDAwMDAwMDAwMDAxMTA2Njk5NFg=",
"protocol_version": "2",
- "directory_server_id": "144e0230-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "144e02b0-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e14c7780-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e14c7830-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
},
"sca_params": {
@@ -25073,7 +25085,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -25093,8 +25105,8 @@ Authorize 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -25112,8 +25124,8 @@ Authorize 3D
<eci>06</eci>
<cavv>MDAwMDAwMDAwMDAxMTA2Njk5NFg=</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>144e0230-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>144e02b0-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e14c7780-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e14c7830-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
<sca_params>
@@ -25164,12 +25176,12 @@ Authorize 3D
// MPI Synchronous 3DSv2
->setMpiEci('01')
- ->setMpiCavv('kFOImea0C/2ta1NZl4Hhwslmomqj')
+ ->setMpiCavv('kEOImea0C/2ta1NZl4Hhwslmomqj')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('1451e430-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('1451e4b0-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e153ef80-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e153f020-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
- ->set#<Proc:0x000055afab5b38c0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
+ ->set#<Proc:0x000055885a337f60 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -25233,7 +25245,7 @@ Authorize 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"01", "cavv"=>"kFOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"1451e430-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"1451e4b0-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"01", "cavv"=>"kEOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"e153ef80-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e153f020-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
GenesisClient client = new GenesisClient(configuration, request);
client.execute();
@@ -25271,8 +25283,8 @@ Authorize 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -25288,10 +25300,10 @@ Authorize 3D
},
"mpi_params": {
"eci": "01",
- "cavv": "kFOImea0C/2ta1NZl4Hhwslmomqj",
+ "cavv": "kEOImea0C/2ta1NZl4Hhwslmomqj",
"protocol_version": "2",
- "directory_server_id": "1451e430-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "1451e4b0-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e153ef80-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e153f020-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
}
}
@@ -25304,7 +25316,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -25324,8 +25336,8 @@ Authorize 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -25341,10 +25353,10 @@ Authorize 3D
</billing_address>
<mpi_params>
<eci>01</eci>
- <cavv>kFOImea0C/2ta1NZl4Hhwslmomqj</cavv>
+ <cavv>kEOImea0C/2ta1NZl4Hhwslmomqj</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>1451e430-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>1451e4b0-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e153ef80-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e153f020-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
</payment_transaction>'
@@ -25393,14 +25405,14 @@ Authorize 3D
->setMpiEci('06')
->setMpiCavv('kNMAAAAA3S13awBkrWtTWZeBBCmy')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('1455aeb0-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('1455af50-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e15e85b0-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e15e8670-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
// Sca Params
->setScaExemption('low_risk')
- ->set#<Proc:0x000055afab83b1d8 includes::Transactions::3ds::V2::Examples::Requests.md.erb:129 (lambda)>('');
+ ->set#<Proc:0x000055885a586a78 includes::Transactions::3ds::V2::Examples::Requests.md.erb:129 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -25464,7 +25476,7 @@ Authorize 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"06", "cavv"=>"kNMAAAAA3S13awBkrWtTWZeBBCmy", "protocol_version"=>"2", "directory_server_id"=>"1455aeb0-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"1455af50-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"06", "cavv"=>"kNMAAAAA3S13awBkrWtTWZeBBCmy", "protocol_version"=>"2", "directory_server_id"=>"e15e85b0-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e15e8670-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
// Sca Params
@@ -25506,8 +25518,8 @@ Authorize 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -25525,8 +25537,8 @@ Authorize 3D
"eci": "06",
"cavv": "kNMAAAAA3S13awBkrWtTWZeBBCmy",
"protocol_version": "2",
- "directory_server_id": "1455aeb0-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "1455af50-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e15e85b0-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e15e8670-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
},
"sca_params": {
@@ -25542,7 +25554,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -25562,8 +25574,8 @@ Authorize 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -25581,8 +25593,8 @@ Authorize 3D
<eci>06</eci>
<cavv>kNMAAAAA3S13awBkrWtTWZeBBCmy</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>1455aeb0-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>1455af50-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e15e85b0-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e15e8670-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
<sca_params>
@@ -25634,14 +25646,14 @@ Authorize 3D
->setMpiEci('07')
->setMpiCavv('ApkCAlgGQCECEBJWNgZAAAAAAAA=')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('1459a4c0-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('1459a560-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e168be80-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e168bf60-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
// Sca Params
->setScaExemption('low_risk')
- ->set#<Proc:0x000055afabae90b0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:175 (lambda)>('');
+ ->set#<Proc:0x00005588574faee0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:175 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -25705,7 +25717,7 @@ Authorize 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"07", "cavv"=>"ApkCAlgGQCECEBJWNgZAAAAAAAA=", "protocol_version"=>"2", "directory_server_id"=>"1459a4c0-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"1459a560-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"07", "cavv"=>"ApkCAlgGQCECEBJWNgZAAAAAAAA=", "protocol_version"=>"2", "directory_server_id"=>"e168be80-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e168bf60-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
// Sca Params
@@ -25747,8 +25759,8 @@ Authorize 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -25766,8 +25778,8 @@ Authorize 3D
"eci": "07",
"cavv": "ApkCAlgGQCECEBJWNgZAAAAAAAA=",
"protocol_version": "2",
- "directory_server_id": "1459a4c0-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "1459a560-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e168be80-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e168bf60-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
},
"sca_params": {
@@ -25783,7 +25795,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -25803,8 +25815,8 @@ Authorize 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -25822,8 +25834,8 @@ Authorize 3D
<eci>07</eci>
<cavv>ApkCAlgGQCECEBJWNgZAAAAAAAA=</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>1459a4c0-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>1459a560-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e168be80-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e168bf60-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
<sca_params>
@@ -25879,16 +25891,16 @@ Authorize 3D
->setThreedsThreedsMethod('{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}')
->setThreedsControl('{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}')
->setThreedsPurchase('{"category"=>"service"}')
- ->setThreedsRecurring('{"expiration_date"=>"13-09-2024", "frequency"=>30}')
- ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
- ->setThreedsCardHolderAccount('{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}')
+ ->setThreedsRecurring('{"expiration_date"=>"26-09-2024", "frequency"=>30}')
+ ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
+ ->setThreedsCardHolderAccount('{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}')
->setThreedsBrowser('{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}')
->setThreedsSdk('{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}')
// Sca Params
->setScaExemption('low_risk')
- ->set#<Proc:0x000055afabdf2f68 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
+ ->set#<Proc:0x0000558859e8a378 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -25960,9 +25972,9 @@ Authorize 3D
request.setThreedsThreedsMethod("{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}");
request.setThreedsControl("{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}");
request.setThreedsPurchase("{"category"=>"service"}");
- request.setThreedsRecurring("{"expiration_date"=>"13-09-2024", "frequency"=>30}");
- request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
- request.setThreedsCardHolderAccount("{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}");
+ request.setThreedsRecurring("{"expiration_date"=>"26-09-2024", "frequency"=>30}");
+ request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
+ request.setThreedsCardHolderAccount("{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}");
request.setThreedsBrowser("{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}");
request.setThreedsSdk("{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}");
@@ -26031,7 +26043,7 @@ Authorize 3D
"category": "service"
},
"recurring": {
- "expiration_date": "13-09-2024",
+ "expiration_date": "26-09-2024",
"frequency": 30
},
"merchant_risk": {
@@ -26039,25 +26051,25 @@ Authorize 3D
"delivery_timeframe": "electronic",
"reorder_items_indicator": "reordered",
"pre_order_purchase_indicator": "merchandise_available",
- "pre_order_date": "13-04-2024",
+ "pre_order_date": "26-04-2024",
"gift_card": "true",
"gift_card_count": "2"
},
"card_holder_account": {
- "creation_date": "13-03-2023",
+ "creation_date": "26-03-2023",
"update_indicator": "more_than_60days",
- "last_change_date": "13-12-2023",
+ "last_change_date": "26-12-2023",
"password_change_indicator": "no_change",
- "password_change_date": "27-02-2024",
+ "password_change_date": "11-03-2024",
"shipping_address_usage_indicator": "current_transaction",
- "shipping_address_date_first_used": "08-03-2024",
+ "shipping_address_date_first_used": "21-03-2024",
"transactions_activity_last_24_hours": "2",
"transactions_activity_previous_year": "10",
"provision_attempts_last_24_hours": "1",
"purchases_count_last_6_months": "5",
"suspicious_activity_indicator": "no_suspicious_observed",
"registration_indicator": "30_to_60_days",
- "registration_date": "13-03-2022"
+ "registration_date": "26-03-2022"
},
"browser": {
"accept_header": "*/*",
@@ -26094,7 +26106,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -26143,25 +26155,25 @@ Authorize 3D
<delivery_timeframe>electronic</delivery_timeframe>
<reorder_items_indicator>reordered</reorder_items_indicator>
<pre_order_purchase_indicator>merchandise_available</pre_order_purchase_indicator>
- <pre_order_date>13-04-2024</pre_order_date>
+ <pre_order_date>26-04-2024</pre_order_date>
<gift_card>true</gift_card>
<gift_card_count>2</gift_card_count>
</merchant_risk>
<card_holder_account>
- <creation_date>13-03-2023</creation_date>
+ <creation_date>26-03-2023</creation_date>
<update_indicator>more_than_60days</update_indicator>
- <last_change_date>13-12-2023</last_change_date>
+ <last_change_date>26-12-2023</last_change_date>
<password_change_indicator>no_change</password_change_indicator>
- <password_change_date>27-02-2024</password_change_date>
+ <password_change_date>11-03-2024</password_change_date>
<shipping_address_usage_indicator>current_transaction</shipping_address_usage_indicator>
- <shipping_address_date_first_used>08-03-2024</shipping_address_date_first_used>
+ <shipping_address_date_first_used>21-03-2024</shipping_address_date_first_used>
<transactions_activity_last_24_hours>2</transactions_activity_last_24_hours>
<transactions_activity_previous_year>10</transactions_activity_previous_year>
<provision_attempts_last_24_hours>1</provision_attempts_last_24_hours>
<purchases_count_last_6_months>5</purchases_count_last_6_months>
<suspicious_activity_indicator>no_suspicious_observed</suspicious_activity_indicator>
<registration_indicator>30_to_60_days</registration_indicator>
- <registration_date>13-03-2022</registration_date>
+ <registration_date>26-03-2022</registration_date>
</card_holder_account>
<browser>
<accept_header>*/*</accept_header>
@@ -26238,16 +26250,16 @@ Authorize 3D
->setThreedsThreedsMethod('{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}')
->setThreedsControl('{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}')
->setThreedsPurchase('{"category"=>"service"}')
- ->setThreedsRecurring('{"expiration_date"=>"13-09-2024", "frequency"=>30}')
- ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
- ->setThreedsCardHolderAccount('{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}')
+ ->setThreedsRecurring('{"expiration_date"=>"26-09-2024", "frequency"=>30}')
+ ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
+ ->setThreedsCardHolderAccount('{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}')
->setThreedsBrowser('{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}')
->setThreedsSdk('{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}')
// Sca Params
->setScaExemption('low_risk')
- ->set#<Proc:0x000055afac152eb0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
+ ->set#<Proc:0x000055885a27d610 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -26319,9 +26331,9 @@ Authorize 3D
request.setThreedsThreedsMethod("{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}");
request.setThreedsControl("{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}");
request.setThreedsPurchase("{"category"=>"service"}");
- request.setThreedsRecurring("{"expiration_date"=>"13-09-2024", "frequency"=>30}");
- request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
- request.setThreedsCardHolderAccount("{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}");
+ request.setThreedsRecurring("{"expiration_date"=>"26-09-2024", "frequency"=>30}");
+ request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
+ request.setThreedsCardHolderAccount("{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}");
request.setThreedsBrowser("{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}");
request.setThreedsSdk("{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}");
@@ -26390,7 +26402,7 @@ Authorize 3D
"category": "service"
},
"recurring": {
- "expiration_date": "13-09-2024",
+ "expiration_date": "26-09-2024",
"frequency": 30
},
"merchant_risk": {
@@ -26398,25 +26410,25 @@ Authorize 3D
"delivery_timeframe": "electronic",
"reorder_items_indicator": "reordered",
"pre_order_purchase_indicator": "merchandise_available",
- "pre_order_date": "13-04-2024",
+ "pre_order_date": "26-04-2024",
"gift_card": "true",
"gift_card_count": "2"
},
"card_holder_account": {
- "creation_date": "13-03-2023",
+ "creation_date": "26-03-2023",
"update_indicator": "more_than_60days",
- "last_change_date": "13-12-2023",
+ "last_change_date": "26-12-2023",
"password_change_indicator": "no_change",
- "password_change_date": "27-02-2024",
+ "password_change_date": "11-03-2024",
"shipping_address_usage_indicator": "current_transaction",
- "shipping_address_date_first_used": "08-03-2024",
+ "shipping_address_date_first_used": "21-03-2024",
"transactions_activity_last_24_hours": "2",
"transactions_activity_previous_year": "10",
"provision_attempts_last_24_hours": "1",
"purchases_count_last_6_months": "5",
"suspicious_activity_indicator": "no_suspicious_observed",
"registration_indicator": "30_to_60_days",
- "registration_date": "13-03-2022"
+ "registration_date": "26-03-2022"
},
"browser": {
"accept_header": "*/*",
@@ -26453,7 +26465,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -26502,25 +26514,25 @@ Authorize 3D
<delivery_timeframe>electronic</delivery_timeframe>
<reorder_items_indicator>reordered</reorder_items_indicator>
<pre_order_purchase_indicator>merchandise_available</pre_order_purchase_indicator>
- <pre_order_date>13-04-2024</pre_order_date>
+ <pre_order_date>26-04-2024</pre_order_date>
<gift_card>true</gift_card>
<gift_card_count>2</gift_card_count>
</merchant_risk>
<card_holder_account>
- <creation_date>13-03-2023</creation_date>
+ <creation_date>26-03-2023</creation_date>
<update_indicator>more_than_60days</update_indicator>
- <last_change_date>13-12-2023</last_change_date>
+ <last_change_date>26-12-2023</last_change_date>
<password_change_indicator>no_change</password_change_indicator>
- <password_change_date>27-02-2024</password_change_date>
+ <password_change_date>11-03-2024</password_change_date>
<shipping_address_usage_indicator>current_transaction</shipping_address_usage_indicator>
- <shipping_address_date_first_used>08-03-2024</shipping_address_date_first_used>
+ <shipping_address_date_first_used>21-03-2024</shipping_address_date_first_used>
<transactions_activity_last_24_hours>2</transactions_activity_last_24_hours>
<transactions_activity_previous_year>10</transactions_activity_previous_year>
<provision_attempts_last_24_hours>1</provision_attempts_last_24_hours>
<purchases_count_last_6_months>5</purchases_count_last_6_months>
<suspicious_activity_indicator>no_suspicious_observed</suspicious_activity_indicator>
<registration_indicator>30_to_60_days</registration_indicator>
- <registration_date>13-03-2022</registration_date>
+ <registration_date>26-03-2022</registration_date>
</card_holder_account>
<browser>
<accept_header>*/*</accept_header>
@@ -26597,16 +26609,16 @@ Authorize 3D
->setThreedsThreedsMethod('{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}')
->setThreedsControl('{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}')
->setThreedsPurchase('{"category"=>"service"}')
- ->setThreedsRecurring('{"expiration_date"=>"13-09-2024", "frequency"=>30}')
- ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
- ->setThreedsCardHolderAccount('{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}')
+ ->setThreedsRecurring('{"expiration_date"=>"26-09-2024", "frequency"=>30}')
+ ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
+ ->setThreedsCardHolderAccount('{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}')
->setThreedsBrowser('{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}')
->setThreedsSdk('{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}')
// Sca Params
->setScaExemption('low_risk')
- ->set#<Proc:0x000055afaa8fcff0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
+ ->set#<Proc:0x000055885a557340 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -26678,9 +26690,9 @@ Authorize 3D
request.setThreedsThreedsMethod("{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}");
request.setThreedsControl("{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}");
request.setThreedsPurchase("{"category"=>"service"}");
- request.setThreedsRecurring("{"expiration_date"=>"13-09-2024", "frequency"=>30}");
- request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
- request.setThreedsCardHolderAccount("{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}");
+ request.setThreedsRecurring("{"expiration_date"=>"26-09-2024", "frequency"=>30}");
+ request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
+ request.setThreedsCardHolderAccount("{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}");
request.setThreedsBrowser("{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}");
request.setThreedsSdk("{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}");
@@ -26749,7 +26761,7 @@ Authorize 3D
"category": "service"
},
"recurring": {
- "expiration_date": "13-09-2024",
+ "expiration_date": "26-09-2024",
"frequency": 30
},
"merchant_risk": {
@@ -26757,25 +26769,25 @@ Authorize 3D
"delivery_timeframe": "electronic",
"reorder_items_indicator": "reordered",
"pre_order_purchase_indicator": "merchandise_available",
- "pre_order_date": "13-04-2024",
+ "pre_order_date": "26-04-2024",
"gift_card": "true",
"gift_card_count": "2"
},
"card_holder_account": {
- "creation_date": "13-03-2023",
+ "creation_date": "26-03-2023",
"update_indicator": "more_than_60days",
- "last_change_date": "13-12-2023",
+ "last_change_date": "26-12-2023",
"password_change_indicator": "no_change",
- "password_change_date": "27-02-2024",
+ "password_change_date": "11-03-2024",
"shipping_address_usage_indicator": "current_transaction",
- "shipping_address_date_first_used": "08-03-2024",
+ "shipping_address_date_first_used": "21-03-2024",
"transactions_activity_last_24_hours": "2",
"transactions_activity_previous_year": "10",
"provision_attempts_last_24_hours": "1",
"purchases_count_last_6_months": "5",
"suspicious_activity_indicator": "no_suspicious_observed",
"registration_indicator": "30_to_60_days",
- "registration_date": "13-03-2022"
+ "registration_date": "26-03-2022"
},
"browser": {
"accept_header": "*/*",
@@ -26812,7 +26824,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -26861,25 +26873,25 @@ Authorize 3D
<delivery_timeframe>electronic</delivery_timeframe>
<reorder_items_indicator>reordered</reorder_items_indicator>
<pre_order_purchase_indicator>merchandise_available</pre_order_purchase_indicator>
- <pre_order_date>13-04-2024</pre_order_date>
+ <pre_order_date>26-04-2024</pre_order_date>
<gift_card>true</gift_card>
<gift_card_count>2</gift_card_count>
</merchant_risk>
<card_holder_account>
- <creation_date>13-03-2023</creation_date>
+ <creation_date>26-03-2023</creation_date>
<update_indicator>more_than_60days</update_indicator>
- <last_change_date>13-12-2023</last_change_date>
+ <last_change_date>26-12-2023</last_change_date>
<password_change_indicator>no_change</password_change_indicator>
- <password_change_date>27-02-2024</password_change_date>
+ <password_change_date>11-03-2024</password_change_date>
<shipping_address_usage_indicator>current_transaction</shipping_address_usage_indicator>
- <shipping_address_date_first_used>08-03-2024</shipping_address_date_first_used>
+ <shipping_address_date_first_used>21-03-2024</shipping_address_date_first_used>
<transactions_activity_last_24_hours>2</transactions_activity_last_24_hours>
<transactions_activity_previous_year>10</transactions_activity_previous_year>
<provision_attempts_last_24_hours>1</provision_attempts_last_24_hours>
<purchases_count_last_6_months>5</purchases_count_last_6_months>
<suspicious_activity_indicator>no_suspicious_observed</suspicious_activity_indicator>
<registration_indicator>30_to_60_days</registration_indicator>
- <registration_date>13-03-2022</registration_date>
+ <registration_date>26-03-2022</registration_date>
</card_holder_account>
<browser>
<accept_header>*/*</accept_header>
@@ -26956,16 +26968,16 @@ Authorize 3D
->setThreedsThreedsMethod('{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}')
->setThreedsControl('{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}')
->setThreedsPurchase('{"category"=>"service"}')
- ->setThreedsRecurring('{"expiration_date"=>"13-09-2024", "frequency"=>30}')
- ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
- ->setThreedsCardHolderAccount('{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}')
+ ->setThreedsRecurring('{"expiration_date"=>"26-09-2024", "frequency"=>30}')
+ ->setThreedsMerchantRisk('{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}')
+ ->setThreedsCardHolderAccount('{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}')
->setThreedsBrowser('{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}')
->setThreedsSdk('{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}')
// Sca Params
->setScaExemption('low_risk')
- ->set#<Proc:0x000055afaacee348 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
+ ->set#<Proc:0x000055885875d6f0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:215 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -27037,9 +27049,9 @@ Authorize 3D
request.setThreedsThreedsMethod("{"callback_url"=>"https://www.example.com/threeds/threeds_method/callback"}");
request.setThreedsControl("{"device_type"=>"browser", "challenge_window_size"=>"full_screen", "challenge_indicator"=>"preference"}");
request.setThreedsPurchase("{"category"=>"service"}");
- request.setThreedsRecurring("{"expiration_date"=>"13-09-2024", "frequency"=>30}");
- request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"13-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
- request.setThreedsCardHolderAccount("{"creation_date"=>"13-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"13-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"27-02-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"08-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"13-03-2022"}");
+ request.setThreedsRecurring("{"expiration_date"=>"26-09-2024", "frequency"=>30}");
+ request.setThreedsMerchantRisk("{"shipping_indicator"=>"verified_address", "delivery_timeframe"=>"electronic", "reorder_items_indicator"=>"reordered", "pre_order_purchase_indicator"=>"merchandise_available", "pre_order_date"=>"26-04-2024", "gift_card"=>"true", "gift_card_count"=>"2"}");
+ request.setThreedsCardHolderAccount("{"creation_date"=>"26-03-2023", "update_indicator"=>"more_than_60days", "last_change_date"=>"26-12-2023", "password_change_indicator"=>"no_change", "password_change_date"=>"11-03-2024", "shipping_address_usage_indicator"=>"current_transaction", "shipping_address_date_first_used"=>"21-03-2024", "transactions_activity_last_24_hours"=>"2", "transactions_activity_previous_year"=>"10", "provision_attempts_last_24_hours"=>"1", "purchases_count_last_6_months"=>"5", "suspicious_activity_indicator"=>"no_suspicious_observed", "registration_indicator"=>"30_to_60_days", "registration_date"=>"26-03-2022"}");
request.setThreedsBrowser("{"accept_header"=>"*/*", "java_enabled"=>"false", "language"=>"en-GB", "color_depth"=>"24", "screen_height"=>"900", "screen_width"=>"1440", "time_zone_offset"=>"-120", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"}");
request.setThreedsSdk("{"interface"=>"native", "ui_types"=>{"ui_type"=>"multi_select"}, "application_id"=>"fc1650c0-5778-0138-8205-2cbc32a32d65", "encrypted_data"=>"encrypted-data-here", "ephemeral_public_key_pair"=>"public-key-pair", "max_timeout"=>"10", "reference_number"=>"sdk-reference-number-here"}");
@@ -27108,7 +27120,7 @@ Authorize 3D
"category": "service"
},
"recurring": {
- "expiration_date": "13-09-2024",
+ "expiration_date": "26-09-2024",
"frequency": 30
},
"merchant_risk": {
@@ -27116,25 +27128,25 @@ Authorize 3D
"delivery_timeframe": "electronic",
"reorder_items_indicator": "reordered",
"pre_order_purchase_indicator": "merchandise_available",
- "pre_order_date": "13-04-2024",
+ "pre_order_date": "26-04-2024",
"gift_card": "true",
"gift_card_count": "2"
},
"card_holder_account": {
- "creation_date": "13-03-2023",
+ "creation_date": "26-03-2023",
"update_indicator": "more_than_60days",
- "last_change_date": "13-12-2023",
+ "last_change_date": "26-12-2023",
"password_change_indicator": "no_change",
- "password_change_date": "27-02-2024",
+ "password_change_date": "11-03-2024",
"shipping_address_usage_indicator": "current_transaction",
- "shipping_address_date_first_used": "08-03-2024",
+ "shipping_address_date_first_used": "21-03-2024",
"transactions_activity_last_24_hours": "2",
"transactions_activity_previous_year": "10",
"provision_attempts_last_24_hours": "1",
"purchases_count_last_6_months": "5",
"suspicious_activity_indicator": "no_suspicious_observed",
"registration_indicator": "30_to_60_days",
- "registration_date": "13-03-2022"
+ "registration_date": "26-03-2022"
},
"browser": {
"accept_header": "*/*",
@@ -27171,7 +27183,7 @@ Authorize 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -27220,25 +27232,25 @@ Authorize 3D
<delivery_timeframe>electronic</delivery_timeframe>
<reorder_items_indicator>reordered</reorder_items_indicator>
<pre_order_purchase_indicator>merchandise_available</pre_order_purchase_indicator>
- <pre_order_date>13-04-2024</pre_order_date>
+ <pre_order_date>26-04-2024</pre_order_date>
<gift_card>true</gift_card>
<gift_card_count>2</gift_card_count>
</merchant_risk>
<card_holder_account>
- <creation_date>13-03-2023</creation_date>
+ <creation_date>26-03-2023</creation_date>
<update_indicator>more_than_60days</update_indicator>
- <last_change_date>13-12-2023</last_change_date>
+ <last_change_date>26-12-2023</last_change_date>
<password_change_indicator>no_change</password_change_indicator>
- <password_change_date>27-02-2024</password_change_date>
+ <password_change_date>11-03-2024</password_change_date>
<shipping_address_usage_indicator>current_transaction</shipping_address_usage_indicator>
- <shipping_address_date_first_used>08-03-2024</shipping_address_date_first_used>
+ <shipping_address_date_first_used>21-03-2024</shipping_address_date_first_used>
<transactions_activity_last_24_hours>2</transactions_activity_last_24_hours>
<transactions_activity_previous_year>10</transactions_activity_previous_year>
<provision_attempts_last_24_hours>1</provision_attempts_last_24_hours>
<purchases_count_last_6_months>5</purchases_count_last_6_months>
<suspicious_activity_indicator>no_suspicious_observed</suspicious_activity_indicator>
<registration_indicator>30_to_60_days</registration_indicator>
- <registration_date>13-03-2022</registration_date>
+ <registration_date>26-03-2022</registration_date>
</card_holder_account>
<browser>
<accept_header>*/*</accept_header>
@@ -28171,7 +28183,7 @@ Authorize 3D
[threeds_method_continue_url] => https://staging.gate.e-comprocessing.net/threeds/threeds_method/44177a21403427eb96664a6d7e5d5d48
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:05.000000
+ [date] => 2024-03-25 14:34:31.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -28194,7 +28206,7 @@ Authorize 3D
<token content=[ee946db8-d7db-4bb7-b608-b65b153e127d]>
<threeds_method_url content=[https://staging.gate.e-comprocessing.net/threeds/threeds_method]>
<threeds_method_continue_url content=[https://staging.gate.e-comprocessing.net/threeds/threeds_method/44177a21403427eb96664a6d7e5d5d48]>
- <timestamp content=[2024-03-12T11:38:05Z]>
+ <timestamp content=[2024-03-25T14:34:31Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -28214,7 +28226,7 @@ Authorize 3D
token: "ee946db8-d7db-4bb7-b608-b65b153e127d",
threeds_method_url: "https://staging.gate.e-comprocessing.net/threeds/threeds_method",
threeds_method_continue_url: "https://staging.gate.e-comprocessing.net/threeds/threeds_method/44177a21403427eb96664a6d7e5d5d48",
- timestamp: "2024-03-12T11:38:05Z",
+ timestamp: "2024-03-25T14:34:31Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -28239,7 +28251,7 @@ Authorize 3D
<token>ee946db8-d7db-4bb7-b608-b65b153e127d</token>
<threeds_method_url>https://staging.gate.e-comprocessing.net/threeds/threeds_method</threeds_method_url>
<threeds_method_continue_url>https://staging.gate.e-comprocessing.net/threeds/threeds_method/44177a21403427eb96664a6d7e5d5d48</threeds_method_continue_url>
- <timestamp>2024-03-12T11:38:05Z</timestamp>
+ <timestamp>2024-03-25T14:34:31Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -28266,7 +28278,7 @@ Authorize 3D
[redirect_url_type] => 3ds_v2_challenge
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:05.000000
+ [date] => 2024-03-25 14:34:31.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -28289,7 +28301,7 @@ Authorize 3D
<token content=[ee946db8-d7db-4bb7-b608-b65b153e127d]>
<redirect_url content=[https://staging.gate.e-comprocessing.net/threeds/authentication/44177a21403427eb96664a6d7e5d5d48]>
<redirect_url_type content=[3ds_v2_challenge]>
- <timestamp content=[2024-03-12T11:38:05Z]>
+ <timestamp content=[2024-03-25T14:34:31Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -28309,7 +28321,7 @@ Authorize 3D
token: "ee946db8-d7db-4bb7-b608-b65b153e127d",
redirect_url: "https://staging.gate.e-comprocessing.net/threeds/authentication/44177a21403427eb96664a6d7e5d5d48",
redirect_url_type: "3ds_v2_challenge",
- timestamp: "2024-03-12T11:38:05Z",
+ timestamp: "2024-03-25T14:34:31Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -28334,7 +28346,7 @@ Authorize 3D
<token>ee946db8-d7db-4bb7-b608-b65b153e127d</token>
<redirect_url>https://staging.gate.e-comprocessing.net/threeds/authentication/44177a21403427eb96664a6d7e5d5d48</redirect_url>
<redirect_url_type>3ds_v2_challenge</redirect_url_type>
- <timestamp>2024-03-12T11:38:05Z</timestamp>
+ <timestamp>2024-03-25T14:34:31Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -28501,7 +28513,7 @@ Authorize 3D
scheme_settlement_date
string(4)
-MasterCard settlement date in MMDD format (e.g. 0313). Corresponds to NETWORK DATA (field 15).
+MasterCard settlement date in MMDD format (e.g. 0326). Corresponds to NETWORK DATA (field 15).
reason_for_not_honoring_exemption
@@ -28542,7 +28554,7 @@ Authorize 3D
[message] => expiration_year is invalid
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:05.000000
+ [date] => 2024-03-25 14:34:31.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -28563,7 +28575,7 @@ Authorize 3D
<code content=[340]>
<technical_message content=[expiration_year is invalid]>
<message content=[expiration_year is invalid]>
- <timestamp content=[2024-03-12T11:38:05Z]>
+ <timestamp content=[2024-03-25T14:34:31Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -28581,7 +28593,7 @@ Authorize 3D
code: "340",
technical_message: "expiration_year is invalid",
message: "expiration_year is invalid",
- timestamp: "2024-03-12T11:38:05Z",
+ timestamp: "2024-03-25T14:34:31Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -28604,7 +28616,7 @@ Authorize 3D
<code>340</code>
<technical_message>expiration_year is invalid</technical_message>
<message>expiration_year is invalid</message>
- <timestamp>2024-03-12T11:38:05Z</timestamp>
+ <timestamp>2024-03-25T14:34:31Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -28805,7 +28817,7 @@ Authorize 3D
[message] => Transaction failed, please contact support!
[timestamp] => DateTime Object
(
- [date] => 2024-03-12 11:38:05.000000
+ [date] => 2024-03-25 14:34:31.000000
[timezone_type] => 2
[timezone] => Z
)
@@ -28826,7 +28838,7 @@ Authorize 3D
<code content=[600]>
<technical_message content=[Cardholder not participating 3DS.]>
<message content=[Transaction failed, please contact support!]>
- <timestamp content=[2024-03-12T11:38:05Z]>
+ <timestamp content=[2024-03-25T14:34:31Z]>
<descriptor content=[Descriptor one]>
<amount content=[100]>
<currency content=[USD]>
@@ -28844,7 +28856,7 @@ Authorize 3D
code: "600",
technical_message: "Cardholder not participating 3DS.",
message: "Transaction failed, please contact support!",
- timestamp: "2024-03-12T11:38:05Z",
+ timestamp: "2024-03-25T14:34:31Z",
descriptor: "Descriptor one",
amount: "100",
currency: "USD",
@@ -28867,7 +28879,7 @@ Authorize 3D
<code>600</code>
<technical_message>Cardholder not participating 3DS.</technical_message>
<message>Transaction failed, please contact support!</message>
- <timestamp>2024-03-12T11:38:05Z</timestamp>
+ <timestamp>2024-03-25T14:34:31Z</timestamp>
<descriptor>Descriptor one</descriptor>
<amount>100</amount>
<currency>USD</currency>
@@ -28953,15 +28965,15 @@ Sale 3D
->setMpiEci('05')
->setMpiCavv('MDAwMDAwMDAwMDAxMTA2Njk5NFg=')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('1487e5e0-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('1487e6a0-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e1b38f80-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e1b39040-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
// Sca Params
->setScaExemption('trusted_merchant')
->setScaVisaMerchantId('00000000')
- ->set#<Proc:0x000055afabf59028 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
+ ->set#<Proc:0x000055885a022668 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -29025,7 +29037,7 @@ Sale 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"05", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"1487e5e0-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"1487e6a0-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"05", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"e1b38f80-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e1b39040-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
// Sca Params
@@ -29068,8 +29080,8 @@ Sale 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -29087,8 +29099,8 @@ Sale 3D
"eci": "05",
"cavv": "MDAwMDAwMDAwMDAxMTA2Njk5NFg=",
"protocol_version": "2",
- "directory_server_id": "1487e5e0-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "1487e6a0-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e1b38f80-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e1b39040-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
},
"sca_params": {
@@ -29105,7 +29117,7 @@ Sale 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -29125,8 +29137,8 @@ Sale 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -29144,8 +29156,8 @@ Sale 3D
<eci>05</eci>
<cavv>MDAwMDAwMDAwMDAxMTA2Njk5NFg=</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>1487e5e0-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>1487e6a0-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e1b38f80-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e1b39040-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
<sca_params>
@@ -29196,12 +29208,12 @@ Sale 3D
// MPI Synchronous 3DSv2
->setMpiEci('02')
- ->setMpiCavv('kAOImea0C/2ta1NZl4Hhwslmomqj')
+ ->setMpiCavv('kQOImea0C/2ta1NZl4Hhwslmomqj')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('148bec30-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('148becd0-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e1b9d190-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e1b9d240-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
- ->set#<Proc:0x000055afac1f2e60 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
+ ->set#<Proc:0x000055885a33d320 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -29265,7 +29277,7 @@ Sale 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"02", "cavv"=>"kAOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"148bec30-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"148becd0-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"02", "cavv"=>"kQOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"e1b9d190-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e1b9d240-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
GenesisClient client = new GenesisClient(configuration, request);
client.execute();
@@ -29303,8 +29315,8 @@ Sale 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -29320,10 +29332,10 @@ Sale 3D
},
"mpi_params": {
"eci": "02",
- "cavv": "kAOImea0C/2ta1NZl4Hhwslmomqj",
+ "cavv": "kQOImea0C/2ta1NZl4Hhwslmomqj",
"protocol_version": "2",
- "directory_server_id": "148bec30-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "148becd0-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e1b9d190-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e1b9d240-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
}
}
@@ -29336,7 +29348,7 @@ Sale 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -29356,8 +29368,8 @@ Sale 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -29373,10 +29385,10 @@ Sale 3D
</billing_address>
<mpi_params>
<eci>02</eci>
- <cavv>kAOImea0C/2ta1NZl4Hhwslmomqj</cavv>
+ <cavv>kQOImea0C/2ta1NZl4Hhwslmomqj</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>148bec30-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>148becd0-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e1b9d190-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e1b9d240-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
</payment_transaction>'
@@ -29425,15 +29437,15 @@ Sale 3D
->setMpiEci('06')
->setMpiCavv('MDAwMDAwMDAwMDAxMTA2Njk5NFg=')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('14904d90-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('14904e30-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e1c17ce0-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e1c17d80-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
// Sca Params
->setScaExemption('trusted_merchant')
->setScaVisaMerchantId('00000000')
- ->set#<Proc:0x000055afaa8cf898 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
+ ->set#<Proc:0x000055885a5f50e0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:42 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -29497,7 +29509,7 @@ Sale 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"06", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"14904d90-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"14904e30-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"06", "cavv"=>"MDAwMDAwMDAwMDAxMTA2Njk5NFg=", "protocol_version"=>"2", "directory_server_id"=>"e1c17ce0-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e1c17d80-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
// Sca Params
@@ -29540,8 +29552,8 @@ Sale 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -29559,8 +29571,8 @@ Sale 3D
"eci": "06",
"cavv": "MDAwMDAwMDAwMDAxMTA2Njk5NFg=",
"protocol_version": "2",
- "directory_server_id": "14904d90-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "14904e30-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e1c17ce0-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e1c17d80-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
},
"sca_params": {
@@ -29577,7 +29589,7 @@ Sale 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+curl https://username:f0b5bbaae394aff0e4b5f0bbc44608d248f73a45@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
-X POST \
-H "Content-Type: text/xml" \
-d '
@@ -29597,8 +29609,8 @@ Sale 3D
<customer_email>travis@example.com</customer_email>
<customer_phone>+1987987987987</customer_phone>
<business_attributes>
- <event_start_date>13-04-2024</event_start_date>
- <event_end_date>22-04-2024</event_end_date>
+ <event_start_date>26-04-2024</event_start_date>
+ <event_end_date>05-05-2024</event_end_date>
<event_organizer_id>20192375</event_organizer_id>
<event_id>1912</event_id>
</business_attributes>
@@ -29616,8 +29628,8 @@ Sale 3D
<eci>06</eci>
<cavv>MDAwMDAwMDAwMDAxMTA2Njk5NFg=</cavv>
<protocol_version>2</protocol_version>
- <directory_server_id>14904d90-c35c-013c-91e2-0a58a9feac02</directory_server_id>
- <acs_transaction_id>14904e30-c35c-013c-91e2-0a58a9feac02</acs_transaction_id>
+ <directory_server_id>e1c17ce0-cdab-013c-65d3-0a58a9feac02</directory_server_id>
+ <acs_transaction_id>e1c17d80-cdab-013c-65d3-0a58a9feac02</acs_transaction_id>
<threeds_challenge_indicator>preference</threeds_challenge_indicator>
</mpi_params>
<sca_params>
@@ -29670,10 +29682,10 @@ Sale 3D
->setMpiEci('01')
->setMpiCavv('kFOImea0C/2ta1NZl4Hhwslmomqj')
->setMpiProtocolVersion('2')
- ->setMpiDirectoryServerId('14945280-c35c-013c-91e2-0a58a9feac02')
- ->setMpiAcsTransactionId('14945310-c35c-013c-91e2-0a58a9feac02')
+ ->setMpiDirectoryServerId('e1c873c0-cdab-013c-65d3-0a58a9feac02')
+ ->setMpiAcsTransactionId('e1c87470-cdab-013c-65d3-0a58a9feac02')
->setMpiThreedsChallengeIndicator('preference')
- ->set#<Proc:0x000055afaac9d6a0 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
+ ->set#<Proc:0x0000558857f7df20 includes::Transactions::3ds::V2::Examples::Requests.md.erb:83 (lambda)>('');
$genesis->execute();
$response = $genesis->response()->getResponseObject();
@@ -29737,7 +29749,7 @@ Sale 3D
// Mpi Synchronous V2
- request.setMpiParams("{"eci"=>"01", "cavv"=>"kFOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"14945280-c35c-013c-91e2-0a58a9feac02", "acs_transaction_id"=>"14945310-c35c-013c-91e2-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
+ request.setMpiParams("{"eci"=>"01", "cavv"=>"kFOImea0C/2ta1NZl4Hhwslmomqj", "protocol_version"=>"2", "directory_server_id"=>"e1c873c0-cdab-013c-65d3-0a58a9feac02", "acs_transaction_id"=>"e1c87470-cdab-013c-65d3-0a58a9feac02", "threeds_challenge_indicator"=>"preference"}");
GenesisClient client = new GenesisClient(configuration, request);
client.execute();
@@ -29775,8 +29787,8 @@ Sale 3D
"customer_email": "travis@example.com",
"customer_phone": "+1987987987987",
"business_attributes": {
- "event_start_date": "13-04-2024",
- "event_end_date": "22-04-2024",
+ "event_start_date": "26-04-2024",
+ "event_end_date": "05-05-2024",
"event_organizer_id": "20192375",
"event_id": "1912"
},
@@ -29794,8 +29806,8 @@ Sale 3D
"eci": "01",
"cavv": "kFOImea0C/2ta1NZl4Hhwslmomqj",
"protocol_version": "2",
- "directory_server_id": "14945280-c35c-013c-91e2-0a58a9feac02",
- "acs_transaction_id": "14945310-c35c-013c-91e2-0a58a9feac02",
+ "directory_server_id": "e1c873c0-cdab-013c-65d3-0a58a9feac02",
+ "acs_transaction_id": "e1c87470-cdab-013c-65d3-0a58a9feac02",
"threeds_challenge_indicator": "preference"
}
}
@@ -29808,7 +29820,7 @@ Sale 3D
Request
-curl https://username:28a4238eaac33cdcdd77cb478ae4eb1d166fccc1@staging.gate.e-comprocessing.net/process/TERMINAL-TOKEN \
+