{"id":16215630,"url":"https://github.com/crsolver/sinpepay","last_synced_at":"2026-06-14T16:33:15.278Z","repository":{"id":229093903,"uuid":"758732528","full_name":"crsolver/sinpepay","owner":"crsolver","description":"Herramienta para facilitar transacciones de SINPE Móvil (Costa Rica) vía SMS.","archived":false,"fork":false,"pushed_at":"2024-03-25T13:44:03.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T05:28:27.866Z","etag":null,"topics":["sinpe"],"latest_commit_sha":null,"homepage":"https://sinpepay.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crsolver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-17T00:06:57.000Z","updated_at":"2024-03-22T00:12:44.000Z","dependencies_parsed_at":"2024-03-25T15:17:30.483Z","dependency_job_id":null,"html_url":"https://github.com/crsolver/sinpepay","commit_stats":null,"previous_names":["andresgamboaa/sinpepay","crsolver/sinpepay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crsolver/sinpepay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crsolver%2Fsinpepay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crsolver%2Fsinpepay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crsolver%2Fsinpepay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crsolver%2Fsinpepay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crsolver","download_url":"https://codeload.github.com/crsolver/sinpepay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crsolver%2Fsinpepay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34327700,"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-14T02:00:07.365Z","response_time":62,"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":["sinpe"],"created_at":"2024-10-10T11:15:35.404Z","updated_at":"2026-06-14T16:33:15.259Z","avatar_url":"https://github.com/crsolver.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sinpepay\nHerramienta para facilitar transacciones de SINPE Móvil (Costa Rica) vía SMS.\n\n## Características\n* Permite crear enlaces de pago para agregar en páginas web, redes sociales o aplicaciones de mensajería. Por ejemplo: https://sinpepay.net/pago/?data=%5B500%2C12345678%2C%22pago%22%5D\n\n* Permite realizar transferencias SINPE Móvil escaneando códigos QR.\n* En smartphones el botón de pago abre la aplicación de mensages con un texto autocompletado, el usuario solo debe presionar el botón de enviar. Si el usuario cuenta con la aplicación esta se abre al hacer click en los enlaces de pago para una mejor experiencia.\n* En computadoras se muestra un código QR para facilitar la transacción desde un smartphone.\n\n## Crear enlaces desde un lenguage de programación\n```typescript\n    const cantidad: 500\n    const destino: 84634758\n    const detalle: \"pago\" // Tamano maximo de 20 sin caracteres especiales.\n    const redirect: \"https://www.algunapagina.com\" // Opcional (Redirige al usuario cuando este realiza la transaccion)\n    // * redirect no se incluye en el QR\n\n    const encodedData = encodeURIComponent(JSON.stringify([cantidad, destino, detalle]))\n    const enlace = `https://sinpepay.net/pago/?data=${encodedData}${redirect?`\u0026redirect=${redirect}`: \"\"}`\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrsolver%2Fsinpepay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrsolver%2Fsinpepay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrsolver%2Fsinpepay/lists"}