PayFort Payment Integration In IOS.

Updated 26 October 2021

Save

PayFort

In most of the time, we have to integrate the application with the payment gateway like a payfort  payment gateway. for this, we have to follow some steps to integrate a correct integration payment SDK in IOS.

1: go to that URL and download SDK.

https://docs.payfort.com/

2: for success full launch the payfort gateway we need some sample predefined data.

3: we need a signature value that is required at the time to load payfort window.  to generate a signature

[self sha1Encode:post]

4: you will get signature value now you have to make a http request to get SDK token for launching payfort controller.

above code will produce SDK token now you have to take view controller and their  class name write “PayFortController” .

Now it will launch and you can take dummy card number from their site.

5: you can get a response from that method.

– (void)sdkResult:(id)response{

  NSLog(@”data— %@”,response);

 }

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


12 comments

  • Rince Thomas
    • kunal prasad (Moderator)
      • Prashanth
    • kunal prasad
  • Krishna Datt Shukla
    • kunal prasad (Moderator)
    • Kunal Prasad
  • Amisha
    • Kunal Prasad
  • Jitendra Bhadja
    • Kunal Prasad
  • Kunal Prasad
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home