Questions tagged [payment-processing]

A process and service that automates payment transactions between the shopper and merchant. Classically refers to credit card transactions, but nowadays the term describes also internet payment methods like Paypal.

It is usually a third-party service that is actually a system of computer processes that process, verify, and accept or decline credit card transactions on behalf of the merchant through secure Internet connections.

See also: http://www.firstatlanticcommerce.com/resources/payment-processing-diagram.aspx Authorize.Net: How it Works (Diagram)

671 questions
-1
votes
2 answers

Direct credit/debit card payment processing

Hi I was just wondering if there are any services/api's out there that allows me to process credit/debit card transactions? I'm trying to accomplish this by asking the user for the necessary information and not requiring them to login site like…
Petezah
  • 1,465
  • 4
  • 26
  • 30
-1
votes
2 answers

Salary PHP Script

I'm looking a script that will only show salary dates that do not fall weekend. For example 1st, 15th and last day of the month can be salary dates but if the date falls on a weekend, the next working day will be displayed. This is what's been done…
Richard Skinner
  • 738
  • 3
  • 10
  • 26
-2
votes
1 answer

Is there a payment provider to send money to others via Iban

I've worked with a lot of payment providers already. In a new Application I'm now facing a new usecase. I need to have the possibility to send money to a given IBan and monitor whether the money arrived at the destination or not. Best would be if i…
-2
votes
1 answer

payment gateway transfer/withdraw request from paystack to customers in flutter

I am making app where parents and students look up for tutors and hire them. I have set different pricing for tutors. So when student/parent pay the teacher suppose 500 NGN. How am I gonna make the tutor to request the withdraw/ transfer of money…
Hammas Ali
  • 454
  • 1
  • 4
  • 13
-2
votes
2 answers

Is their any Direct bank to bank Transfer Third party API available?

I want to integrate Direct bank to bank transfer for local and international account. I have almost tested 4-5 API but still didn't get proper third party API for that. Do you have any information regarding this. Please share with me. My Actual task…
-2
votes
1 answer

Subscription payment with PayPal Payments API

How to create a subscription payment (with or without payment right now in addition to subscription) with PayPal Checkout Server Integration and Payments API? It seems that the "transaction" object type in Payments API has nothing about recurring…
porton
  • 5,214
  • 11
  • 47
  • 95
-2
votes
2 answers

How to accept credit card info (and send money to credit card) without PCI compliance?

Here are our requirements: Send money to our users' credit cards. This is a unique requirement that many payment systems don't support. We essentially need to be able to grant a bonus/reward (sort of like a refund but without a preceding…
Ryan
  • 22,332
  • 31
  • 176
  • 357
-3
votes
1 answer

Is it safe for the Stripe client_secret to be in the redirect URL?

I recently noticed this warning while scanning the Stripe documentation: You can use the client secret to complete the payment process with the amount specified on the PaymentIntent. Don’t log it, embed it in URLs, or expose it to anyone other than…
-3
votes
3 answers

Can physical credit card reader identify first & last name?

I'm looking into how physical credit card readers work, like the ones in grocery store. Can they identify who is paying, e.g. first name & last name that is printed on a credit card? What kind of data do they get? Do physical card readers get credit…
-4
votes
1 answer

need to implement virtual wallet in an iOS app (For Austria region), where the user can pay via credits to the seller and i take my cut in real time

I need to implement virtual wallet in an iOS app (For Austria region), where the user can pay via credits to the seller and I take my cut in real time. For example, if user has to pay $ 10 to the seller, then I'd get $ 2 in my account and 8 to…
-4
votes
2 answers

How To Process A Payment Without Knowing The Final Amount To Be Charged?

I operate a Dry Cleaning & Laundry delivery business. When client's place an order for Laundry, the customers are charged on a per pound basis AFTER their laundry has been cleaned. As a result, this creates a payment processing issue for me as the…
1 2 3
44
45