Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help With Credit Card Processing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00545481
Message ID:
00578518
Vues:
35
Claude,

Thanks for your reply.

I guess the CYCHMCK.DLL has to be registered on all computers that need to access its objects/methods; having said that, does the DLL have to reside on all client computers, and how do I register it if not (if it's only on the server where the MCK was installed)?

Marius Muntean
Advanced Utility Systems


>Andreas,
>
>We've since moved on to Verisign Payflow(they now own CyberCash),but, if you're going to use CashRegister, give this a try:
>Function Cybercash
>Input= CreateObject('CyberCashMCK.MessageBlock')
>sConfigLoc = 'c:\cybercash\merchant_conf'
>
>sCommand='mauthcapture'
>sPaymentURL='http://cr.cybercash.com/cgi-bin/cr21api.cgi/mauthcapture'
>input.add('card-number', m.cnum)
>input.add('card-exp', m.cexpir)
>input.add('card-name', m.first+' '+m.last)
>input.add('card-address', m.add1)
>input.add('card-city', m.city)
>input.add('card-state', m.stat)
>input.add('card-zip', m.zip)
>input.add('card-country', 'USA')
>input.add('order-id', m.unique)
>input.add('amount', m.totfee)
>SockObj=CreateObject('CyberCashMCK.socket.1')
>result=SockObj.SendCCServer(sPaymentURL, sConfigLoc, Input)
>lcResult=result.write
>
>* unencode URL encoded string
>lcResults=URLDecode(lcResult)
>RETURN lcResults
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform