{"id":19146532,"url":"https://github.com/gini/merchant-sdk-ios","last_synced_at":"2026-06-23T14:31:56.331Z","repository":{"id":255366431,"uuid":"846112466","full_name":"gini/merchant-sdk-ios","owner":"gini","description":"Release repo for Gini Merchant SDK","archived":false,"fork":false,"pushed_at":"2026-06-12T11:30:12.000Z","size":1597,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-06-12T13:18:25.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-22T14:55:07.000Z","updated_at":"2026-06-12T11:30:18.000Z","dependencies_parsed_at":"2024-11-09T07:44:39.567Z","dependency_job_id":"0cfa7b34-418b-4127-b7ab-deb68ed61711","html_url":"https://github.com/gini/merchant-sdk-ios","commit_stats":null,"previous_names":["gini/merchant-sdk-ios"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gini/merchant-sdk-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gini%2Fmerchant-sdk-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gini%2Fmerchant-sdk-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gini%2Fmerchant-sdk-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gini%2Fmerchant-sdk-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gini","download_url":"https://codeload.github.com/gini/merchant-sdk-ios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gini%2Fmerchant-sdk-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34694780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T07:44:30.456Z","updated_at":"2026-06-23T14:31:56.313Z","avatar_url":"https://github.com/gini.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./GiniMerchant_Logo.png\" width=\"250\"\u003e\n\u003c/p\u003e\n\n# Gini Merchant SDK for iOS\n\n[![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]()\n[![Devices](https://img.shields.io/badge/devices-iPhone%20%7C%20iPad-blue.svg)]()\n[![Swift version](https://img.shields.io/badge/swift-5.0-orange.svg)]()\n[![Swift package manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)]()\n\nThe Gini Merchant SDK provides components for uploading, reviewing and analyzing photos of invoices and remittance slips.\n\nBy integrating this SDK into your application you can allow your users to easily upload a picture of a document, review it and get analysis results from the Gini backend, create a payment and send it to the prefferable payment provider.\n\n## Documentation\n\nFurther documentation with installation, integration or customization guides can be found in our [website](https://developer.gini.net/gini-mobile-ios/GiniMerchantSDK/index.html).\n\n## Example apps\n\nWe are providing example app for Swift. This app demonstrates how to integrate the Gini Merchant SDK with the [Gini Capture SDK](https://gini.atlassian.net/wiki/spaces/ICSV/overview).\n\nAn example banking app is available in the [Gini Mobile iOS Monorepo](https://github.com/gini/gini-mobile-ios/tree/main/BankSDK/GiniBankSDKExample) repository.\nTo check the redirection to the Banking app please run Bank example before the Merchant example. You can use the same Gini Merchant API client credentials in the example banking app as in your app, if not otherwise specified.\nTo inject your API credentials into the Merchant and Bank example apps you need to fill in your credentials in [Credentials.plist](https://github.com/gini/gini-mobile-ios/blob/main/BankSDK/GiniBankSDKExample/GiniBankSDKExampleBank/Credentials.plist) and [Credentials.plist](https://github.com/gini/gini-mobile-ios/blob/main/MerchantSDK/GiniMerchantSDKExample/GiniMerchantSDKExample/Credentials.plist), respectively.\n\n## Requirements\n\n- iOS 13+\n- Xcode 15+\n\n**Note:**\nIn order to have better analysis results it is highly recommended to enable only devices with 8MP camera and flash. These devices would be:\n\n* iPhones with iOS 13 or higher.\n* iPad Pro devices (iPad Air 2 and iPad Mini 4 have 8MP camera but no flash).\n\n## Author\n\nGini GmbH, hello@gini.net\n\n## License\n\nThe Gini Merchant SDK for iOS is licensed under a Private License. See [the license](https://developer.gini.net/gini-mobile-ios/GiniMerchantSDK/license.html) for more info.\n\n**Important:** Always make sure to ship all license notices and permissions with your application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgini%2Fmerchant-sdk-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgini%2Fmerchant-sdk-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgini%2Fmerchant-sdk-ios/lists"}