Class ccBluePay

The ccBluePay class works with the BluePay Gateway. BluePay is an HTTP based Gateway that allows for direct POST interaction. It uses a somewhat quirky mechanism for sending data to the server and returning results through HTTP Location headers.

What do you need:

For information merchant processing and requirements see Credit Card Processing.

Custom Properties you need to set

Authorize.NET is about the easiest format. You merely need to se the HTTPLink, MerchantId and MerchantPassword properties.

CC = new ccBluePay(); CC.HttpLink = "https://secure.authorize.net/gateway/transact.dll"; CC.MerchantId = "123311112311"; CC.MerchantPassword = "xdd3aT4/a1ts2lq/Oadea22a";


Class Members

MemberDescription
ValidateCard Validates the actual card against Authorize.Net Gateway using the HTTP interface.
public bool ValidateCard()

Requirements

See also:

Class ccBluePay

 Last Updated: 3/7/2006 | Send topic feedback