paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

When I Try to transaction at that time "Payment not Complete issue" #56

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello,

I have configuration below details and we don't have cart functionality for project so as a cart id we are passing timestamp.

configuration = PaymentSDKConfiguration(profileID: "478", serverKey: "SHJNLLN2L6-HZKMK2MRGZ-**", clientKey: "C2KMDM-2D6BH9-KNKMNR-T2*****", cartID: "(currentTimeStamp ?? 123321)", currency: "AED", amount: 1.0, merchantName: "Dooby Doo FZ LLC", cartDescription: "Dooby", merchantCountryCode: "ae", // ISO alpha 2 merchantIdentifier: "merchant.com.dooby.user", paymentNetworks: nil, forceShippingInfo: false)

119142525-3e522980-ba64-11eb-8527-b07db0d59cb4

Please help me on this.

MuhamedAdly commented 3 years ago

Make sure you are using the correct mobile SDK keys not the server-to-server keys, you can get them from the dashboard/developer section.

if you are still facing the same issue, please report your issue to cs@paytabs.com to quickly help you.