Re: Implementation issue

Bhawani
Occasional Visitor

Implementation issue

Getting error when I integrate visa checkout SDKs & initialise .........
Here is my code

let profile = Profile(environment: .sandbox, apiKey: "xxxxxxxxxxxxxxxxxxxx", profileName: nil)

            let amount = CurrencyAmount(double: 23.09)

            let purchaseInfo = PurchaseInfo(total: amount, currency: .usd)

        

            checkoutButton.onCheckout(

                profile: profile,

                purchaseInfo: purchaseInfo,

            presenting: self,

                onReady: { [weak self] launchHandle in

                    self?.launchCheckoutHandle = launchHandle

                }, onButtonTapped: { [weak self] in

                    self?.launchVisaCheckout()

                }, completion: resultHandler())

the result status always come into .... 

case .statusInternalError:
          print("ERROR");



4 REPLIES 4
shamilagul
Helper

Re: Implementation issue

Hmm its kind of complex to understand. It will be much better if you contact support team. 

API_Managers
Visa Developer Support Specialist

Re: Implementation issue

Hi @shamilagul,

 

Thanks for your comment, if you have questions or need assistance with your Visa Developer project, please do not hesitate to reach out to us. We'll be happy to help. 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

shamilagul
Helper

Re: Implementation issue

No thanks i don't have any problem with my debit card. Thanks.

API_Managers
Visa Developer Support Specialist

Re: Implementation issue

HI @Bhawani,

 

Thanks for sharing your Visa Checkout technical issue with us. There's been recent updates to the Visa Checkout process. Currently, the Visa Checkout team does not accept direct merchant, therefore, you'll need to work with a partner in order to integrate Visa Checkout into your project.

 

Here's a list of Partners for you to integrate with Visa Checkout: https://globalcheckout.visa.com/visacheckoutPartners 

 

If you have questions, please let us know and someone will be happy to help.

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.