{"id":16301391,"url":"https://github.com/garu/net-moip","last_synced_at":"2025-04-10T01:17:17.025Z","repository":{"id":22563994,"uuid":"25905295","full_name":"garu/Net-Moip","owner":"garu","description":"Interface com o gateway de pagamentos Moip","archived":false,"fork":false,"pushed_at":"2017-10-16T19:39:49.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T01:17:14.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"opentracing/specification","license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garu.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2014-10-29T05:03:40.000Z","updated_at":"2017-10-16T19:39:50.000Z","dependencies_parsed_at":"2022-08-21T08:00:15.416Z","dependency_job_id":null,"html_url":"https://github.com/garu/Net-Moip","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-Moip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-Moip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-Moip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-Moip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garu","download_url":"https://codeload.github.com/garu/Net-Moip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"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":[],"created_at":"2024-10-10T20:54:43.340Z","updated_at":"2025-04-10T01:17:17.007Z","avatar_url":"https://github.com/garu.png","language":"Perl","readme":"Net-Moip\n========\n\nInterface com o gateway de pagamentos Moip.\n\n```perl\n    use Net::Moip;\n\n    my $gateway = Net::Moip-\u003enew(\n        token =\u003e 'MY_MOIP_TOKEN',\n        key   =\u003e 'MY_MOIP_KEY',\n    );\n\n    my $res = $gateway-\u003epagamento_unico({\n        razao          =\u003e 'Pagamento para a Loja X',\n        tipo_validacao =\u003e 'Transparente',\n        valor          =\u003e 59.90,\n        id_proprio     =\u003e 1,\n        pagador =\u003e {\n            id_pagador =\u003e 1,\n            nome       =\u003e 'Cebolácio Júnior Menezes da Silva',\n            email      =\u003e 'cebolinha@exemplo.com',\n            endereco_cobranca =\u003e {\n                logradouro    =\u003e 'Rua do Campinho',\n                numero        =\u003e 9,\n                bairro        =\u003e 'Limoeiro',\n                cidade        =\u003e 'São Paulo',\n                estado        =\u003e 'SP',\n                pais          =\u003e 'BRA',\n                cep           =\u003e '11111-111',\n                telefone_fixo =\u003e '(11)93333-3333',\n            },\n        },\n    });\n\n    if ($res-\u003e{status} eq 'Sucesso') {\n        print $res-\u003e{token};\n        print $res-\u003e{id};\n    }\n```\n\n### Instalação ###\n\nUsando o cpan:\n\n    cpan Net::Moip\n\nUsando o cpanm:\n\n    cpanm Net::Moip\n\nInstalação manual:\n\n    perl Makefile.PL\n    make\n    make test\n    make install\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaru%2Fnet-moip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaru%2Fnet-moip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaru%2Fnet-moip/lists"}