Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

PHP ActiveX Examples

Web API Categories

ASN.1
AWS KMS
AWS Misc
Amazon EC2
Amazon Glacier
Amazon S3
Amazon S3 (new)
Amazon SES
Amazon SNS
Amazon SQS
Async
Azure Cloud Storage
Azure Key Vault
Azure Service Bus
Azure Table Service
Base64
Bounced Email
Box
CAdES
CSR
CSV
Certificates
Code Signing
Compression
DKIM / DomainKey
DNS
DSA
Diffie-Hellman
Digital Signatures
Dropbox
Dynamics CRM
EBICS
ECC
Ed25519
Email Object
Encryption
FTP
FileAccess
Firebase
GMail REST API
GMail SMTP/IMAP/POP
Geolocation
Google APIs
Google Calendar
Google Cloud SQL
Google Cloud Storage
Google Drive
Google Photos
Google Sheets
Google Tasks
Gzip
HTML-to-XML/Text
HTTP

HTTP Misc
IMAP
JSON
JSON Web Encryption (JWE)
JSON Web Signatures (JWS)
JSON Web Token (JWT)
Java KeyStore (JKS)
MHT / HTML Email
MIME
MS Storage Providers
Microsoft Graph
Misc
NTLM
OAuth1
OAuth2
OIDC
Office365
OneDrive
OpenSSL
Outlook
Outlook Calendar
Outlook Contact
PDF Signatures
PEM
PFX/P12
PKCS11
POP3
PRNG
REST
REST Misc
RSA
SCP
SCard
SFTP
SMTP
SSH
SSH Key
SSH Tunnel
ScMinidriver
SharePoint
SharePoint Online
Signing in the Cloud
Socket/SSL/TLS
Spider
Stream
Tar Archive
ULID/UUID
Upload
WebSocket
XAdES
XML
XML Digital Signatures
XMP
Zip
curl

 

 

 

(PHP ActiveX) Send POST to Bradesco Platform with Billing Ticket for Registration

Sends a POST request to the Bradesco platform containing the JSON data of the Billing Ticket for registration.

Note: This example requires updates that are in Chilkat v9.5.0.77 and later.

Chilkat ActiveX Downloads

ActiveX for 32-bit and 64-bit Windows

Note: The php_com_dotnet.dll may need to be enabled inside of php.ini.

<?php

// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

// First build the JSON containing the data to be sent.

// {
// "nuCPFCNPJ":"12668",
// "filialCPFCNPJ":"1",
// "ctrlCPFCNPJ":"59",
// "cdTipoAcesso":"2",
// "idProduto":"9",
// "nuNegociacao":"262200000000005577",
// "nuCliente":"SEU_NUM_CLIENTE",
// "dtEmissaoTitulo":"21.09.2016",
// "dtVencimentoTitulo":"21.09.2016",
// "vlNominalTitulo":"888888",
// "cdEspecieTitulo":"2",
// "nomePagador":"NOME DO PAGADOR",
// "logradouroPagador":"ENDERECO DO PAGADOR",
// "nuLogradouroPagador":"1145",
// "complementoLogradouroPagador":"APTO 34",
// "cepPagador":"5588",
// "complementoCepPagador":"1",
// "bairroPagador":"BAIRRO PAGADOR",
// "municipioPagador":"MUNICIPIO PAGADOR",
// "ufPagador":"SP",
// "cdIndCpfcnpjPagador":"2",
// "nuCpfcnpjPagador":"12668000159",
// "endEletronicoPagador":"PAGADOR@BRADESCO.COM.BR",
// "nomeSacadorAvalista":"NOME SACADOR AVALISTA",
// "logradouroSacadorAvalista":"ENDERECO SACADOR AVALISTA",
// "nuLogradouroSacadorAvalista":"5555",
// "complementoLogradouroSacadorAvalista":"BLOCO 23",
// "cepSacadorAvalista":"6182",
// "complementoCepSacadorAvalista":"160",
// "bairroSacadorAvalista":"BAIRRO SACADOR AVALISTA",
// "municipioSacadorAvalista":"MUNICIPIO SACADOR AVALISTA",
// "ufSacadorAvalista":"SP",
// "cdIndCpfcnpjSacadorAvalista":"2",
// "nuCpfcnpjSacadorAvalista":"12668000159",
// "endEletronicoSacadorAvalista":"SACADOR@BRADESCO.COM.BR",
// }
// 

$json = new COM("Chilkat_9_5_0.JsonObject");
$json->UpdateString('nuCPFCNPJ','12668');
$json->UpdateString('filialCPFCNPJ','1');
$json->UpdateString('ctrlCPFCNPJ','59');
$json->UpdateString('cdTipoAcesso','2');
$json->UpdateString('idProduto','9');
$json->UpdateString('nuNegociacao','262200000000005577');
$json->UpdateString('nuCliente','SEU_NUM_CLIENTE');
$json->UpdateString('dtEmissaoTitulo','21.09.2016');
$json->UpdateString('dtVencimentoTitulo','21.09.2016');
$json->UpdateString('vlNominalTitulo','888888');
$json->UpdateString('cdEspecieTitulo','2');
$json->UpdateString('nomePagador','NOME DO PAGADOR');
$json->UpdateString('logradouroPagador','ENDERECO DO PAGADOR');
$json->UpdateString('nuLogradouroPagador','1145');
$json->UpdateString('complementoLogradouroPagador','APTO 34');
$json->UpdateString('cepPagador','5588');
$json->UpdateString('complementoCepPagador','1');
$json->UpdateString('bairroPagador','BAIRRO PAGADOR');
$json->UpdateString('municipioPagador','MUNICIPIO PAGADOR');
$json->UpdateString('ufPagador','SP');
$json->UpdateString('cdIndCpfcnpjPagador','2');
$json->UpdateString('nuCpfcnpjPagador','12668000159');
$json->UpdateString('endEletronicoPagador','PAGADOR@BRADESCO.COM.BR');
$json->UpdateString('nomeSacadorAvalista','NOME SACADOR AVALISTA');
$json->UpdateString('logradouroSacadorAvalista','ENDERECO SACADOR AVALISTA');
$json->UpdateString('nuLogradouroSacadorAvalista','5555');
$json->UpdateString('complementoLogradouroSacadorAvalista','BLOCO 23');
$json->UpdateString('cepSacadorAvalista','6182');
$json->UpdateString('complementoCepSacadorAvalista','160');
$json->UpdateString('bairroSacadorAvalista','BAIRRO SACADOR AVALISTA');
$json->UpdateString('municipioSacadorAvalista','MUNICIPIO SACADOR AVALISTA');
$json->UpdateString('ufSacadorAvalista','SP');
$json->UpdateString('cdIndCpfcnpjSacadorAvalista','2');
$json->UpdateString('nuCpfcnpjSacadorAvalista','12668000159');
$json->UpdateString('endEletronicoSacadorAvalista','SACADOR@BRADESCO.COM.BR');

// Load out PFX file 
$cert = new COM("Chilkat_9_5_0.Cert");
$success = $cert->LoadPfxFile('qa_data/pfx/cert_test123.pfx','test123');
if ($success != 1) {
    print $cert->LastErrorText . "\n";
    exit;
}

$crypt = new COM("Chilkat_9_5_0.Crypt2");
$success = $crypt->SetSigningCert($cert);
if ($success != 1) {
    print $crypt->LastErrorText . "\n";
    exit;
}

// Use SHA-256 within the signing..
$crypt->HashAlgorithm = 'sha256';

// IMPORTANT: This example requires Chilkat v9.5.0.77 or later.
// Use no authenticated attributes
$crypt->SigningAttributes = '{}';

$json->EmitCompact = 1;
$sigBase64 = $crypt->opaqueSignStringENC($json->emit());
if ($crypt->LastMethodSuccess != 1) {
    print $crypt->LastErrorText . "\n";
    exit;
}

// Next, we need to send a POST to the following URL where the body of the POST
// contains the binary PKCS7 signature (which embeds the JSON).
$url = 'https://cobranca.bradesconetempresa.b.br/ibpjregistrotitulows/registrotitulohomologacao';

$req = new COM("Chilkat_9_5_0.HttpRequest");
$req->HttpVerb = 'POST';
// This is strange because apparently the server wants a "text/xml" Content-Type,
// but the content in the body is not actually XML, it's binary PKCS7.
$req->ContentType = 'text/xml';
$req->LoadBodyFromString($sigBase64,'utf-8');

// We don't actually pass the URL, we set the path here, and the domain is passed below..
$req->Path = '/ibpjregistrotitulows/registrotitulohomologacao';

$http = new COM("Chilkat_9_5_0.Http");
// resp is a Chilkat_9_5_0.HttpResponse
$resp = $http->SynchronousRequest('cobranca.bradesconetempresa.b.br',443,1,$req);
if ($http->LastMethodSuccess != 1) {
    print $http->LastErrorText . "\n";
    exit;
}

print 'Response status code: ' . $resp->StatusCode . "\n";
print 'Response body:' . "\n";
print $resp->BodyStr . "\n";


?>

 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.