citypay_api_client 1.0.1 → 1.0.2

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.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +7 -11
  4. data/citypay_api_client.gemspec +0 -1
  5. data/docs/Decision.md +6 -6
  6. data/lib/citypay_api_client.rb +2 -3
  7. data/lib/citypay_api_client/api/card_holder_account_api.rb +0 -1
  8. data/lib/citypay_api_client/api/operational_api.rb +0 -1
  9. data/lib/citypay_api_client/api/payment_processing_api.rb +0 -1
  10. data/lib/citypay_api_client/api_client.rb +7 -3
  11. data/lib/citypay_api_client/api_error.rb +0 -1
  12. data/lib/citypay_api_client/configuration.rb +0 -1
  13. data/lib/citypay_api_client/models/account_create.rb +0 -1
  14. data/lib/citypay_api_client/models/account_status.rb +0 -1
  15. data/lib/citypay_api_client/models/acknowledgement.rb +0 -1
  16. data/lib/citypay_api_client/models/airline_advice.rb +0 -1
  17. data/lib/citypay_api_client/models/airline_segment.rb +0 -1
  18. data/lib/citypay_api_client/models/auth_reference.rb +0 -1
  19. data/lib/citypay_api_client/models/auth_references.rb +0 -1
  20. data/lib/citypay_api_client/models/auth_request.rb +0 -1
  21. data/lib/citypay_api_client/models/auth_response.rb +0 -1
  22. data/lib/citypay_api_client/models/authen_required.rb +0 -1
  23. data/lib/citypay_api_client/models/c_res_auth_request.rb +0 -1
  24. data/lib/citypay_api_client/models/capture_request.rb +0 -1
  25. data/lib/citypay_api_client/models/card.rb +0 -1
  26. data/lib/citypay_api_client/models/card_holder_account.rb +0 -1
  27. data/lib/citypay_api_client/models/card_status.rb +0 -1
  28. data/lib/citypay_api_client/models/charge_request.rb +0 -1
  29. data/lib/citypay_api_client/models/contact_details.rb +0 -1
  30. data/lib/citypay_api_client/models/decision.rb +19 -20
  31. data/lib/citypay_api_client/models/error.rb +0 -1
  32. data/lib/citypay_api_client/models/external_mpi.rb +0 -1
  33. data/lib/citypay_api_client/models/list_merchants_response.rb +0 -1
  34. data/lib/citypay_api_client/models/mcc6012.rb +0 -1
  35. data/lib/citypay_api_client/models/merchant.rb +0 -1
  36. data/lib/citypay_api_client/models/pa_res_auth_request.rb +0 -1
  37. data/lib/citypay_api_client/models/ping.rb +0 -1
  38. data/lib/citypay_api_client/models/register_card.rb +0 -1
  39. data/lib/citypay_api_client/models/request_challenged.rb +0 -1
  40. data/lib/citypay_api_client/models/retrieve_request.rb +0 -1
  41. data/lib/citypay_api_client/models/three_d_secure.rb +0 -1
  42. data/lib/citypay_api_client/models/void_request.rb +0 -1
  43. data/lib/citypay_api_client/test.rb +20 -0
  44. data/lib/citypay_api_client/version.rb +1 -2
  45. data/spec/api/card_holder_account_api_spec.rb +0 -1
  46. data/spec/api/operational_api_spec.rb +0 -1
  47. data/spec/api/payment_processing_api_spec.rb +0 -1
  48. data/spec/api_client_spec.rb +0 -1
  49. data/spec/configuration_spec.rb +0 -1
  50. data/spec/models/account_create_spec.rb +0 -1
  51. data/spec/models/account_status_spec.rb +0 -1
  52. data/spec/models/acknowledgement_spec.rb +16 -6
  53. data/spec/models/airline_advice_spec.rb +0 -1
  54. data/spec/models/airline_segment_spec.rb +0 -1
  55. data/spec/models/api_key_spec.rb +1 -1
  56. data/spec/models/auth_reference_spec.rb +0 -1
  57. data/spec/models/auth_references_spec.rb +42 -3
  58. data/spec/models/auth_request_spec.rb +0 -1
  59. data/spec/models/auth_response_spec.rb +62 -29
  60. data/spec/models/authen_required_spec.rb +0 -1
  61. data/spec/models/c_res_auth_request_spec.rb +0 -1
  62. data/spec/models/capture_request_spec.rb +0 -1
  63. data/spec/models/card_holder_account_spec.rb +84 -9
  64. data/spec/models/card_spec.rb +0 -1
  65. data/spec/models/card_status_spec.rb +0 -1
  66. data/spec/models/charge_request_spec.rb +0 -1
  67. data/spec/models/contact_details_spec.rb +0 -1
  68. data/spec/models/decision_spec.rb +94 -3
  69. data/spec/models/error_spec.rb +0 -1
  70. data/spec/models/external_mpi_spec.rb +0 -1
  71. data/spec/models/list_merchants_response_spec.rb +40 -5
  72. data/spec/models/mcc6012_spec.rb +0 -1
  73. data/spec/models/merchant_spec.rb +0 -1
  74. data/spec/models/pa_res_auth_request_spec.rb +0 -1
  75. data/spec/models/ping_spec.rb +0 -1
  76. data/spec/models/register_card_spec.rb +0 -1
  77. data/spec/models/request_challenged_spec.rb +0 -1
  78. data/spec/models/retrieve_request_spec.rb +0 -1
  79. data/spec/models/three_d_secure_spec.rb +0 -1
  80. data/spec/models/void_request_spec.rb +0 -1
  81. data/spec/spec_helper.rb +0 -1
  82. metadata +3 -3
  83. data/citypay_api-1.0.1.gem +0 -0
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,6 @@
3
3
 
4
4
  # This CityPay API is a HTTP RESTful payment API used for direct server to server transactional processing. It provides a number of payment mechanisms including: Internet, MOTO, Continuous Authority transaction processing, 3-D Secure decision handling using RFA Secure, Authorisation, Refunding, Pre-Authorisation, Cancellation/Voids and Completion processing. The API is also capable of tokinsed payments using Card Holder Accounts. ## Compliance and Security <aside class=\"notice\"> Before we begin a reminder that your application will need to adhere to PCI-DSS standards to operate safely and to meet requirements set out by Visa and MasterCard and the PCI Security Standards Council including: </aside> * Data must be collected using TLS version 1.2 using [strong cryptography](#enabled-tls-ciphers). We will not accept calls to our API at lower grade encryption levels. We regularly scan our TLS endpoints for vulnerabilities and perform TLS assessments as part of our compliance program. * The application must not store sensitive card holder data (CHD) such as the card security code (CSC) or primary access number (PAN) * The application must not display the full card number on receipts, it is recommended to mask the PAN and show the last 4 digits. The API will return this for you for ease of receipt creation * If you are developing a website, you will be required to perform regular scans on the network where you host the application to meet your compliance obligations * You will be required to be PCI Compliant and the application must adhere to the security standard. Further information is available from [https://www.pcisecuritystandards.org/](https://www.pcisecuritystandards.org/) * The API verifies that the request is for a valid account and originates from a trusted source using the remote IP address. Our application firewalls analyse data that may be an attempt to break a large number of security common security vulnerabilities.
5
5
 
6
- The version of the OpenAPI document: 6.0.0
7
6
  Contact: support@citypay.com
8
7
  Generated by: https://openapi-generator.tech
9
8
  OpenAPI Generator version: 5.0.0-SNAPSHOT
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.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - citypay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-05 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -81,7 +81,6 @@ files:
81
81
  - Gemfile.lock
82
82
  - README.md
83
83
  - Rakefile
84
- - citypay_api-1.0.1.gem
85
84
  - citypay_api_client.gemspec
86
85
  - docs/AccountCreate.md
87
86
  - docs/AccountStatus.md
@@ -155,6 +154,7 @@ files:
155
154
  - lib/citypay_api_client/models/retrieve_request.rb
156
155
  - lib/citypay_api_client/models/three_d_secure.rb
157
156
  - lib/citypay_api_client/models/void_request.rb
157
+ - lib/citypay_api_client/test.rb
158
158
  - lib/citypay_api_client/version.rb
159
159
  - spec/api/card_holder_account_api_spec.rb
160
160
  - spec/api/operational_api_spec.rb
Binary file