Alaska Software Inc. - Need to accept credit cards from XBase++/Express++ P.O.S. System
Username: Password:
AuthorTopic: Need to accept credit cards from XBase++/Express++ P.O.S. System
Richard A. PulliamNeed to accept credit cards from XBase++/Express++ P.O.S. System
on Sat, 14 Jun 2014 12:31:12 -0500
Any suggestions?   Never done this.



Richard A. Pulliam
138 Colina Circle
Panama City Beach, Florida 32413 USA
Voice and Fax: (001) 850-588-9935   Cell: (001) 850-238-1203
Skype: richard_pulliam
http://www.ClipperSolutions.com

Chat with me



---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
Adrian WykrotaRe: Need to accept credit cards from XBase++/Express++ P.O.S. System
on Wed, 18 Jun 2014 13:20:56 +0200
I have sample that's worked. But i tested only in Poland and messages are in 
Polish language...

STATIC FUNCTION PrzyjmijWplate(oParent, lRet, oSposob, oTools, nKwota)
LOCAL nRet := xbe_None, oCard, lRetPl := .F.
LOCAL oInfo := MyInfo(oParent, {"Proszę czekać", "Trwa komunikacja z 
terminalem płatniczym"}), cTxt := ""
oCard := eCard():New()
oCard:SetPort(1)
IF oCard:Ready()
  lRetPl := oCard:Platnosc(nKwota, @oInfo)
  IF !lRetPl
    cTxt := oCard:GetError()
  ENDIF
ELSE
  cTxt := oCard:GetError()
ENDIF
SetApPFocus(oParent)
oInfo:destroy()
IF lRetPl
  //Komunikat(oParent, Txt("Płatność zakończona prawidłowo !"))
  lRet := .T.
  oSposob:SetData({2})
  nRet := xbeP_Close
ELSE
  Komunikat(oParent, Txt("Błąd płatności : " + cTxt), "B")
ENDIF
RETURN (nRet)

Adrian Wykrota
www.asitc.pl


Użytkownik "Richard A. Pulliam"  napisał w wiadomości grup 
dyskusyjnych:60c8f6a4$519ee0b9$174e9@news.alaska-software.com...


Any suggestions?   Never done this.



Richard A. Pulliam
138 Colina Circle
Panama City Beach, Florida 32413 USA
Voice and Fax: (001) 850-588-9935   Cell: (001) 850-238-1203
Skype: richard_pulliam
http://www.ClipperSolutions.com

Chat with me



---
This email is free from viruses and malware because avast! Antivirus 
protection is active.
http://www.avast.com


eCard.Prg
James LoughnerRe: Need to accept credit cards from XBase++/Express++ P.O.S. System
on Thu, 19 Jun 2014 09:42:39 -0400
It depends on the credit card service being used. AFAIK there is no 
general way. Each credit card processors does things their way

Jim


On 06/14/2014 01:31 PM, Richard A. Pulliam wrote:
>
> Any suggestions?   Never done this.
>
>
>
> Richard A. Pulliam
> 138 Colina Circle
> Panama City Beach, Florida 32413 USA
> Voice and Fax: (001) 850-588-9935   Cell: (001) 850-238-1203
> Skype: richard_pulliam
> http://www.ClipperSolutions.com
>
> Chat with me
>
>
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>