Ingenico-ePayments / connect-sdk-client-ios

Ingenico Connect iOS Objective-C Client SDK
https://docs.connect.worldline-solutions.com/documentation/sdk/mobile/ios/
Other
17 stars 4 forks source link

The latest version of the problem #1

Closed xiebinJava closed 7 years ago

xiebinJava commented 8 years ago

1:Latest version can not enter the list of credit cards

2:Credit card number verification error

[GCAFNetworkingWrapper getResponseForURL:headers:additionalAcceptableStatusCodes:succes:failure:]_block_invoke.30 [Line 44] Error while retrieving response for URL https://api-us.globalcollect.com/client/v1/8481-b94d888b27e840bfb4a8c4221a67e0cf/productgroups?countryCode=MW&currencyCode=GBP&amount=6306&hide=fields&isRecurring=false: Request failed: not found (404)

the version 1.1.0 is OK Please amend as soon as possible thanks !!

rob-spoor commented 8 years ago

Grouping functionality is not yet available on production. It is available on the sandbox environment though.

xiebinJava commented 8 years ago

Is there a bug in the previous version?Can this run in production mode?

rob-spoor commented 8 years ago

The release notes only mention one fix, and only for the example app. You should be able to use version 1.1.0 of the SDK against production.

xiebinJava commented 8 years ago

OK Thanks !!!

josercc commented 6 years ago

Request ICPaymentProduct https://ams1.preprod.api-ingenico.com/client/v1/328-3545c05225c14d43987d407718d0b3fe/products/1/?countryCode=IN&locale=en_US&currencyCode=INR&amount=1310&isRecurring=false&forceBasicFlow=true Error 404 @rob-spoor

josercc commented 6 years ago

image

ronaldmiddelkoop commented 6 years ago

Hi @josercc , looks like payment product 1 (visa) is not configured for your merchant in the payment context (country, currency, amount) you provided. To confirm this, you could do a Get Payment Products with that same context. This will list the products that are available.

josercc commented 6 years ago

@ronaldmiddelkoop

image

This will report a validation error

ronaldmiddelkoop commented 6 years ago

Hi @josercc , I'm not sure what you're showing me here?