outgoing payment API in asp.net [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am working on the project which is kind of game where user can register can give the bank detail or credit card detail and play the game and achieve the different score as per different level.
Now as per the score user get the particular amount from the admin side.
Now i need to integrate payment API in the admin panel which work like admin just have to write the amount and select submit and particular amount is been deducted from admin's account and transferred to users account.
I dont want that use will do any registeration in any kind of payment api..
Like in paypal it is possible to transfer amount from PayPal to PayPal.
but for that user and admin both must have account in paypal.

Related

Bypass google firebase email verification continue screen [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 10 months ago.
Improve this question
I would like to direct my users directly to a page in my application and bypass the "Continue" screen that google firebase provides when verifying user emails.
We have cases where users aren't clicking "Continue" and try to go back to login, which results in no user having been created in the database yet.
You cannot modify that page. If you need to run some custom actions like redirecting user then it'll be best to host your own webpage, verify the link using Firebase SDK and then proceed.
Checkout the documentation on creating custom email action handlers for more information.

What does support email stand for in firebase general settings? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
What does support email do in image? I couldn't find any documents and i cant change it.
If you mouse hover on the (?) icon you will read that "This will be the email address presented to users when they are authenticating with Google. It can be changed to your signed-in email or an email of a Google Group managed by you."
When a user is authenticating with the Google sign-in method he/she is presented a form in order to enter his/her credentials. On this form the support e-mail will appear, as the contact e-mail for the system with which the user is going to share his Google account infos (i.e. you app).

wordpress plugin for user registration with referral id [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need any idea or wordpress plugin suggestion for user registration.
Users will sign up and site will generate a username and password which will be emailed to user. New users must submit the customer number of who referred them in order to complete the sign up process without any commission process.
ie., user must enter email address and referral id to signup and should get email of auto generated username and password.
Is there any idea for user registration with these process?
Your best option is Gravity Forms + Gravity Forms user registration.
You can create a form that includes a field for the referral and then with code you can check if the referral is correct or not not and based upon that results the user is created.
S2Member doesn't have this capability.
S2member plugin may fulfil your needs I suppose http://wordpress.org/plugins/s2member/.

How to get traffic sources of my visitors? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
What is the best way to get information about traffic sources of visitors on my web application? I want to store that information in database after every created an account by user.
I know that is possibility to get that information from google analytics cookies (utm*). But some browser extensions like adblock are blocking these cookies.
If by traffic source you mean: were where the user before landing into your web site, you could capture the document.referrer value.
you may get visitor IP-Address for unique visitor.
Which technology you are used?
If you are used PHP Technology.Here is the code for find IP
echo SERVER['REMOTE_ADDR'];
main point is which types of traffic you want? means organic, social or referral traffics.
there are many ways to get traffics:
- if your site is new, best option is paid marketing like PPC, PR etc.
- your site is old then guest posting with high DA is best option. apart from social media traffics is also good option. now a days you can also get targeted social media traffics with Facebook paid marketing.
here are some of google links which you will get good tips
http://neilpatel.com/2016/03/22/how-to-increase-website-traffic-without-seo/
http://www.thecrazythinkers.com/11-killer-tips-increase-traffic-website-blog/
if you will get specific need, i will guide you with exact answer.

Paypal wants me to manually accept payment made through Ubercart? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have a PayPal Premier account, setup with IPN and with Ubercart's IPN return URL (since you can't leave it blank anymore)
I'm using the "PayPal Website Payments Standard" in Ubercart. "Complete Sale" is selected so that it captures/authorizes the funds on payment submission.
It appears that everything is running fine, however, I have found users not getting their digital product immediately as promised, and the transaction in my PayPal account is waiting for "action" (Accept or Deny)
Did I miss a setting in PayPal?
No, it's a limitation of Website Payments Standard, which requires unregistered PayPal buyers to click a 'Return to merchant' button before they're directed back to your website.
Try and see if you can set up Express Checkout within Ubercart, as this doesn't have this limitation (Express Checkout is completely free, as well).
I've figured out that because the currency I received in my PayPal account wasn't added (I only had USD, received GBP), their "Block payments" rules fired by default and required me to accept or deny payment. I've set it to not block payments, accept and convert them automatically, as well as add GBP to one of the currencies I accept. It appears to be working.

Resources