WebSite X5Help Center

 
Jon M.
Jon M.
User

Credit Card for Shopping Cart  en

Author: Jon M.
Visited 1731, Followers 2, Shared 0  

I am looking to set up a merchant account for an online store on my website. I am having a little confusion over setting up the credit card settings. I have a merchant account with First Data, who is our gateway for credit services, what I am confused about is when I go into the settings for payment type, I see Paypal/Credit Card and Custom Code for the options to choose from.

If I am setting up a credit card and not Paypal, do I select the option for Paypal/Credit card? or do I select custom code? If I choose the first option I only have a field to enter in the PP account information only.

Should I select Custom Code and enter in information from the merchant services? Not sure what to do......

-Jon

Posted on the
9 ANSWERS
A. Kris
A. Kris
User

Hi Jon,

If your credit card is linked to a paypal account you can do it! Just enter the email address with which you linked your credit card and payment is made automatically. You can use the code for your custom settings, you can find the code in this post sent by the staff of incomedia. oppure qui

Look at Riccardo's attachments. If you translate the page, you can read everything that was required

If you are satisfied, you can put "useful" on the post. If you need any more help contact me by email. You find it on my account. 

Good weekend,
Kris

Read more
Posted on the from A. Kris
Jon M.
Jon M.
User
Author

Kris,

 Thanks for the reply. The post you referneced is set to Private so I cannot see it.

Also, I do not want to use PayPal, that is my question. Do I use the option for custom code and set it up that way with my gateway provider?

-Jon

Read more
Posted on the from Jon M.
Incomedia
Claudio D.
Incomedia

Hello Jon,

You need to select Custom Code and then enter the html code your bank provided you for the payment where you need to use the variables generated by the program for the price which is [PRICE] and for the order number [ORDER_NO]

Many thanks!

Read more
Posted on the from Claudio D.
Jon M.
Jon M.
User
Author

Claudio,

  Are the variable generated passed directly to the bank code from the website, or do I need to retrieve them?

If I retrieve them, Where do I need to look for the to be generated? I can post the code from the bank in a private session of needed so you can see what I am using.

-Jon

[quote="Claudio D."]

Hello Jon,

You need to select Custom Code and then enter the html code your bank provided you for the payment where you need to use the variables generated by the program for the price which is [PRICE] and for the order number [ORDER_NO]

Many thanks!

Read more
Posted on the from Jon M.
Incomedia
Claudio D.
Incomedia

Hello Jon,

In the HTML payment code you received by  the bank the program will fill the fields with the variables with the price and the order number and then when you click on the link to pay, which is part of the code you received by the bank, this one will send these variables to the bank.

Many thanks!

Read more
Posted on the from Claudio D.
Jon M.
Jon M.
User
Author

Claudio,

 I amstill haviginbg some problems with the credit cards. I am running in a test environment, so I can post the code that is being used if needed. There are two itmes that are happening that I am questionable about.

  - One is the PAY NOW button from the bank gateway is being shown only after the PAY NOW button on the website store is being pressed. Not sure if that is supposed to happen or not, I canuse that if it is.

 - When the bank pay now button is pressed, the money value and the items bought are not being transfered to the bank gateway, it keeps asking for a manual money value to be entered.

 - Jon

Attached is the HTML code Im entering from the bank gateway.

Read more
Posted on the from Jon M.
Incomedia
Claudio D.
Incomedia

Hello Jon,

Yes it is correct the button is only shown only on the last step.

Did you add in the code the variables correctly?

As example:

  <input type="hidden" name="x_amount" value="[PRICE]" />

Please also check how the value of the payment needs to be passed to be accepted correctly according to the payment system.

Many thanks!

Read more
Posted on the from Claudio D.
Jon M.
Jon M.
User
Author

Im not sure where I am to get the variables information.

"As example:

  <input type="hidden" name="x_amount" value="[PRICE]" />"

Is this something the WebSite program is passing to the button when being pressed or do I ned to pass it? I was under the impression that the webpage software would pass it automatically. Im not a programmer, so Im a little lost onthis part.

-jon

Read more
Posted on the from Jon M.
Incomedia
Claudio D.
Incomedia

Hello Jon,

The variable is [PRICE] which the program fills out during the order procedure and you need to use it in the code you received by your bank like in the example I wrote you.

Replace in your HTML payment code the line of the amount with the one I wrote you and then test it.

We do not provide support for custom HTML codes.

Many thanks!

Read more
Posted on the from Claudio D.