cybersourcery | pain removal gem for working with Cybersource Secure

 by   promptworks Ruby Version: 0.0.7 License: MIT

kandi X-RAY | cybersourcery Summary

kandi X-RAY | cybersourcery Summary

cybersourcery is a Ruby library. cybersourcery has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A pain removal gem for working with Cybersource Secure Acceptance Silent Order POST.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cybersourcery has a low active ecosystem.
              It has 7 star(s) with 9 fork(s). There are 30 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 9 open issues and 6 have been closed. On average issues are closed in 1 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of cybersourcery is 0.0.7

            kandi-Quality Quality

              cybersourcery has no bugs reported.

            kandi-Security Security

              cybersourcery has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cybersourcery is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              cybersourcery releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed cybersourcery and discovered the below as its top functions. This is intended to give you an instant insight into cybersourcery implemented functionality, and help decide if they suit your requirements.
            • Returns an array of country names .
            • Adds a calendar date for the given card .
            • This function serializes the merchant for the given merchant .
            • Called by label
            • Returns the redirect url for this resource
            • Generate the signature fields for a given field .
            • Deserialize the merchant data for a merchant
            • Creates a select form for a given field .
            • Adds a custom field for the given form field .
            • Displays a form input .
            Get all kandi verified functions for this library.

            cybersourcery Key Features

            No Key Features are available at this moment for cybersourcery.

            cybersourcery Examples and Code Snippets

            No Code Snippets are available at this moment for cybersourcery.

            Community Discussions

            No Community Discussions are available at this moment for cybersourcery.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cybersourcery

            This generates 2 files: config/cybersourcery_profiles.yml and config/initializers/cybersourcery.rb.
            Add it to your Gemfile and run bundle:
            Run the config generator:
            Add information about your Cybersource profiles to the config/cybersourcery_profiles.yml file. You must first create these profiles in the Cybersource Business Center. We recommend that you do not check this file into version control, since it will contain sensitive data about your Cybersource profiles.
            Each profile in the yml file must have a key that corresponds to a "Profile ID" in the Cybersource Business Center. Each profile has the following fields: name: a human readable name service: test or live access_key: the access key for the profile secret_key: the secret key for the profile success_url: this is an optional field - if you provide it, you can redirect users to it after a successful transaction (it can be an absolute or relative URL) transaction_type: a Cybersource transaction type, for example: sale,create_payment_token. See the list of supported transaction types. endpoint_type: indicates the Cybersource URL endpoint appropriate for the transaction - supported values are: standard create_payment_token update_payment_token iframe_standard iframe_create_payment_token iframe_update_payment_token payment_method: card or echeck locale: any locale supported by Cybersource, for example, en-us currency: any currency supported by Cybersource, for example, USD unsigned_field_names: a comma separated list of the fields that will not be signed in the transaction - this typically includes all the visible fields in the credit card payment form
            In your controller method for displaying your credit card form, you can add a line like this:. The first argument is the profile ID for the Cybersource profile you want to use.
            For a successful transaction, the params must include an amount.
            The params should not include any of fields in the cybersourcery_profiles.yml file's list of unsigned fields.
            The form action URL is determined based on the information provided in cybersourcery_profiles.yml.
            Calling the add_signed_fields helper method is crucial, for passing the signature and signed fields to Cybersource as hidden inputs.
            Cybersourcery provides support for HTML5 front-end validation, but no specific approach to front-end form validation is required. As mentioned above, you can subclass the non-persisted Payment model to add your own fields and indicate which are required.
            The optional call to the add_expiry_date_fields helper method makes it easy to include a month and date picker in your form that's appropriate for indicating credit card expiry dates. Used in conjunction with this javascript from the demo project, it will then submit a date in the user-unfriendly format that Cybersource requires.
            The javascript file in the demo project also provides dynamic switching of the input type for the "State" field, based on whether the US is selected as the country (it provides a select list of states for the US, or a text input field for other countries).
            The field_pattern and field_validation_message methods in the PaymentsHelper include only one pattern matching requirement, for the credit card number format. You can add your own pattern matching rules by overriding these methods, like this.

            Support

            Fork it ( https://github.com/[my-github-username]/cybersourcery/fork )Create your feature branch (git checkout -b my-new-feature)Commit your changes (git commit -am 'Add some feature')Push to the branch (git push origin my-new-feature)Create a new Pull Request
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/promptworks/cybersourcery.git

          • CLI

            gh repo clone promptworks/cybersourcery

          • sshUrl

            git@github.com:promptworks/cybersourcery.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Ruby Libraries

            rails

            by rails

            jekyll

            by jekyll

            discourse

            by discourse

            fastlane

            by fastlane

            huginn

            by huginn

            Try Top Libraries by promptworks

            aws-secrets

            by promptworksShell

            alexa-slack

            by promptworksPython

            stacker_bee

            by promptworksRuby

            dotfiles

            by promptworksShell

            ciscospark-jira

            by promptworksJavaScript