WebSite X5Help Center

 
Sinisa B.
Sinisa B.
User

Custom payment gateway that works with WSX5? Anyone?  en

Autor: Sinisa B.
Visited 1826, Followers 2, Udostępniony 0  

Does anybody knows someone who has successfully implemented a CUSTOM PAYMENT GATEWAY (CPG) with WSX5?

STRIPE or SKRILL or 2checkout...

I have no use of PayPal (my currency is not supported) and I cannot wait anymore on Incomedia to add alternative popular CPG to the list...

Italian, German.. users - please advice how "forward" this post on your language-forum as well - thx!

Posted on the
20 ODPOWIEDZI - 2 USEFUL
Andrzej K.
Andrzej K.
User

I join the request. Incomedia is unserious for serious problems of users.

Czytaj więcej
Posted on the from Andrzej K.
Antonio D.
Antonio D.
User

hi

Im from South Africa so the payment option im using may not work with you but here is a good starting point and may work for you.

The service provider must just give you there custom code to add

<script>
setTimeout(function(){location.href="https://www.service provider.com/eng/process?merchant_id=xxxxxxx&merchant_key=xxxxxxxx&return_url=https%3A%2F%2Fwww.yoursite.com%2Fsuccessful-transaction.html&cancel_url=https://www.yoursite.com/canceled-transaction-.html&name_first=[NAME]+&name_last=[LASTNAME]+&email_address=[EMAIL]&cell_number=[PHONE]&amount=[PRICE, 1, #,###.@@]&item_name=[ORDER_NO]+&email_confirmation=1&confirmation_address=sales%40yoursite.com"} , 500);
</script>

This code has been writen on the bases to take the clint to your service provider's site to make a payment and bring them back you would site when they are done.

Czytaj więcej
Posted on the from Antonio D.
Sinisa B.
Sinisa B.
User
Autor

@ Antonio

Thank you!

This code-sample is just a general example what code should be like or is it the working code (where I just have to get the right id's from the service provider i.e. STRIPE)?

Antonio, what custom payment gateway you use that way with WSX5 and could you process digital goods?

Thank you in advance for the feedback! 



Czytaj więcej
Posted on the from Sinisa B.
Giuseppe Guida
Giuseppe Guida
User

Hello, the implementation of new payment methods doesn't depend on Incomedia but on the service provider of these payment methods, these suppliers must communicate the code to be implemented in Website X5.

Czytaj więcej
Posted on the from Giuseppe Guida
Sinisa B.
Sinisa B.
User
Autor

@ Giuseppe

Thank you for your comment!

I know that STRIPE has the instructions for dozens of various shopping carts (some obsolete) - but sadly not for WSX5...

Giuseppe, do you have experience with the STRIPE's support on sending (or pin-pointing) to the instruction-set on how to integrate the payment with the WSX5 shopping cart? Will they ever bother with my help request?

Czytaj więcej
Posted on the from Sinisa B.
Antonio D.
Antonio D.
User

This i wrote to work with payfast in south africa 

This is the code, I jast removed all my website's stuff and login stuff and so on 

It has been writen in JAVA so its all automatic 

Czytaj więcej
Posted on the from Antonio D.
Sinisa B.
Sinisa B.
User
Autor

@ Antonio

You have received the code instruction from the PayFast?

Czytaj więcej
Posted on the from Sinisa B.
Axel  
Axel  
User

Hello Sinisa,

Custom payment will never work with auto email link for digital product.

https://helpcenter.websitex5.com/pl/post/225847

Drop me an email. Maybe, I have new way to do.... with other solution.

Axel

Czytaj więcej
Posted on the from Axel  
Sinisa B.
Sinisa B.
User
Autor

@ Guiseppe

Thank you for your reply!

No, I have not read the instructions - partly because Axel has tried to implement STRIPE before but with no luck.

He is a developer and he says that the instructions are missing some key elements which will help him to figure out how to do it...


@ Axel


I just e-mailed you (subject:Google Pay) ...thx!

Czytaj więcej
Posted on the from Sinisa B.
Antonio D.
Antonio D.
User

@ Sinisa 

I was just given a document from Payfast and I build a code around what they needed from my site and with the use of Tags that have been build into your site by website x5 (eg the client's name).

Mine works on the bases that is someone clicks final step in my shopping cart it will automatically take the person to payfast and then bring them back to my site when the payment is done where there will be a message on my site saying if the payment was successful or not.

So when a client has bought something i have two emails before i ship it, the one from my website and the one from payfast for the payment.

Czytaj więcej
Posted on the from Antonio D.
Sinisa B.
Sinisa B.
User
Autor

@ Antonio

Thank you for the clarification!

Question:

The necessary shopping cart variable names (i.e. name, products...) you have got from Incomedia?

Meaning: Incomedia give you the list of the variables from the WSX5 shopping cart system?
Or, you just searched for the variables in the PHP files?

Czytaj więcej
Posted on the from Sinisa B.
Andrzej K.
Andrzej K.
User

Sinisa B.

Maybe this help you - found in database helpcenter:

https://helpcenter.websitex5.com/pl/post/221255

Variables:

[ORDER_NO]
[PRICE]
[NAME]
[LASTNAME]
[ADDRESS1]
[ADDRESS2]
[CITY]
[STATEREGION]
[COUNTRY]
[ZIPPOSTALCODE]
[EMAIL]
[PHONE]
[ADVERTS]
[NOTE]
[COMPANY]

Czytaj więcej
Posted on the from Andrzej K.
Antonio D.
Antonio D.
User

Hi Sinia

Andrzej is right, i used those tags in the code to tell my service provider the info about the client.

the only thing left for the client to fill in is his card details

Antonio  

Czytaj więcej
Posted on the from Antonio D.
Sinisa B.
Sinisa B.
User
Autor

@ Andrzej and Antonio

Thank you so much guys!

Czytaj więcej
Posted on the from Sinisa B.
Sinisa B.
Sinisa B.
User
Autor

@ Antonio

Could you give me your private e-mail - I got one or two questions for you - THX!

Czytaj więcej
Posted on the from Sinisa B.
Antonio D.
Antonio D.
User

***

Czytaj więcej
Posted on the from Antonio D.
Antonio D.
Antonio D.
User

leave me a message on www.mygifts.co.za contact page

Czytaj więcej
Posted on the from Antonio D.
Sinisa B.
Sinisa B.
User
Autor

@ Antonio

OK - thx!

Czytaj więcej
Posted on the from Sinisa B.
William J.
William J.
User

Hi Sinisa,

just a thought that might be of help to you. have you checked out phpjabbers, they have a fully featured shopping cart that can be implemented into x5. not sure it will be of use but worth a look. i am using a few of their codes and they are great to work with and can make requested changes to better suit your needs and are extremely reasonable with their pricing.

Good luck

William.

Czytaj więcej
Posted on the from William J.