Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Authorize.net – credit cards that are accepted
Tagged: credit card, gateway bundle, payment gateway
- This topic has 6 replies, 3 voices, and was last updated 10 years, 10 months ago by
premierweb.
-
AuthorPosts
-
January 5, 2015 at 4:45 am #12013
premierweb
MemberI have set up Authorize.net payment gateway including Automated Recurring Billing (ARB) on a client’s website.
When I am taken to the checkout, the following credit cards are able to be accepted – Visa, Mastercard, Discover and American Express.
The client can only accept Visa and Mastercard (set up in their Authorize.net account).
Can you please let me know how I can disable Discover and American Express from the checkout?
Thanks!
January 5, 2015 at 5:51 am #67769admin
KeymasterIs this for the standard authorize.net checkout or the one for our payment gateway bundle (where the checkout is done on-site)?
If someone tries to use a card that the merchant account can’t accept, it will give an error. So all you really need to do is put a message on your site that says something like:
“We only accept Visa and Mastercard”
January 5, 2015 at 8:21 am #67770premierweb
MemberIs this for the one for your payment gateway bundle (where the checkout is done on-site).
In regard to:
—
If someone tries to use a card that the merchant account can’t accept, it will give an error. So all you really need to do is put a message on your site that says something like:
“We only accept Visa and Mastercard”
—
My client only wants the Visa and Mastercard radio buttons displayed. Isn’t there a way to do this?
Thank you.
January 6, 2015 at 1:21 am #67771wpCommerce
Moderator@premierweb, There is a shortcode parameter (
show_cards) that you can use to enable/disable certain a card on the payment form. For example:[wp_pg_process_order show_cards="1, 1, 0, 0"]Here, “1, 1, 0, 0” = “enable visa, enable mastercard, disable amex, disable discover”
You will need to edit the “collect details” page to customize the shortcode parameters.
January 6, 2015 at 3:26 am #67772premierweb
MemberThanks. Which file can I find this shortcode parameter in?
January 6, 2015 at 4:40 am #67773admin
KeymasterNo file editing is needed. Simply edit the collect details page (you can find it in your list of WordPress pages) then update the shortcode there.
January 6, 2015 at 5:50 am #67774premierweb
MemberThanks
-
AuthorPosts
- You must be logged in to reply to this topic.