webflixtec/bancointerpj

There is no license information available for the latest version (v1.0.0) of this package.

SDK PHP

Maintainers

Package info

github.com/Webflix-Tecnologia/sdk-php-bancointer-pj

pkg:composer/webflixtec/bancointerpj

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2026-04-03 14:01 UTC

This package is auto-updated.

Last update: 2026-04-03 14:04:37 UTC


README

Instalação

composer install webflixtec/bancointerpj

Como usar

user \Inter\Sdk;

$interSdk = new InterSdk(
    "PRODUCTION",  //Ambiente para a requisição: PRODUCTION / SANDBOX
    "2179676f-3069-44de-96c3-07739bcded35",  //Client Id de sua integração
    "29f8fe86-efab-4b31-a5f6-6d22ebcb2014",  //Client Secret de sua integração
    "src/main/sdk/inter/certificates/production.pfx",  //path ao arquivo PFX  
    "intersdk" //senha do arquivo PFX
);