{"id":15304743,"url":"https://github.com/raphaelvserafim/api-sicredi-pix","last_synced_at":"2025-04-15T00:31:33.385Z","repository":{"id":147542262,"uuid":"592475635","full_name":"raphaelvserafim/api-sicredi-pix","owner":"raphaelvserafim","description":"Com a API do PIX do Sicredi, os desenvolvedores podem criar aplicativos personalizados para gerenciar cobranças e receber notificações de pagamentos em tempo real, permitindo que eles automatizem processos e ofereçam uma experiência de pagamento mais suave e eficiente para seus usuários.","archived":false,"fork":false,"pushed_at":"2025-01-12T03:49:22.000Z","size":19,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T12:38:38.214Z","etag":null,"topics":["api","pix","sicredi"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/raphaelvserafim.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}},"created_at":"2023-01-23T20:10:04.000Z","updated_at":"2025-03-05T23:55:14.000Z","dependencies_parsed_at":"2024-03-28T14:48:02.001Z","dependency_job_id":"8a83c6dd-a81b-4b2c-b47f-8ece09ac7bf3","html_url":"https://github.com/raphaelvserafim/api-sicredi-pix","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/raphaelvserafim%2Fapi-sicredi-pix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelvserafim%2Fapi-sicredi-pix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelvserafim%2Fapi-sicredi-pix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raphaelvserafim%2Fapi-sicredi-pix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raphaelvserafim","download_url":"https://codeload.github.com/raphaelvserafim/api-sicredi-pix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984284,"owners_count":21193718,"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","pix","sicredi"],"created_at":"2024-10-01T07:57:38.062Z","updated_at":"2025-04-15T00:31:33.378Z","avatar_url":"https://github.com/raphaelvserafim.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API PIX do Sicredi em PHP: Como criar cobranças e receber eventos webhook \n\n## CONTATO \n\u003cp\u003e\n\u003ca href=\"https://wa.me/14375223417\" target=\"_blank\"\u003e \n \u003cimg src=\"https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge\u0026logo=whatsapp\u0026logoColor=white\" title=\"+55 66 99685-2025\"/\u003e \n\u003c/a\u003e\n\n \u003ca href=\"https://t.me/raphaelserafim\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge\u0026logo=telegram\u0026logoColor=white\" target=\"_blank\"\u003e\n \u003c/a\u003e  \n\n\u003ca href=\"https://instagram.com/raphaelvserafim\" target=\"_blank\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\" target=\"_blank\"\u003e\n\u003c/a\u003e\n \n\u003ca href=\"https://www.linkedin.com/in/raphaelvserafim\" target=\"_blank\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" target=\"_blank\"\u003e\n\u003c/a\u003e  \n\u003c/p\u003e\n\n# Versão para Node JS\n\n\u003ca href=\"https://github.com/raphaelvserafim/gerar-pix-sicredi\" target=\"_blank\"\u003e\nGerar Pix Sicredi Node JS | TypeScript | JavaScript\n\u003c/a\u003e  \n \n\n\n## Example of use:\n\n### access Token\n```php\nuse Cachesistemas\\ApiPixSicredi\\PixSicredi;\n\ninclude_once 'vendor/autoload.php';\n\n$initPix  = [\n    \"producao\" =\u003e 0,\n    \"client_id\" =\u003e \"\",\n    \"client_secret\" =\u003e \"\",\n    \"crt_file\" =\u003e \"/certificado.pem\",\n    \"key_file\" =\u003e \"/APLICACAO.key\",\n    \"pass\" =\u003e \"\"\n];\n\n$pix         = new PixSicredi($initPix);\n\n$accessToken = $pix-\u003eaccessToken();\n \n```\n\n\n### Update URL WebHook\n```php\n $pix-\u003eupdateWebhook('sua-url', 'sua-chave-pix');\n```\n\n\n### Cobrança\n```php\n\n\n$cobranca  = [\n    \"calendario\" =\u003e [\n        \"dataDeVencimento\" =\u003e \"2040-04-01\",\n        \"validadeAposVencimento\" =\u003e 1\n    ],\n   \n    \"valor\" =\u003e [\n        \"original\" =\u003e 10.00,\n        \"modalidadeAlteracao\" =\u003e 1\n    ],\n    \"chave\" =\u003e \"23711695000115\",\n    \"solicitacaoPagador\" =\u003e \"Serviço realizado.\",\n    \"infoAdicionais\" =\u003e [\n        [\n            \"nome\" =\u003e \"cliente_id\",\n            \"valor\" =\u003e \"1234\"\n        ],\n        [\n            \"nome\" =\u003e \"fatura_id\",\n            \"valor\" =\u003e  123334\n        ]\n    ]\n];\n\n $pix-\u003etoken = $accessToken;\n $pix-\u003ecriarCobranca($cobranca );\n \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelvserafim%2Fapi-sicredi-pix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphaelvserafim%2Fapi-sicredi-pix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphaelvserafim%2Fapi-sicredi-pix/lists"}