Payment Gateway with stored monetary value support in asp.net - asp.net

I'm looking for a Payment Gateway that support a stored monetary value.
Like a credit point for my own web,
here's my scenario to use the Payment Gateway
User Login to my Web through their ID
User buy credit point (that will be used in my Web) using credit card through your system
If user successfully pay, the credit point will be added to the User that's logged in to my Web
User use the credit point with a certain amount to upload image in my Web
If possible, I want it can process payment both Credit Card and PayPal or just Credit Card is okay too, and my location is in Southern Asia.
Did anyone have a suggestions of a good Payment Gateway that I can use
Edit :
I don't want to use PayPal because the user need to Login to their PayPal account first.
The payment that I want to build is like the one in this website 123rf (the OnDemand one) and preferably if the Payment Gateway can support Transparent Redirect

Related

How to make phone number as optional in PayPal donate button

I've created a PayPal donation link from my business account. I've copied the "Shareable link" and I'm simply opening that link from a button on my website. For users with no PayPal account and using a credit card, the default payment page has the users contact phone number field as "Required". How do I make the phone number as optional? I don't want the users to cancel their donation because of this stupid requirement that I need their phone number. I do not. I just want them to donate whatever amount they are comfortable with.
I banged my head in the PayPal support community without any success. Any help will be greatly appreciated!
Thanks!
A phone number is required information for sending a payment via PayPal.
For normal PayPal payments, you can set whether a contact phone number will be part of a PayPal transaction. This setting is within the receiving account's Website Payment Preferences.
However, regardless of whether a contact phone number is part of the transaction (and in that case provided to the receiver of the payment), a phone number is still required to send payments via PayPal. Using an obvious dummy phone number or one not associated with the funding source being used to pay (such as a credit or debit card) will result in greater likelihood that a transaction will be declined by either PayPal or that card company. This is by design and intended functionality for more secure payment processing.

Do I need Paypal Pro to accept credit cards on my ecommerce store?

I've recently tested sandbox on paypal. But I have to have Paypal Pro enabled to complete my transaction. According to information provided to paypal, the standard account should accept credit card.
(https://www.paypal.com/ca/webapps/mpp/compare-business-products)
So do I need to purchase Paypal pro to accept credit card or was this only required in sandbox?
Thanks
No, you do not. The basic, free account is enough. The Pro accounts simply come with premium features, like being able to process transactions without your customers needing to leave your website. The basic account redirects them to Paypal long enough to complete the checkout before redirecting back to your site.

Pay through Paypal using a credit card

I have a requirement of integrating paypal in one of my asp.net website.
But I need to have a facility that One could pay through Paypal by using a credit card even if they don't have a paypal account. For credit cards, I don't have any idea of how can it be done through paypal development portal.
So can anybody let me know how to go about this and any reference link where I can find some details for this.?
I think one of the option I should go with is: PayPal Website Payments Pro but I have no idea about that and Is it a free service or a paid one.?
Thanks in advance.
PayPal Payments Pro does allow you to process credit card transactions using the Direct Payment API's. That product is currently available to US, UK, and Canadian merchants. The REST credit card process mentioned is only for US merchants at the moment.
Payments Pro isn't free. There a $30 a month fee.
Payments Standard and Express Checkout are both free and don't require that your buyers have a PayPal account but they are required to redirect to the PayPal site to log into their account or enter their credit card information.
If you have a more specific question I can help you further.
You can make credit card payments via the new PayPal REST API. Depending on your use case check the documentation for sale (directly charging a card), or authorize and capture. You also have the option of storing cards in the vault for later use.
I do not know whether you have gone through the Paypal developer's FAQ. Please go through this link once-
https://developer.paypal.com/webapps/developer/support/faq
Ideally to integrate paypal to a development site, A business account needs to be created.So when the user clicks on the pay now button on your site you send that userId and password to Paypal webservice and authenticate yourself as business user. it redirects to teh paypal site after authentication. So even if the user does not have an account with paypal they can pay using paypal(Which authenticates your site).
All the paypal integration is paid service.

How do I link PayPay Standard on Website to PayPal Account?

I have Cube Cart V5 installed and have activated PayPal Standard as payment method. On a test sale, the PayPal screen comes up and asks 1) Login to your PayPal Account, 2) Use your credit card. How do I link this to my PayPal account so that purchases are registered to my PayPal account?
I am not familiar with Cube Cart but in the most basic way as a paypal merchant you are issued a merchant username and password that represents you and in your management tools for your cart you can cut and paste those values in there that will take care of transactions.
When a payment is initialized it is normally passes values through a URL string. Your merchant information will be in that string so it can match up to an account to receive money.
Paypal has integration documentation, but the people that support the Cart should be able to help you more efficiently. See if they have a forum if you don't get direct support.
I'm not sure what you're asking. Paypal works this way, by connecting you directly to paypal and allowing you to sign in and make your payment on their website. When your customer makes a payment, the money goes into your paypal account which you entered into cube during the setup process.
If you prefer to use paypal's api key, you can learn more about it at this link: https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECAPICredentials/

Online Payments Using Paypal NVP Api

I am developing a website with online payment.
Payment is done using Paypal NVP Api.
There is need of a facility to store customers credit card details(not in database) once they register to Website.There onwards whenever they order these details will be fetched, Customer need not enter their card details for every order.
So is there any facility to create a profile n store credit card details of customer, as it is there for recurring payments?
This is not the idea of paypal, you are not allowed to store the customer credit cart and use them later by your self - if you do that, paypal see its and block your account in no time.
The paypal offer recurring payments, so you only need to initialize correct the paypal options and you have your solution.
Or get permission from visa, or master-cart to have the ability to keep local the credit cart informations. I must say that is very dangerous and if your system is not well protected you put your clients and your business in a big risk to lose the credit cart data and have real problems.
to store customers credit card details(not in database)
Where to you wish to store it ? in the paper :)?
Customer need not enter their card details for every order.
This is something that paypal take care of. You do not have to do something about.
You may want to check Recurly.com
they are providing support for Paypal and other gateways too. Plus great API documentation.
using it and definitely recommend it. 10 out of 10

Resources