Re: Implementation issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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");
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Implementation issue
Hmm its kind of complex to understand. It will be much better if you contact support team.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Implementation issue
No thanks i don't have any problem with my debit card. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.