Hi i am trying to integrate element payment gateway can someone help me with this so i can integrate it within my iOS App.
Hi i am trying to integrate element payment gateway can someone help me with this so i can integrate it within my iOS App.
Hello, I do not want to support card swipes. I just want when I send request for CreditCardSale method, the response should contain a URL using which I can navigate user to payment page.Right now I am getting "ExpressResponseMessage>CardNumber Required".I am using following class to make request i.e
VXPCredentials,VXPApplication,VXPTransaction,VXPTransactionSetup,VXPTerminal,VXPRequest,VXP.
Hello Jeff,
I have done it and got the HostedPaymentURL. When I redirect user on WebView with HostedPaymentURL so after completing payment in which delegate method will I get call with transaction response? .Thanks
If you set the ReturnURL and if you have AutoReturn set to true, once the transaction is complete, the mobile browser should automatically redirect the page to the ReturnURL you have specified in your TransactionSetup request. From there, you will be able to parse out the Hosted Payments query string response parameters (such as the response code, respond message, approval number, last 4 digits of the card, etc.).
Hi Jeff,
Thanks a lot.Actually I don't want to return response on return URL,
I want call back in my own iPhone application after transaction complete.
So is there any delegate method or any other way in which I can get call
back in my iPhone application after transaction complete instead of
redirecting to return URL.Thanks
On Sat, Apr 29, 2017 at 6:38 AM, jeff.gross@vantiv.com <
I don't recall if you've received a response on this, but if you are looking to pull transaction details once the transaction has been completed, you can use the programmatic TransactionQuery method on our reporting interface (available by POSTing the XML TransactionQuery request to https://certreporting.elementexpress.com in our Cert environment).
Good morning. Are you looking to support card swipes and EMV transactions within your mobile iOS application? If so, we have a triPOS Mobile solution (triPOS Mobile - iOS SDK Tutorial) that allows you to use either an Ingenico iCMP or Ingenico iPP350 PINpad to accept EMV transactions via your iOS application. That site allows you pull down the latest version of our triPOS Mobile application. Let us know if that's what you're looking for or if you're looking to go down a different path.