{"id":15457677,"url":"https://github.com/neysofu/securion","last_synced_at":"2025-04-01T12:28:08.764Z","repository":{"id":57546537,"uuid":"235912995","full_name":"neysofu/securion","owner":"neysofu","description":"Elixir client library for https://api.securionpay.com.","archived":false,"fork":false,"pushed_at":"2020-06-06T16:07:36.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T14:06:31.957Z","etag":null,"topics":["api-wrapper","elixir","payment-gateway","payment-processing","securionpay"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neysofu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-24T00:24:51.000Z","updated_at":"2024-07-16T05:40:02.000Z","dependencies_parsed_at":"2022-09-05T10:51:04.912Z","dependency_job_id":null,"html_url":"https://github.com/neysofu/securion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neysofu%2Fsecurion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neysofu%2Fsecurion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neysofu%2Fsecurion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neysofu%2Fsecurion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neysofu","download_url":"https://codeload.github.com/neysofu/securion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246638477,"owners_count":20809810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api-wrapper","elixir","payment-gateway","payment-processing","securionpay"],"created_at":"2024-10-01T22:49:35.252Z","updated_at":"2025-04-01T12:28:08.736Z","avatar_url":"https://github.com/neysofu.png","language":"Elixir","readme":"# Securion\n\n![Hex version](https://img.shields.io/hexpm/v/securion)\n![License](https://img.shields.io/github/license/neysofu/securion)\n\nElixir client library to the [SecurionPay](https://securionpay.com) payment\ngateway REST APIs.\n\n\u003e Please refer to the [docs](https://securionpay.com/docs/api) of the original REST\n\u003e APIs when in doubt. This client library is a thin wrapper around it and\n\u003e most details are left unchanged.\n\u003e However, some API shortcuts (e.g. on-the-go card creation for new\n\u003e subscriptions, see the\n\u003e [https://securionpay.com/docs/api#subscription-create](docs))\n\u003e were removed in favor of simpler, composable APIs.\n\n`securion` doesn't fully cover the original APIs yet, possibly ever. Only\ncore features are available. Most notably, subscriptions, plans, and events\nare _not_ supported.\n\n## Installation\n\nAdd `securion` as dependency in `mix.exs`:\n\n```elixir\ndefp deps do\n[\n  {:securion, \"~\u003e x.y.z\"}\n]\nend\n```\n\n## Configuration\n\nYou must provide your SecurionPay API secret key. The public key is **not** required.\n\n```elixir\n# config/config.exs\n\nconfig :securion,\n  secret_key: \"sk_ ...\"\n```\n\nYou should also run your tests with test-only API keys, like so:\n\n```elixir\n# config/test.exs\n\nconfig :securion,\n  secret_key: \"sk_test_ ...\"\n```\n\n## Overview\n\n- `Securion.Customer` - Customers APIs.\n- `Securion.Card` - Payment cards APIs.\n- `Securion.Token` - One-time only tokens for safely handling payment\n  cards.\n- `Securion.Charge` - Transactions APIs.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneysofu%2Fsecurion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneysofu%2Fsecurion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneysofu%2Fsecurion/lists"}