For your convenience, the Law Office of Mary Escamilla, PLLC accepts the following types of ONLINE payments from new and current clients via PayPal:

  • Visa

  • Mastercard

  • Discover

  • American Express

Please click the drop-down menu below "Payments" to select the correct payment amount.  Please be sure to input the first and last name of the CLIENT for whom you are paying.  IMPORTANT:  If the client's name is not included, we cannot guarantee the funds will be credited to their account.

Payments
Input full name of client

We also take payment by cash, check, cashier's check, and money orders.  If you would like to pay using one of these methods, or in-person, please contact us directly by phone at (512) 872-6016 to arrange payment. 

<?php require_once 'anet_php_sdk/AuthorizeNet.php'; // The SDK
$relay_response_url = "http://www.melawoffice.com/relay_response.php"; // You will create this file in Step 7.
$api_login_id = 'Escami11a';
$transaction_key = 'LawOffice2014';
$amount = "5.99";
$fp_sequence = "123"; // Any sequential number like an invoice number.
echo AuthorizeNetDPM::getCreditCardForm($amount, $fp_sequence, $relay_response_url,$api_login_id, $transaction_key);?>