citypay_api_client 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +73 -0
- data/README.md +65 -37
- data/citypay_api_client.gemspec +4 -3
- data/docs/Acknowledgement.md +2 -2
- data/docs/AclCheckResponseModel.md +3 -3
- data/docs/AirlineAdvice.md +1 -1
- data/docs/AuthRequest.md +9 -7
- data/docs/AuthResponse.md +9 -5
- data/docs/AuthorisationAndPaymentApi.md +145 -10
- data/docs/Batch.md +1 -1
- data/docs/BatchProcessingApi.md +24 -20
- data/docs/BatchReportResponseModel.md +2 -2
- data/docs/BatchTransaction.md +1 -1
- data/docs/BatchTransactionReportRequest.md +22 -0
- data/docs/BatchTransactionReportResponse.md +24 -0
- data/docs/BatchTransactionResultModel.md +6 -2
- data/docs/Bin.md +2 -2
- data/docs/CaptureRequest.md +1 -1
- data/docs/Card.md +3 -3
- data/docs/CardHolderAccountApi.md +73 -14
- data/docs/ChargeRequest.md +8 -6
- data/docs/ContactDetails.md +11 -11
- data/docs/Decision.md +0 -2
- data/docs/DirectPostApi.md +26 -16
- data/docs/DirectPostRequest.md +9 -7
- data/docs/EventDataModel.md +2 -2
- data/docs/MerchantBatchReportRequest.md +28 -0
- data/docs/MerchantBatchReportResponse.md +24 -0
- data/docs/MerchantBatchResponse.md +30 -0
- data/docs/NetSummaryResponse.md +32 -0
- data/docs/OperationalFunctionsApi.md +28 -8
- data/docs/PaylinkAdjustmentRequest.md +1 -1
- data/docs/PaylinkApi.md +337 -21
- data/docs/PaylinkBillPaymentTokenRequest.md +1 -1
- data/docs/PaylinkCustomParam.md +3 -1
- data/docs/PaylinkErrorCode.md +2 -2
- data/docs/PaylinkFieldGuardModel.md +1 -1
- data/docs/PaylinkResendNotificationRequest.md +20 -0
- data/docs/PaylinkStateEvent.md +4 -4
- data/docs/PaylinkTokenCreated.md +11 -11
- data/docs/PaylinkTokenRequestModel.md +4 -0
- data/docs/PaylinkTokenStatus.md +7 -7
- data/docs/PaylinkTokenStatusChangeRequest.md +7 -7
- data/docs/PaylinkTokenStatusChangeResponse.md +6 -2
- data/docs/PaymentIntent.md +42 -0
- data/docs/PaymentIntentReference.md +18 -0
- data/docs/RefundRequest.md +1 -1
- data/docs/RegisterCard.md +1 -1
- data/docs/RemittanceData.md +28 -0
- data/docs/RemittanceReportRequest.md +28 -0
- data/docs/RemittanceReportResponse.md +24 -0
- data/docs/RemittedClientData.md +44 -0
- data/docs/ReportingApi.md +378 -0
- data/docs/ThreeDSecure.md +1 -1
- data/docs/TokenisationResponseModel.md +3 -3
- data/docs/images/3dsv1-challenge.png +0 -0
- data/docs/images/3dsv2-challenge.png +0 -0
- data/docs/images/3dsv2-frictionless.png +0 -0
- data/docs/images/3dsv2-method-challenge.png +0 -0
- data/docs/images/3dsv2-method-frictionless.png +0 -0
- data/docs/images/3dsv2-no3d.png +0 -0
- data/docs/images/citypay-logo.svg +1 -0
- data/docs/images/direct-post-flow.png +0 -0
- data/docs/images/favicon.ico +0 -0
- data/docs/images/header.png +0 -0
- data/docs/images/logo.ai +1913 -4
- data/docs/images/logo.png +0 -0
- data/docs/images/logo.svg +1 -0
- data/docs/images/merchant-BPS-workflow.png +0 -0
- data/docs/images/paylink-field-guards.png +0 -0
- data/lib/citypay_api_client/api/authorisation_and_payment_api__.rb +72 -4
- data/lib/citypay_api_client/api/batch_processing_api__.rb +15 -15
- data/lib/citypay_api_client/api/card_holder_account_api__.rb +5 -2
- data/lib/citypay_api_client/api/direct_post_api__.rb +9 -9
- data/lib/citypay_api_client/api/operational_functions_api__.rb +3 -3
- data/lib/citypay_api_client/api/paylink_api__.rb +163 -26
- data/lib/citypay_api_client/api/reporting_api__.rb +381 -0
- data/lib/citypay_api_client/api_client.rb +24 -22
- data/lib/citypay_api_client/api_error.rb +3 -2
- data/lib/citypay_api_client/configuration.rb +28 -9
- data/lib/citypay_api_client/models/account_create.rb +17 -20
- data/lib/citypay_api_client/models/account_status.rb +15 -20
- data/lib/citypay_api_client/models/acknowledgement.rb +21 -46
- data/lib/citypay_api_client/models/acl_check_request.rb +17 -20
- data/lib/citypay_api_client/models/acl_check_response_model.rb +16 -21
- data/lib/citypay_api_client/models/airline_advice.rb +45 -29
- data/lib/citypay_api_client/models/airline_segment.rb +35 -22
- data/lib/citypay_api_client/models/auth_reference.rb +41 -26
- data/lib/citypay_api_client/models/auth_references.rb +15 -20
- data/lib/citypay_api_client/models/auth_request.rb +72 -34
- data/lib/citypay_api_client/models/auth_response.rb +46 -23
- data/lib/citypay_api_client/models/authen_required.rb +15 -20
- data/lib/citypay_api_client/models/batch.rb +25 -22
- data/lib/citypay_api_client/models/batch_report_request.rb +23 -22
- data/lib/citypay_api_client/models/batch_report_response_model.rb +28 -21
- data/lib/citypay_api_client/models/batch_transaction.rb +25 -22
- data/lib/citypay_api_client/models/batch_transaction_report_request.rb +234 -0
- data/lib/citypay_api_client/models/batch_transaction_report_response.rb +252 -0
- data/lib/citypay_api_client/models/batch_transaction_result_model.rb +53 -22
- data/lib/citypay_api_client/models/bin.rb +15 -20
- data/lib/citypay_api_client/models/bin_lookup.rb +17 -20
- data/lib/citypay_api_client/models/c_res_auth_request.rb +15 -20
- data/lib/citypay_api_client/models/capture_request.rb +27 -22
- data/lib/citypay_api_client/models/card.rb +33 -26
- data/lib/citypay_api_client/models/card_holder_account.rb +19 -20
- data/lib/citypay_api_client/models/card_status.rb +15 -20
- data/lib/citypay_api_client/models/charge_request.rb +72 -34
- data/lib/citypay_api_client/models/check_batch_status.rb +23 -22
- data/lib/citypay_api_client/models/check_batch_status_response.rb +15 -20
- data/lib/citypay_api_client/models/contact_details.rb +77 -42
- data/lib/citypay_api_client/models/decision.rb +16 -30
- data/lib/citypay_api_client/models/direct_post_request.rb +72 -34
- data/lib/citypay_api_client/models/direct_token_auth_request.rb +15 -20
- data/lib/citypay_api_client/models/domain_key_check_request.rb +17 -20
- data/lib/citypay_api_client/models/domain_key_request.rb +19 -20
- data/lib/citypay_api_client/models/domain_key_response.rb +25 -22
- data/lib/citypay_api_client/models/error.rb +27 -24
- data/lib/citypay_api_client/models/event_data_model.rb +15 -20
- data/lib/citypay_api_client/models/exists.rb +17 -20
- data/lib/citypay_api_client/models/external_mpi.rb +39 -24
- data/lib/citypay_api_client/models/list_merchants_response.rb +21 -22
- data/lib/citypay_api_client/models/mcc6012.rb +15 -20
- data/lib/citypay_api_client/models/merchant.rb +15 -20
- data/lib/citypay_api_client/models/merchant_batch_report_request.rb +265 -0
- data/lib/citypay_api_client/models/merchant_batch_report_response.rb +252 -0
- data/lib/citypay_api_client/models/merchant_batch_response.rb +301 -0
- data/lib/citypay_api_client/models/net_summary_response.rb +472 -0
- data/lib/citypay_api_client/models/pa_res_auth_request.rb +19 -20
- data/lib/citypay_api_client/models/paylink_address.rb +52 -29
- data/lib/citypay_api_client/models/paylink_adjustment_request.rb +25 -22
- data/lib/citypay_api_client/models/paylink_attachment_request.rb +19 -20
- data/lib/citypay_api_client/models/paylink_attachment_result.rb +19 -20
- data/lib/citypay_api_client/models/paylink_bill_payment_token_request.rb +17 -20
- data/lib/citypay_api_client/models/paylink_card_holder.rb +30 -23
- data/lib/citypay_api_client/models/paylink_cart.rb +15 -20
- data/lib/citypay_api_client/models/paylink_cart_item_model.rb +15 -20
- data/lib/citypay_api_client/models/paylink_config.rb +15 -20
- data/lib/citypay_api_client/models/paylink_custom_param.rb +29 -22
- data/lib/citypay_api_client/models/paylink_email_notification_path.rb +17 -20
- data/lib/citypay_api_client/models/paylink_error_code.rb +19 -20
- data/lib/citypay_api_client/models/paylink_field_guard_model.rb +16 -21
- data/lib/citypay_api_client/models/paylink_part_payments.rb +15 -20
- data/lib/citypay_api_client/models/paylink_resend_notification_request.rb +224 -0
- data/lib/citypay_api_client/models/paylink_sms_notification_path.rb +17 -20
- data/lib/citypay_api_client/models/paylink_state_event.rb +16 -21
- data/lib/citypay_api_client/models/paylink_token_created.rb +56 -27
- data/lib/citypay_api_client/models/paylink_token_request_model.rb +75 -22
- data/lib/citypay_api_client/models/paylink_token_status.rb +44 -21
- data/lib/citypay_api_client/models/paylink_token_status_change_request.rb +24 -26
- data/lib/citypay_api_client/models/paylink_token_status_change_response.rb +39 -22
- data/lib/citypay_api_client/models/paylink_ui.rb +15 -20
- data/lib/citypay_api_client/models/payment_intent.rb +479 -0
- data/lib/citypay_api_client/models/payment_intent_reference.rb +221 -0
- data/lib/citypay_api_client/models/ping.rb +21 -22
- data/lib/citypay_api_client/models/process_batch_request.rb +27 -22
- data/lib/citypay_api_client/models/process_batch_response.rb +17 -20
- data/lib/citypay_api_client/models/refund_request.rb +28 -21
- data/lib/citypay_api_client/models/register_card.rb +27 -22
- data/lib/citypay_api_client/models/remittance_data.rb +404 -0
- data/lib/citypay_api_client/models/remittance_report_request.rb +265 -0
- data/lib/citypay_api_client/models/remittance_report_response.rb +252 -0
- data/lib/citypay_api_client/models/remitted_client_data.rb +612 -0
- data/lib/citypay_api_client/models/request_challenged.rb +15 -20
- data/lib/citypay_api_client/models/retrieve_request.rb +23 -22
- data/lib/citypay_api_client/models/three_d_secure.rb +16 -21
- data/lib/citypay_api_client/models/tokenisation_response_model.rb +23 -24
- data/lib/citypay_api_client/models/void_request.rb +23 -22
- data/lib/citypay_api_client/version.rb +3 -3
- data/lib/citypay_api_client.rb +16 -3
- data/spec/api/reporting_api___spec.rb +99 -0
- data/spec/it_api_sandbox_spec.rb +5 -14
- data/spec/models/account_create_spec.rb +1 -2
- data/spec/models/account_status_spec.rb +2 -2
- data/spec/models/airline_advice_spec.rb +0 -2
- data/spec/models/airline_segment_spec.rb +0 -2
- data/spec/models/auth_request_spec.rb +0 -2
- data/spec/models/auth_response_spec.rb +75 -30
- data/spec/models/batch_report_request_spec.rb +0 -2
- data/spec/models/batch_report_response_model_spec.rb +0 -2
- data/spec/models/batch_spec.rb +0 -2
- data/spec/models/batch_transaction_report_request_spec.rb +47 -0
- data/spec/models/batch_transaction_report_response_spec.rb +53 -0
- data/spec/models/batch_transaction_result_model_spec.rb +0 -2
- data/spec/models/batch_transaction_spec.rb +0 -2
- data/spec/models/bin_lookup_spec.rb +0 -2
- data/spec/models/capture_request_spec.rb +0 -2
- data/spec/models/card_holder_account_spec.rb +0 -2
- data/spec/models/charge_request_spec.rb +0 -2
- data/spec/models/decision_spec.rb +0 -26
- data/spec/models/direct_post_request_spec.rb +0 -2
- data/spec/models/domain_key_check_request_spec.rb +0 -2
- data/spec/models/merchant_batch_report_request_spec.rb +65 -0
- data/spec/models/merchant_batch_report_response_spec.rb +53 -0
- data/spec/models/merchant_batch_response_spec.rb +71 -0
- data/spec/models/net_summary_response_spec.rb +77 -0
- data/spec/models/paylink_resend_notification_request_spec.rb +41 -0
- data/spec/models/paylink_token_request_model_spec.rb +0 -2
- data/spec/models/payment_intent_reference_spec.rb +35 -0
- data/spec/models/payment_intent_spec.rb +107 -0
- data/spec/models/process_batch_request_spec.rb +0 -2
- data/spec/models/refund_request_spec.rb +0 -2
- data/spec/models/register_card_spec.rb +0 -2
- data/spec/models/remittance_data_spec.rb +65 -0
- data/spec/models/remittance_report_request_spec.rb +65 -0
- data/spec/models/remittance_report_response_spec.rb +53 -0
- data/spec/models/remitted_client_data_spec.rb +113 -0
- data/spec/spec_helper.rb +2 -2
- metadata +146 -78
- data/docs/OperationalApi.md +0 -214
- data/docs/PaymentProcessingApi.md +0 -559
- data/spec/models/authen_required_spec.rb +0 -52
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: citypay_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- citypay
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -34,22 +34,22 @@ dependencies:
|
|
34
34
|
name: rspec
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - ">="
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 3.6.0
|
40
37
|
- - "~>"
|
41
38
|
- !ruby/object:Gem::Version
|
42
39
|
version: '3.6'
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 3.6.0
|
43
43
|
type: :development
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - ">="
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: 3.6.0
|
50
47
|
- - "~>"
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: '3.6'
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 3.6.0
|
53
53
|
description: CityPay API Client for Ruby
|
54
54
|
email:
|
55
55
|
- support@citypay.com
|
@@ -58,6 +58,7 @@ extensions: []
|
|
58
58
|
extra_rdoc_files: []
|
59
59
|
files:
|
60
60
|
- Gemfile
|
61
|
+
- Gemfile.lock
|
61
62
|
- README.md
|
62
63
|
- Rakefile
|
63
64
|
- citypay_api_client.gemspec
|
@@ -79,6 +80,8 @@ files:
|
|
79
80
|
- docs/BatchReportRequest.md
|
80
81
|
- docs/BatchReportResponseModel.md
|
81
82
|
- docs/BatchTransaction.md
|
83
|
+
- docs/BatchTransactionReportRequest.md
|
84
|
+
- docs/BatchTransactionReportResponse.md
|
82
85
|
- docs/BatchTransactionResultModel.md
|
83
86
|
- docs/Bin.md
|
84
87
|
- docs/BinLookup.md
|
@@ -106,7 +109,10 @@ files:
|
|
106
109
|
- docs/ListMerchantsResponse.md
|
107
110
|
- docs/MCC6012.md
|
108
111
|
- docs/Merchant.md
|
109
|
-
- docs/
|
112
|
+
- docs/MerchantBatchReportRequest.md
|
113
|
+
- docs/MerchantBatchReportResponse.md
|
114
|
+
- docs/MerchantBatchResponse.md
|
115
|
+
- docs/NetSummaryResponse.md
|
110
116
|
- docs/OperationalFunctionsApi.md
|
111
117
|
- docs/PaResAuthRequest.md
|
112
118
|
- docs/PaylinkAddress.md
|
@@ -124,6 +130,7 @@ files:
|
|
124
130
|
- docs/PaylinkErrorCode.md
|
125
131
|
- docs/PaylinkFieldGuardModel.md
|
126
132
|
- docs/PaylinkPartPayments.md
|
133
|
+
- docs/PaylinkResendNotificationRequest.md
|
127
134
|
- docs/PaylinkSMSNotificationPath.md
|
128
135
|
- docs/PaylinkStateEvent.md
|
129
136
|
- docs/PaylinkTokenCreated.md
|
@@ -132,17 +139,38 @@ files:
|
|
132
139
|
- docs/PaylinkTokenStatusChangeRequest.md
|
133
140
|
- docs/PaylinkTokenStatusChangeResponse.md
|
134
141
|
- docs/PaylinkUI.md
|
135
|
-
- docs/
|
142
|
+
- docs/PaymentIntent.md
|
143
|
+
- docs/PaymentIntentReference.md
|
136
144
|
- docs/Ping.md
|
137
145
|
- docs/ProcessBatchRequest.md
|
138
146
|
- docs/ProcessBatchResponse.md
|
139
147
|
- docs/RefundRequest.md
|
140
148
|
- docs/RegisterCard.md
|
149
|
+
- docs/RemittanceData.md
|
150
|
+
- docs/RemittanceReportRequest.md
|
151
|
+
- docs/RemittanceReportResponse.md
|
152
|
+
- docs/RemittedClientData.md
|
153
|
+
- docs/ReportingApi.md
|
141
154
|
- docs/RequestChallenged.md
|
142
155
|
- docs/RetrieveRequest.md
|
143
156
|
- docs/ThreeDSecure.md
|
144
157
|
- docs/TokenisationResponseModel.md
|
145
158
|
- docs/VoidRequest.md
|
159
|
+
- docs/images/3dsv1-challenge.png
|
160
|
+
- docs/images/3dsv2-challenge.png
|
161
|
+
- docs/images/3dsv2-frictionless.png
|
162
|
+
- docs/images/3dsv2-method-challenge.png
|
163
|
+
- docs/images/3dsv2-method-frictionless.png
|
164
|
+
- docs/images/3dsv2-no3d.png
|
165
|
+
- docs/images/citypay-logo.svg
|
166
|
+
- docs/images/direct-post-flow.png
|
167
|
+
- docs/images/favicon.ico
|
168
|
+
- docs/images/header.png
|
169
|
+
- docs/images/logo.ai
|
170
|
+
- docs/images/logo.png
|
171
|
+
- docs/images/logo.svg
|
172
|
+
- docs/images/merchant-BPS-workflow.png
|
173
|
+
- docs/images/paylink-field-guards.png
|
146
174
|
- lib/.DS_Store
|
147
175
|
- lib/citypay_api_client.rb
|
148
176
|
- lib/citypay_api_client/api/authorisation_and_payment_api__.rb
|
@@ -151,6 +179,7 @@ files:
|
|
151
179
|
- lib/citypay_api_client/api/direct_post_api__.rb
|
152
180
|
- lib/citypay_api_client/api/operational_functions_api__.rb
|
153
181
|
- lib/citypay_api_client/api/paylink_api__.rb
|
182
|
+
- lib/citypay_api_client/api/reporting_api__.rb
|
154
183
|
- lib/citypay_api_client/api_client.rb
|
155
184
|
- lib/citypay_api_client/api_error.rb
|
156
185
|
- lib/citypay_api_client/configuration.rb
|
@@ -171,6 +200,8 @@ files:
|
|
171
200
|
- lib/citypay_api_client/models/batch_report_request.rb
|
172
201
|
- lib/citypay_api_client/models/batch_report_response_model.rb
|
173
202
|
- lib/citypay_api_client/models/batch_transaction.rb
|
203
|
+
- lib/citypay_api_client/models/batch_transaction_report_request.rb
|
204
|
+
- lib/citypay_api_client/models/batch_transaction_report_response.rb
|
174
205
|
- lib/citypay_api_client/models/batch_transaction_result_model.rb
|
175
206
|
- lib/citypay_api_client/models/bin.rb
|
176
207
|
- lib/citypay_api_client/models/bin_lookup.rb
|
@@ -196,6 +227,10 @@ files:
|
|
196
227
|
- lib/citypay_api_client/models/list_merchants_response.rb
|
197
228
|
- lib/citypay_api_client/models/mcc6012.rb
|
198
229
|
- lib/citypay_api_client/models/merchant.rb
|
230
|
+
- lib/citypay_api_client/models/merchant_batch_report_request.rb
|
231
|
+
- lib/citypay_api_client/models/merchant_batch_report_response.rb
|
232
|
+
- lib/citypay_api_client/models/merchant_batch_response.rb
|
233
|
+
- lib/citypay_api_client/models/net_summary_response.rb
|
199
234
|
- lib/citypay_api_client/models/pa_res_auth_request.rb
|
200
235
|
- lib/citypay_api_client/models/paylink_address.rb
|
201
236
|
- lib/citypay_api_client/models/paylink_adjustment_request.rb
|
@@ -211,6 +246,7 @@ files:
|
|
211
246
|
- lib/citypay_api_client/models/paylink_error_code.rb
|
212
247
|
- lib/citypay_api_client/models/paylink_field_guard_model.rb
|
213
248
|
- lib/citypay_api_client/models/paylink_part_payments.rb
|
249
|
+
- lib/citypay_api_client/models/paylink_resend_notification_request.rb
|
214
250
|
- lib/citypay_api_client/models/paylink_sms_notification_path.rb
|
215
251
|
- lib/citypay_api_client/models/paylink_state_event.rb
|
216
252
|
- lib/citypay_api_client/models/paylink_token_created.rb
|
@@ -219,11 +255,17 @@ files:
|
|
219
255
|
- lib/citypay_api_client/models/paylink_token_status_change_request.rb
|
220
256
|
- lib/citypay_api_client/models/paylink_token_status_change_response.rb
|
221
257
|
- lib/citypay_api_client/models/paylink_ui.rb
|
258
|
+
- lib/citypay_api_client/models/payment_intent.rb
|
259
|
+
- lib/citypay_api_client/models/payment_intent_reference.rb
|
222
260
|
- lib/citypay_api_client/models/ping.rb
|
223
261
|
- lib/citypay_api_client/models/process_batch_request.rb
|
224
262
|
- lib/citypay_api_client/models/process_batch_response.rb
|
225
263
|
- lib/citypay_api_client/models/refund_request.rb
|
226
264
|
- lib/citypay_api_client/models/register_card.rb
|
265
|
+
- lib/citypay_api_client/models/remittance_data.rb
|
266
|
+
- lib/citypay_api_client/models/remittance_report_request.rb
|
267
|
+
- lib/citypay_api_client/models/remittance_report_response.rb
|
268
|
+
- lib/citypay_api_client/models/remitted_client_data.rb
|
227
269
|
- lib/citypay_api_client/models/request_challenged.rb
|
228
270
|
- lib/citypay_api_client/models/retrieve_request.rb
|
229
271
|
- lib/citypay_api_client/models/three_d_secure.rb
|
@@ -239,6 +281,7 @@ files:
|
|
239
281
|
- spec/api/direct_post_api___spec.rb
|
240
282
|
- spec/api/operational_functions_api___spec.rb
|
241
283
|
- spec/api/paylink_api___spec.rb
|
284
|
+
- spec/api/reporting_api___spec.rb
|
242
285
|
- spec/api_client_spec.rb
|
243
286
|
- spec/configuration_spec.rb
|
244
287
|
- spec/it_api_sandbox_spec.rb
|
@@ -254,10 +297,11 @@ files:
|
|
254
297
|
- spec/models/auth_references_spec.rb
|
255
298
|
- spec/models/auth_request_spec.rb
|
256
299
|
- spec/models/auth_response_spec.rb
|
257
|
-
- spec/models/authen_required_spec.rb
|
258
300
|
- spec/models/batch_report_request_spec.rb
|
259
301
|
- spec/models/batch_report_response_model_spec.rb
|
260
302
|
- spec/models/batch_spec.rb
|
303
|
+
- spec/models/batch_transaction_report_request_spec.rb
|
304
|
+
- spec/models/batch_transaction_report_response_spec.rb
|
261
305
|
- spec/models/batch_transaction_result_model_spec.rb
|
262
306
|
- spec/models/batch_transaction_spec.rb
|
263
307
|
- spec/models/bin_lookup_spec.rb
|
@@ -283,7 +327,11 @@ files:
|
|
283
327
|
- spec/models/external_mpi_spec.rb
|
284
328
|
- spec/models/list_merchants_response_spec.rb
|
285
329
|
- spec/models/mcc6012_spec.rb
|
330
|
+
- spec/models/merchant_batch_report_request_spec.rb
|
331
|
+
- spec/models/merchant_batch_report_response_spec.rb
|
332
|
+
- spec/models/merchant_batch_response_spec.rb
|
286
333
|
- spec/models/merchant_spec.rb
|
334
|
+
- spec/models/net_summary_response_spec.rb
|
287
335
|
- spec/models/pa_res_auth_request_spec.rb
|
288
336
|
- spec/models/paylink_address_spec.rb
|
289
337
|
- spec/models/paylink_adjustment_request_spec.rb
|
@@ -299,6 +347,7 @@ files:
|
|
299
347
|
- spec/models/paylink_error_code_spec.rb
|
300
348
|
- spec/models/paylink_field_guard_model_spec.rb
|
301
349
|
- spec/models/paylink_part_payments_spec.rb
|
350
|
+
- spec/models/paylink_resend_notification_request_spec.rb
|
302
351
|
- spec/models/paylink_sms_notification_path_spec.rb
|
303
352
|
- spec/models/paylink_state_event_spec.rb
|
304
353
|
- spec/models/paylink_token_created_spec.rb
|
@@ -307,11 +356,17 @@ files:
|
|
307
356
|
- spec/models/paylink_token_status_change_response_spec.rb
|
308
357
|
- spec/models/paylink_token_status_spec.rb
|
309
358
|
- spec/models/paylink_ui_spec.rb
|
359
|
+
- spec/models/payment_intent_reference_spec.rb
|
360
|
+
- spec/models/payment_intent_spec.rb
|
310
361
|
- spec/models/ping_spec.rb
|
311
362
|
- spec/models/process_batch_request_spec.rb
|
312
363
|
- spec/models/process_batch_response_spec.rb
|
313
364
|
- spec/models/refund_request_spec.rb
|
314
365
|
- spec/models/register_card_spec.rb
|
366
|
+
- spec/models/remittance_data_spec.rb
|
367
|
+
- spec/models/remittance_report_request_spec.rb
|
368
|
+
- spec/models/remittance_report_response_spec.rb
|
369
|
+
- spec/models/remitted_client_data_spec.rb
|
315
370
|
- spec/models/request_challenged_spec.rb
|
316
371
|
- spec/models/retrieve_request_spec.rb
|
317
372
|
- spec/models/three_d_secure_spec.rb
|
@@ -323,7 +378,7 @@ homepage: https://github.com/citypay/citypay-api-client-ruby
|
|
323
378
|
licenses:
|
324
379
|
- Unlicense
|
325
380
|
metadata: {}
|
326
|
-
post_install_message:
|
381
|
+
post_install_message:
|
327
382
|
rdoc_options: []
|
328
383
|
require_paths:
|
329
384
|
- lib
|
@@ -331,101 +386,114 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
331
386
|
requirements:
|
332
387
|
- - ">="
|
333
388
|
- !ruby/object:Gem::Version
|
334
|
-
version: '2.
|
389
|
+
version: '2.7'
|
335
390
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
336
391
|
requirements:
|
337
392
|
- - ">="
|
338
393
|
- !ruby/object:Gem::Version
|
339
394
|
version: '0'
|
340
395
|
requirements: []
|
341
|
-
rubygems_version: 3.
|
342
|
-
signing_key:
|
396
|
+
rubygems_version: 3.2.33
|
397
|
+
signing_key:
|
343
398
|
specification_version: 4
|
344
399
|
summary: A ruby wrapper for the CityPay API
|
345
400
|
test_files:
|
346
|
-
- spec/api/direct_post_api___spec.rb
|
347
|
-
- spec/api/operational_functions_api___spec.rb
|
348
|
-
- spec/api/authorisation_and_payment_api___spec.rb
|
349
401
|
- spec/api/batch_processing_api___spec.rb
|
402
|
+
- spec/api/authorisation_and_payment_api___spec.rb
|
350
403
|
- spec/api/card_holder_account_api___spec.rb
|
351
404
|
- spec/api/paylink_api___spec.rb
|
405
|
+
- spec/api/direct_post_api___spec.rb
|
406
|
+
- spec/api/operational_functions_api___spec.rb
|
407
|
+
- spec/api/reporting_api___spec.rb
|
352
408
|
- spec/api_client_spec.rb
|
353
409
|
- spec/configuration_spec.rb
|
354
410
|
- spec/it_api_sandbox_spec.rb
|
355
|
-
- spec/models/
|
356
|
-
- spec/models/
|
357
|
-
- spec/models/
|
358
|
-
- spec/models/paylink_token_status_change_request_spec.rb
|
359
|
-
- spec/models/batch_transaction_result_model_spec.rb
|
360
|
-
- spec/models/capture_request_spec.rb
|
361
|
-
- spec/models/paylink_bill_payment_token_request_spec.rb
|
362
|
-
- spec/models/paylink_email_notification_path_spec.rb
|
363
|
-
- spec/models/acknowledgement_spec.rb
|
364
|
-
- spec/models/paylink_field_guard_model_spec.rb
|
365
|
-
- spec/models/external_mpi_spec.rb
|
366
|
-
- spec/models/paylink_config_spec.rb
|
367
|
-
- spec/models/paylink_token_status_spec.rb
|
368
|
-
- spec/models/paylink_address_spec.rb
|
369
|
-
- spec/models/domain_key_check_request_spec.rb
|
370
|
-
- spec/models/bin_spec.rb
|
371
|
-
- spec/models/domain_key_request_spec.rb
|
372
|
-
- spec/models/paylink_attachment_result_spec.rb
|
373
|
-
- spec/models/paylink_card_holder_spec.rb
|
374
|
-
- spec/models/domain_key_response_spec.rb
|
375
|
-
- spec/models/tokenisation_response_model_spec.rb
|
411
|
+
- spec/models/batch_report_request_spec.rb
|
412
|
+
- spec/models/auth_reference_spec.rb
|
413
|
+
- spec/models/account_status_spec.rb
|
376
414
|
- spec/models/decision_spec.rb
|
377
|
-
- spec/models/acl_check_response_model_spec.rb
|
378
|
-
- spec/models/acl_check_request_spec.rb
|
379
415
|
- spec/models/airline_advice_spec.rb
|
380
|
-
- spec/models/retrieve_request_spec.rb
|
381
|
-
- spec/models/paylink_adjustment_request_spec.rb
|
382
|
-
- spec/models/direct_post_request_spec.rb
|
383
416
|
- spec/models/paylink_token_request_model_spec.rb
|
384
|
-
- spec/models/
|
385
|
-
- spec/models/ping_spec.rb
|
386
|
-
- spec/models/process_batch_response_spec.rb
|
387
|
-
- spec/models/card_holder_account_spec.rb
|
388
|
-
- spec/models/exists_spec.rb
|
417
|
+
- spec/models/domain_key_response_spec.rb
|
389
418
|
- spec/models/c_res_auth_request_spec.rb
|
390
|
-
- spec/models/
|
391
|
-
- spec/models/airline_segment_spec.rb
|
392
|
-
- spec/models/card_spec.rb
|
393
|
-
- spec/models/paylink_state_event_spec.rb
|
394
|
-
- spec/models/api_key_spec.rb
|
419
|
+
- spec/models/payment_intent_spec.rb
|
395
420
|
- spec/models/auth_references_spec.rb
|
396
|
-
- spec/models/
|
397
|
-
- spec/models/
|
398
|
-
- spec/models/
|
399
|
-
- spec/models/
|
400
|
-
- spec/models/
|
401
|
-
- spec/models/auth_request_spec.rb
|
421
|
+
- spec/models/paylink_adjustment_request_spec.rb
|
422
|
+
- spec/models/paylink_custom_param_spec.rb
|
423
|
+
- spec/models/direct_post_request_spec.rb
|
424
|
+
- spec/models/remittance_data_spec.rb
|
425
|
+
- spec/models/tokenisation_response_model_spec.rb
|
402
426
|
- spec/models/paylink_attachment_request_spec.rb
|
403
|
-
- spec/models/register_card_spec.rb
|
404
|
-
- spec/models/paylink_cart_spec.rb
|
405
427
|
- spec/models/event_data_model_spec.rb
|
428
|
+
- spec/models/paylink_card_holder_spec.rb
|
406
429
|
- spec/models/paylink_token_status_change_response_spec.rb
|
430
|
+
- spec/models/api_key_spec.rb
|
431
|
+
- spec/models/paylink_config_spec.rb
|
432
|
+
- spec/models/remittance_report_response_spec.rb
|
433
|
+
- spec/models/charge_request_spec.rb
|
434
|
+
- spec/models/three_d_secure_spec.rb
|
435
|
+
- spec/models/paylink_token_status_spec.rb
|
407
436
|
- spec/models/check_batch_status_spec.rb
|
408
|
-
- spec/models/paylink_custom_param_spec.rb
|
409
|
-
- spec/models/account_status_spec.rb
|
410
|
-
- spec/models/auth_response_spec.rb
|
411
|
-
- spec/models/refund_request_spec.rb
|
412
437
|
- spec/models/request_challenged_spec.rb
|
438
|
+
- spec/models/remitted_client_data_spec.rb
|
439
|
+
- spec/models/merchant_batch_response_spec.rb
|
440
|
+
- spec/models/paylink_error_code_spec.rb
|
441
|
+
- spec/models/paylink_cart_item_model_spec.rb
|
442
|
+
- spec/models/process_batch_response_spec.rb
|
443
|
+
- spec/models/card_holder_account_spec.rb
|
444
|
+
- spec/models/paylink_state_event_spec.rb
|
445
|
+
- spec/models/batch_transaction_report_request_spec.rb
|
446
|
+
- spec/models/paylink_field_guard_model_spec.rb
|
447
|
+
- spec/models/auth_response_spec.rb
|
448
|
+
- spec/models/paylink_resend_notification_request_spec.rb
|
449
|
+
- spec/models/external_mpi_spec.rb
|
450
|
+
- spec/models/pa_res_auth_request_spec.rb
|
451
|
+
- spec/models/domain_key_request_spec.rb
|
452
|
+
- spec/models/paylink_attachment_result_spec.rb
|
453
|
+
- spec/models/list_merchants_response_spec.rb
|
454
|
+
- spec/models/batch_transaction_report_response_spec.rb
|
455
|
+
- spec/models/domain_key_check_request_spec.rb
|
413
456
|
- spec/models/account_create_spec.rb
|
414
|
-
- spec/models/
|
457
|
+
- spec/models/register_card_spec.rb
|
415
458
|
- spec/models/contact_details_spec.rb
|
459
|
+
- spec/models/payment_intent_reference_spec.rb
|
460
|
+
- spec/models/acknowledgement_spec.rb
|
461
|
+
- spec/models/capture_request_spec.rb
|
462
|
+
- spec/models/auth_request_spec.rb
|
463
|
+
- spec/models/bin_spec.rb
|
464
|
+
- spec/models/merchant_spec.rb
|
465
|
+
- spec/models/paylink_sms_notification_path_spec.rb
|
466
|
+
- spec/models/acl_check_request_spec.rb
|
467
|
+
- spec/models/airline_segment_spec.rb
|
468
|
+
- spec/models/ping_spec.rb
|
469
|
+
- spec/models/paylink_ui_spec.rb
|
470
|
+
- spec/models/card_spec.rb
|
471
|
+
- spec/models/exists_spec.rb
|
472
|
+
- spec/models/void_request_spec.rb
|
473
|
+
- spec/models/card_status_spec.rb
|
474
|
+
- spec/models/batch_transaction_spec.rb
|
475
|
+
- spec/models/remittance_report_request_spec.rb
|
476
|
+
- spec/models/merchant_batch_report_response_spec.rb
|
477
|
+
- spec/models/paylink_email_notification_path_spec.rb
|
416
478
|
- spec/models/process_batch_request_spec.rb
|
417
|
-
- spec/models/
|
479
|
+
- spec/models/paylink_address_spec.rb
|
480
|
+
- spec/models/merchant_batch_report_request_spec.rb
|
481
|
+
- spec/models/paylink_part_payments_spec.rb
|
482
|
+
- spec/models/batch_transaction_result_model_spec.rb
|
483
|
+
- spec/models/batch_report_response_model_spec.rb
|
484
|
+
- spec/models/direct_token_auth_request_spec.rb
|
485
|
+
- spec/models/retrieve_request_spec.rb
|
486
|
+
- spec/models/net_summary_response_spec.rb
|
418
487
|
- spec/models/paylink_token_created_spec.rb
|
488
|
+
- spec/models/acl_check_response_model_spec.rb
|
489
|
+
- spec/models/refund_request_spec.rb
|
490
|
+
- spec/models/batch_spec.rb
|
419
491
|
- spec/models/mcc6012_spec.rb
|
420
|
-
- spec/models/
|
421
|
-
- spec/models/
|
422
|
-
- spec/models/
|
423
|
-
- spec/models/card_status_spec.rb
|
492
|
+
- spec/models/error_spec.rb
|
493
|
+
- spec/models/paylink_cart_spec.rb
|
494
|
+
- spec/models/paylink_bill_payment_token_request_spec.rb
|
424
495
|
- spec/models/bin_lookup_spec.rb
|
425
|
-
- spec/models/
|
426
|
-
- spec/models/
|
427
|
-
- spec/models/batch_report_request_spec.rb
|
428
|
-
- spec/models/three_d_secure_spec.rb
|
429
|
-
- spec/models/auth_reference_spec.rb
|
496
|
+
- spec/models/check_batch_status_response_spec.rb
|
497
|
+
- spec/models/paylink_token_status_change_request_spec.rb
|
430
498
|
- spec/spec_helper.rb
|
431
499
|
- spec/utils/direct_post_mac_spec.rb
|
data/docs/OperationalApi.md
DELETED
@@ -1,214 +0,0 @@
|
|
1
|
-
# CityPayApiClient::OperationalApi
|
2
|
-
|
3
|
-
All URIs are relative to *https://api.citypay.com/v6*
|
4
|
-
|
5
|
-
| Method | HTTP request | Description |
|
6
|
-
| ------ | ------------ | ----------- |
|
7
|
-
| [**acl_check_request**](OperationalApi.md#acl_check_request) | **POST** /acl/check | ACL Check Request |
|
8
|
-
| [**list_merchants_request**](OperationalApi.md#list_merchants_request) | **GET** /merchants/{clientid} | List Merchants Request |
|
9
|
-
| [**ping_request**](OperationalApi.md#ping_request) | **POST** /ping | Ping Request |
|
10
|
-
|
11
|
-
|
12
|
-
## acl_check_request
|
13
|
-
|
14
|
-
> <AclCheckResponseModel> acl_check_request(acl_check_request)
|
15
|
-
|
16
|
-
ACL Check Request
|
17
|
-
|
18
|
-
Allows the checking of IP addresses against configured ACLs. Requests can perform a lookup of addresses in subnets and services such as AWS or Azure to check that those addresses are listed in the ACLs.
|
19
|
-
|
20
|
-
### Examples
|
21
|
-
|
22
|
-
```ruby
|
23
|
-
require 'time'
|
24
|
-
require 'citypay_api_client'
|
25
|
-
# setup authorization
|
26
|
-
CityPayApiClient.configure do |config|
|
27
|
-
config.api_key['cp-api-key'] = CityPayApiClient::ApiKey.new(client_id: 'YourClientId', licence_key: 'YourLicenceKey').generate
|
28
|
-
end
|
29
|
-
|
30
|
-
api_instance = CityPayApiClient::OperationalApi.new
|
31
|
-
acl_check_request = CityPayApiClient::AclCheckRequest.new # AclCheckRequest |
|
32
|
-
|
33
|
-
begin
|
34
|
-
# ACL Check Request
|
35
|
-
result = api_instance.acl_check_request(acl_check_request)
|
36
|
-
p result
|
37
|
-
rescue CityPayApiClient::ApiError => e
|
38
|
-
puts "Error when calling OperationalApi->acl_check_request: #{e}"
|
39
|
-
end
|
40
|
-
```
|
41
|
-
|
42
|
-
#### Using the acl_check_request_with_http_info variant
|
43
|
-
|
44
|
-
This returns an Array which contains the response data, status code and headers.
|
45
|
-
|
46
|
-
> <Array(<AclCheckResponseModel>, Integer, Hash)> acl_check_request_with_http_info(acl_check_request)
|
47
|
-
|
48
|
-
```ruby
|
49
|
-
begin
|
50
|
-
# ACL Check Request
|
51
|
-
data, status_code, headers = api_instance.acl_check_request_with_http_info(acl_check_request)
|
52
|
-
p status_code # => 2xx
|
53
|
-
p headers # => { ... }
|
54
|
-
p data # => <AclCheckResponseModel>
|
55
|
-
rescue CityPayApiClient::ApiError => e
|
56
|
-
puts "Error when calling OperationalApi->acl_check_request_with_http_info: #{e}"
|
57
|
-
end
|
58
|
-
```
|
59
|
-
|
60
|
-
### Parameters
|
61
|
-
|
62
|
-
| Name | Type | Description | Notes |
|
63
|
-
| ---- | ---- | ----------- | ----- |
|
64
|
-
| **acl_check_request** | [**AclCheckRequest**](AclCheckRequest.md) | | |
|
65
|
-
|
66
|
-
### Return type
|
67
|
-
|
68
|
-
[**AclCheckResponseModel**](AclCheckResponseModel.md)
|
69
|
-
|
70
|
-
### Authorization
|
71
|
-
|
72
|
-
[cp-api-key](../README.md#cp-api-key)
|
73
|
-
|
74
|
-
### HTTP request headers
|
75
|
-
|
76
|
-
- **Content-Type**: application/json, text/xml
|
77
|
-
- **Accept**: application/json, text/xml
|
78
|
-
|
79
|
-
|
80
|
-
## list_merchants_request
|
81
|
-
|
82
|
-
> <ListMerchantsResponse> list_merchants_request(clientid)
|
83
|
-
|
84
|
-
List Merchants Request
|
85
|
-
|
86
|
-
An operational request to list current merchants for a client. ### Sorting Sorting can be performed by include a query parameter i.e. `/merchants/?sort=merchantid` Fields that can be sorted are `merchantid` or `name`.
|
87
|
-
|
88
|
-
### Examples
|
89
|
-
|
90
|
-
```ruby
|
91
|
-
require 'time'
|
92
|
-
require 'citypay_api_client'
|
93
|
-
# setup authorization
|
94
|
-
CityPayApiClient.configure do |config|
|
95
|
-
config.api_key['cp-api-key'] = CityPayApiClient::ApiKey.new(client_id: 'YourClientId', licence_key: 'YourLicenceKey').generate
|
96
|
-
end
|
97
|
-
|
98
|
-
api_instance = CityPayApiClient::OperationalApi.new
|
99
|
-
clientid = 'clientid_example' # String | The client id to return merchants for, specifying \"default\" will use the value in your api key.
|
100
|
-
|
101
|
-
begin
|
102
|
-
# List Merchants Request
|
103
|
-
result = api_instance.list_merchants_request(clientid)
|
104
|
-
p result
|
105
|
-
rescue CityPayApiClient::ApiError => e
|
106
|
-
puts "Error when calling OperationalApi->list_merchants_request: #{e}"
|
107
|
-
end
|
108
|
-
```
|
109
|
-
|
110
|
-
#### Using the list_merchants_request_with_http_info variant
|
111
|
-
|
112
|
-
This returns an Array which contains the response data, status code and headers.
|
113
|
-
|
114
|
-
> <Array(<ListMerchantsResponse>, Integer, Hash)> list_merchants_request_with_http_info(clientid)
|
115
|
-
|
116
|
-
```ruby
|
117
|
-
begin
|
118
|
-
# List Merchants Request
|
119
|
-
data, status_code, headers = api_instance.list_merchants_request_with_http_info(clientid)
|
120
|
-
p status_code # => 2xx
|
121
|
-
p headers # => { ... }
|
122
|
-
p data # => <ListMerchantsResponse>
|
123
|
-
rescue CityPayApiClient::ApiError => e
|
124
|
-
puts "Error when calling OperationalApi->list_merchants_request_with_http_info: #{e}"
|
125
|
-
end
|
126
|
-
```
|
127
|
-
|
128
|
-
### Parameters
|
129
|
-
|
130
|
-
| Name | Type | Description | Notes |
|
131
|
-
| ---- | ---- | ----------- | ----- |
|
132
|
-
| **clientid** | **String** | The client id to return merchants for, specifying \"default\" will use the value in your api key. | |
|
133
|
-
|
134
|
-
### Return type
|
135
|
-
|
136
|
-
[**ListMerchantsResponse**](ListMerchantsResponse.md)
|
137
|
-
|
138
|
-
### Authorization
|
139
|
-
|
140
|
-
[cp-api-key](../README.md#cp-api-key)
|
141
|
-
|
142
|
-
### HTTP request headers
|
143
|
-
|
144
|
-
- **Content-Type**: Not defined
|
145
|
-
- **Accept**: application/json, text/xml
|
146
|
-
|
147
|
-
|
148
|
-
## ping_request
|
149
|
-
|
150
|
-
> <Acknowledgement> ping_request(ping)
|
151
|
-
|
152
|
-
Ping Request
|
153
|
-
|
154
|
-
A ping request which performs a connection and authentication test to the CityPay API server. The request will return a standard Acknowledgement with a response code `044` to signify a successful ping. The ping call is useful to confirm that you will be able to access the API from behind any firewalls and that the permission model is granting access from your source.
|
155
|
-
|
156
|
-
### Examples
|
157
|
-
|
158
|
-
```ruby
|
159
|
-
require 'time'
|
160
|
-
require 'citypay_api_client'
|
161
|
-
# setup authorization
|
162
|
-
CityPayApiClient.configure do |config|
|
163
|
-
config.api_key['cp-api-key'] = CityPayApiClient::ApiKey.new(client_id: 'YourClientId', licence_key: 'YourLicenceKey').generate
|
164
|
-
end
|
165
|
-
|
166
|
-
api_instance = CityPayApiClient::OperationalApi.new
|
167
|
-
ping = CityPayApiClient::Ping.new # Ping |
|
168
|
-
|
169
|
-
begin
|
170
|
-
# Ping Request
|
171
|
-
result = api_instance.ping_request(ping)
|
172
|
-
p result
|
173
|
-
rescue CityPayApiClient::ApiError => e
|
174
|
-
puts "Error when calling OperationalApi->ping_request: #{e}"
|
175
|
-
end
|
176
|
-
```
|
177
|
-
|
178
|
-
#### Using the ping_request_with_http_info variant
|
179
|
-
|
180
|
-
This returns an Array which contains the response data, status code and headers.
|
181
|
-
|
182
|
-
> <Array(<Acknowledgement>, Integer, Hash)> ping_request_with_http_info(ping)
|
183
|
-
|
184
|
-
```ruby
|
185
|
-
begin
|
186
|
-
# Ping Request
|
187
|
-
data, status_code, headers = api_instance.ping_request_with_http_info(ping)
|
188
|
-
p status_code # => 2xx
|
189
|
-
p headers # => { ... }
|
190
|
-
p data # => <Acknowledgement>
|
191
|
-
rescue CityPayApiClient::ApiError => e
|
192
|
-
puts "Error when calling OperationalApi->ping_request_with_http_info: #{e}"
|
193
|
-
end
|
194
|
-
```
|
195
|
-
|
196
|
-
### Parameters
|
197
|
-
|
198
|
-
| Name | Type | Description | Notes |
|
199
|
-
| ---- | ---- | ----------- | ----- |
|
200
|
-
| **ping** | [**Ping**](Ping.md) | | |
|
201
|
-
|
202
|
-
### Return type
|
203
|
-
|
204
|
-
[**Acknowledgement**](Acknowledgement.md)
|
205
|
-
|
206
|
-
### Authorization
|
207
|
-
|
208
|
-
[cp-api-key](../README.md#cp-api-key)
|
209
|
-
|
210
|
-
### HTTP request headers
|
211
|
-
|
212
|
-
- **Content-Type**: application/json, text/xml
|
213
|
-
- **Accept**: application/json, text/xml
|
214
|
-
|