naveedahmad99 / PayfortPaymentDemo-iOS

Swift Implementation of Payfort iOS Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FORT iOS SDK\

Screenshot

Screenshot

Credit

ThabreshVivid Repository helped me to undertand the payfort https://github.com/ThabreshVivid/PayfortPayment

Introduction

The FORT Mobile SDK allows Merchants to securely integrate the payment functions. It also allows Merchants to easily accept In-App payments. Instead of the traditional, time-consuming, and complex way of being redirected to the mobile browser to complete the payment, In-App payments can be completed through our FORT Mobile SDK. In turn, this gives the Merchant'92s consumers a smooth, pleasing user-experience by using In-App payment functions through the native applications.

Usage Guide

Please add your actual values of merhant details to Configurations.swift

static var requestPhrase = "xxxxxxxx"
static var accessCode = "xxxxxxxx"
static var merchantID = "xxxxxxxx"

static let payfortDevPhrase = "xxxxxxxx"
static let payfortDevAccessCode = "xxxxxxxx"
static let payfortDevMerchantID = "xxxxxxxx"

static let payfortProductPhrase = "xxxxxxxx"
static let payfortProductAccessCode = "xxxxxxxx"
static let payfortProductMerchantID = "xxxxxxxx"

Getting Started

In order to start using FORT iOS SDK you need to have an account on the FORT , please click here to follow the installation instructions using the link below.

https://docs.payfort.com/docs/mobile-sdk/build/index.html

About

Swift Implementation of Payfort iOS Demo


Languages

Language:Swift 89.9%Language:Objective-C 10.1%