Sample integration project for Cashfree Payment Gateway's iOS SDK, facilitating seamless and secure payment processing within your iOS application.
The Cashfree iOS SDK allows you to integrate Cashfree Payment Gateway into your application and start collecting payments from your customers. It has been designed to minimise the complexity of handling and integrating payments in your iOS project.
Please replace the values for orderId, token (Payment Session ID) and environment in the example iOS project inside the repo and run the application.
static var environment: CFENVIRONMENT = .SANDBOX
static let payment_session_id = "payment_session_id"
static let order_id = "order_id"
| Please refer our official iOS documentation here.
If you have questions, concerns, bug reports, etc, you can reach out to us using one of the following
- File an issue in this repository's Issue Tracker.
- Send a message in our discord channel. Join our discord server to get connected instantly.
- Send an email to [email protected]
For general instructions on how to contribute please refer to CONTRIBUTING.