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");
Hmm its kind of complex to understand. It will be much better if you contact support team.
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.
No thanks i don't have any problem with my debit card. Thanks.
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.