iOS Integration for Card Payment

Velocity iOS Software Development Kit Integration Guide

To integrate the SDK for a card payment, complete the following steps:

  1. Add the repository address for CPD SDK.
  2. Add the following URL: ssh://git[CPD-provided URL]
  3. Add the following CPD pods in the project pod file:
    1. pod ‘cpmbase’, ‘x.x.x’
    2. pod 'mpoint', 'x.x.x'
      Note: The versions of these files are updated at regular intervals.
      You can contact the CPD technical team to check if you have the latest version.
  4. To install the SDK, install the pods.