Exposed Payments API
Hyper allow a minimal and secured API to use payments in your custom website / app.The function names are according to the Payments Gateway that is being used.
We will document more functions here according to the requests of our customers.
Pelecard - Israel
call the Pelecard_Web_J5_Get_URL_json to get a link for Credit Card htmk page (by PCI DSS).The function returns a URL, Call a web browser (inside your application or IFrame or Browser Tab) to this address.
Request:
{"Client_Number":500002}
Response:
{
"ResponseCode":0,
"URL":"https:\/\/dev.sye.co.il\/Pelecard_Frame?SessionID=00982CB33EB61BB10E40BSeR1iDlGqBuPN-1DueX"
}
{"Client_Number":500002}
Response:
{
"ResponseCode":0,
"URL":"https:\/\/dev.sye.co.il\/Pelecard_Frame?SessionID=00982CB33EB61BB10E40BSeR1iDlGqBuPN-1DueX"
}
IF you need further actions after the J5 transaction is over, use hyper scripting module to write code for:
Procedure TClient_Payment_After_J5_Transaction_Success(Req: ThwSession);
Procedure TClient_Payment_After_J5_Transaction_Failed(Req: ThwSession);