yookassa-payments-swift | library allows implementing payment acceptance into mobile

 by   yoomoney Swift Version: 6.7.0 License: MIT

kandi X-RAY | yookassa-payments-swift Summary

kandi X-RAY | yookassa-payments-swift Summary

yookassa-payments-swift is a Swift library. yookassa-payments-swift has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This library allows implementing payment acceptance into mobile apps on iOS and works as an extension to the YooMoney API
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              yookassa-payments-swift has a low active ecosystem.
              It has 39 star(s) with 36 fork(s). There are 16 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 13 open issues and 91 have been closed. On average issues are closed in 110 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of yookassa-payments-swift is 6.7.0

            kandi-Quality Quality

              yookassa-payments-swift has no bugs reported.

            kandi-Security Security

              yookassa-payments-swift has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              yookassa-payments-swift 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

              yookassa-payments-swift releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of yookassa-payments-swift
            Get all kandi verified functions for this library.

            yookassa-payments-swift Key Features

            No Key Features are available at this moment for yookassa-payments-swift.

            yookassa-payments-swift Examples and Code Snippets

            YooMoney for Business Payments SDK (YooKassaPayments),Quick integration
            Swiftdot img1Lines of Code : 49dot img1License : Permissive (MIT)
            copy iconCopy
            import YooKassaPayments
            
            let clientApplicationKey = ""
            let amount = Amount(value: 999.99, currency: .rub)
            let tokenizationModuleInputData =
                      TokenizationModuleInputData(clientApplicationKey: clientApplicationKey,
                                          
            copy iconCopy
            let moduleData = TokenizationModuleInputData(
                ...
                moneyAuthClientId: "client_id")
            
            let moduleData = TokenizationModuleInputData(
                ...
                applicationScheme: "examplescheme://"
            
            func application(
                _ application: UIApplication,
                open u  
            copy iconCopy
            let moduleData = TokenizationModuleInputData(
                ...
                applicationScheme: "examplescheme://"
            
            func application(
                _ application: UIApplication,
                open url: URL,
                sourceApplication: String?,
                annotation: Any
            ) -> Bool {
                return YKSd  

            Community Discussions

            No Community Discussions are available at this moment for yookassa-payments-swift.Refer to stack overflow page for discussions.

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

            Vulnerabilities

            No vulnerabilities reported

            Install yookassa-payments-swift

            You can configure payment methods. To do that, you need to enter a model of the TokenizationSettings type in the tokenizationSettings parameter when creating TokenizationModuleInputData. Additional configuration is required for some payment methods (see below). By default, all available payment methods are used. Now use tokenizationSettings when initializing TokenizationModuleInputData.
            If you'd like to use our implementation of payment confirmation, don't close the SDK module after receiving the token. Send the token to your server and close the module after a successful payment. If your server stated that the payment needs to be confirmed (i.e. the payment with the pending was received), call the startConfirmationProcess(confirmationUrl:paymentMethodType:) method. After the payment confirmation is completed successfully, the didSuccessfullyConfirmation(paymentMethodType:) method of the TokenizationModuleOutput protocol will be called.
            Save the tokenization module.
            Don't close the tokenization module after receiving the token.
            Call payment confirmation if necessary.
            After the payment is confirmed successfully, the method will be called.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            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/yoomoney/yookassa-payments-swift.git

          • CLI

            gh repo clone yoomoney/yookassa-payments-swift

          • sshUrl

            git@github.com:yoomoney/yookassa-payments-swift.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