Orbital Chase Paymentech Gateway Mark for Capture
Chase Orbital is one of the complex Payment Gateway. It's authorization process is very complex.
Here is the code for Orbital Chase Paymentech Gateway Mark for Capture Request in PHP.
You can frequently use it as free.
<?php
$url = "https://orbitalvar2.paymentech.net"; // testing
//$url = "https://orbital1.paymentech.net"; // production
$post_string="
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<Request>
<MarkForCapture>
<OrbitalConnectionUsername>YOUR-USERNAME-HERE</OrbitalConnectionUsername>
<OrbitalConnectionPassword>YOUR-PASSWORD-HERE</OrbitalConnectionPassword>
<OrderID>123456789</OrderID>
<Amount>8500</Amount>
<BIN>000002</BIN>
<MerchantID>YOUR-MERCHANT-ID-HERE</MerchantID>
<TerminalID>001</TerminalID>
<TxRefNum>4F320B79F23280DAE62777C80721F838FF13548D</TxRefNum>
</MarkForCapture>
</Request>";
$header= "POST /authorize/ HTTP/1.0\r\n";
$header.= "MIME-Version: 1.0\r\n";
$header.= "Content-type: application/PTI\r\n";
$header.= "Content-length: " .strlen($post_string) . "\r\n";
$header.= "Content-transfer-encoding: text\r\n";
$header.= "Request-number: 1\r\n";
$header.= "Document-type: Request\r\n";
$header.= "Interface-Version: Test 1.4\r\n";
$header.= "Connection: close \r\n\r\n";
$header.= $post_string;
//// just initialize curl here and post the data to the orbital server.
?>
Chase Orbital is one of the complex Payment Gateway. It's authorization process is very complex.
Here is the code for Orbital Chase Paymentech Gateway Mark for Capture Request in PHP.
You can frequently use it as free.
<?php
$url = "https://orbitalvar2.paymentech.net"; // testing
//$url = "https://orbital1.paymentech.net"; // production
$post_string="
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<Request>
<MarkForCapture>
<OrbitalConnectionUsername>YOUR-USERNAME-HERE</OrbitalConnectionUsername>
<OrbitalConnectionPassword>YOUR-PASSWORD-HERE</OrbitalConnectionPassword>
<OrderID>123456789</OrderID>
<Amount>8500</Amount>
<BIN>000002</BIN>
<MerchantID>YOUR-MERCHANT-ID-HERE</MerchantID>
<TerminalID>001</TerminalID>
<TxRefNum>4F320B79F23280DAE62777C80721F838FF13548D</TxRefNum>
</MarkForCapture>
</Request>";
$header= "POST /authorize/ HTTP/1.0\r\n";
$header.= "MIME-Version: 1.0\r\n";
$header.= "Content-type: application/PTI\r\n";
$header.= "Content-length: " .strlen($post_string) . "\r\n";
$header.= "Content-transfer-encoding: text\r\n";
$header.= "Request-number: 1\r\n";
$header.= "Document-type: Request\r\n";
$header.= "Interface-Version: Test 1.4\r\n";
$header.= "Connection: close \r\n\r\n";
$header.= $post_string;
//// just initialize curl here and post the data to the orbital server.
?>
nice one
ReplyDeleteWhat is salesforce trailhead
How to learn salesforce
How to create a custom app in salesforce
create-custom-object-and-tab-in-salesforce
how-to-install-ssl-certificate-in-website
how-to-start-laravel-framework
how-to-create-component-in-laravel
how-to-create-controller-in-laravel