{"id":23420903,"url":"https://github.com/nericode/nativescript-conekta","last_synced_at":"2026-05-03T07:44:17.133Z","repository":{"id":57308460,"uuid":"131464547","full_name":"nericode/nativescript-conekta","owner":"nericode","description":"Nativescript Plugin for Conekta [Deprecated]","archived":false,"fork":false,"pushed_at":"2018-05-29T16:17:42.000Z","size":2053,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T03:41:58.244Z","etag":null,"topics":["nativescript","nativescript-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nericode.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}},"created_at":"2018-04-29T04:00:43.000Z","updated_at":"2024-05-30T17:30:44.000Z","dependencies_parsed_at":"2022-09-09T23:11:00.705Z","dependency_job_id":null,"html_url":"https://github.com/nericode/nativescript-conekta","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/nericode%2Fnativescript-conekta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Fnativescript-conekta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Fnativescript-conekta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Fnativescript-conekta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nericode","download_url":"https://codeload.github.com/nericode/nativescript-conekta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012595,"owners_count":21033226,"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":["nativescript","nativescript-plugin"],"created_at":"2024-12-23T02:13:09.598Z","updated_at":"2026-05-03T07:44:12.099Z","avatar_url":"https://github.com/nericode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nativescript-conekta [Deprecated]\n\nConekta nativescript-conekta allows tokenize (encrypt) the data of the card of your final user\n\nPlease use: https://github.com/happones/nativescript-conekta\n\n## Installation\n\n\n```javascript\ntns plugin add nativescript-conekta\n```\n## Support\n\nIt only supports Android, but it is working on the iOS plugin.\n\n## Use\n\nThe plugin is relatively simple, simply add the reference Conekta, create an object and pass the data to tokenize.\n\nNOTE: It is your responsibility to validate the card.\n\n```javascript\nimport { Conekta } from 'nativescript-conekta';\n\n....\n\nthis.conekta = new Conekta();\n\nlet options:ConektaOptions = {\n\tname: \"Fulanito Pérez\",\n\tnumberCard: \"4242424242424242\",\n\tcvc: \"332\",\n\texpMonth: \"11\",\n\texpYear: \"2020\",\n\tpublicKey: \"PUBLIC_KEY\" // Se obtiene desde la plataforma de Conekta\n}\n\nthis.conekta.createToken(options).then(function (token) {\n\t\tconsole.log(\"Token: \" + token);\n},\nfunction(e) {\n\t\tconsole.log(e);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnericode%2Fnativescript-conekta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnericode%2Fnativescript-conekta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnericode%2Fnativescript-conekta/lists"}