How can I fix "payment cannot be completed. Please contact the card issuer - velo

how can you add and connect payment for debit or credit cards using Wix if you are in Africa?.. And also how can you solve "the payment has is not allowed by the card issuer" error in paypal

for later question, you can't control it's in third party hand

Related

Paypal website payment hosted pro "Please select a valid card type." in iFrame

I am trying to update an existing Magento 1.9 EC site to start to use PayPal Website Payment Pro as payment method but am hitting an issue with the behaviour within the iframe.
I have created a sandbox account for both the buyer and business, the settings are working and I can make the payment if I use the "Pay with Paypal" button. The sandbox credit card also works if in the PayPal page I use it without being logged in.
But if I try to use the credit card in the iFrame I have the "Please select a valid card type." message show up. Invalid credit cards will not show that specific message.
It looks like it wants me to make an action to select Visa as the type, but the card type cannot be selected, it detects the number as a Visa card, greys out the other types and keeps the Visa one visible.
This seems to be all happening within the iFrame I use to host the result of the initial request which builds the form on the paypal site.
Also, the rest of the integration seems to be working, if we use the "Pay with Paypal" button, complete the credit card payment on that page we go back to the proper return page and the order records the payment in Magento.
Which makes me wonder why there is only an issue within that iFrame?
Is that solution not working? Should we look at some of the other options?
Log in to your developer paypal account.
choose the merchant account you have created and click the profile tab
Use the credit which is displayed under Funding Tab..
You can add more cards by logging into your sandbox.paypal.com using merchant account u created and goto profile->credit cards which is under financial information
Hope this helps

Payment with credit card execution

I've created a payment with credit card as shown at: https://github.com/paypal/PayPal-Ruby-SDK#create-payment
Do i need payer_id to execute the payment?
The answer is no. It all depends on the payment method used... For example paypal id, credit card object, credit card token (from paypal vault) all are methods that require you to post different information to paypal
Go to this page # https://github.com/paypal/PayPal-Ruby-SDK/tree/master/samples/payment
Look at the samples files "create_with_credit_card_token.rb", "create_with_credit_card.rb" "create_with_paypal.rb" There you should be able to find the information you need

paypal configuration in magento

no purchase order or invoice is sent to the client when paying by credit card. when the payment is made through paypal transaction, it displays an error message "The transaction was declined by paypal gateway"
Why PayPal Declines transaction?
A processor decline indicates that the customer’s bank has refused the transaction request. Sometimes you can tell why it was declined by reading the response code, but only the customer's bank can confirm the specific reason. Here are a few of the most common ones:
Incorrect credit card number or expiration date
Insufficient funds
Some banks will reject charges based on location
Some banks will reject charges based on their own fraud rules
You may also see the PayPal decline article.
Also you can follow PayPal advanced error message "Payment has been declined. Please try again"

Recurring Payments - Trial without card

We're developing a system whereby the user will be sign-up and have a 3 month trial without entering card details. Once the trial period is up they get sent an e-mail asking them to come back and register card details in order to setup a recurring payment in order to continue accessing the site.
Is it possible to configure recurring payments with Braintree such that we don't provide a card for the trial period and then configure one upon notification that it has expired?
Thanks!
I work at Braintree. If you want more information than you can easily get on Stack Overflow, please reach out to our support team.
Braintree subscriptions require a credit card to be created. That way, the transition from trial period to billing doesn't require any action by the customer or merchant. Since our core service is billing credit cards, that's what subscriptions are designed to do.
In your case, it sounds like you can create a subscription in your application, and only link it to a Braintree subscription if / when credit card details are entered. You'll need to handle tracking the three month time limit yourself.

error when customer cancels payment via 3rd party gateway and then chooses Paypal

I'm running Magento CE 1.7 with Paypal, eway and sagepay as payment gateways.
If a customer at checkout stage chooses to pay via eway or sage pay for example and then decides to cancel payment in order to choose Paypal, an error pops up after clicking process order. The error is: "Unable to process the order". and subsequent tries to pay via paypal are refused.
Has anyone else come across this problem?
Thanks for your help in advance.
Have you checked the exception.log file? Is this message presented on magentos onepagecheckout or in paypal?

Resources