Top "Payment-processing" questions

A process and service that automates payment transactions between the shopper and merchant.

HTML/ASP.NET: <input type="hidden" name="reference" value="ABC"/>

I just wanna ask if there's a possibility to change: <input type="hidden" name="reference" value="ABC"/> into …

asp.net html dynamic-data user-input payment-processing
Stripe - How to handle subscription with a free plan and no credit card required at sign up time

We started to implement Stripe on Redsmin (one of our project) and I think we may have missed something. Here …

payment-gateway credit-card saas payment-processing stripe-payments
What does FORCE do in a credit card transaction?

From some API spec I have: Force to place an Auth transaction into the current batch (PostAuth) or to place …

payment-gateway credit-card payment-processing
Difference between order number, transaction id and invoice no

I'm implementing my first payment gateway, and while my situation might be simple in that I could make all three …

transactions payment-gateway payment credit-card payment-processing
What is the Simplest Possible Payment Gateway to Implement? (using Django)

I'm developing a web application that will require users to either make one time deposits of money into their account, …

python django payment-gateway payment-processing
How to generate token in stripe payment gateway

I want to make a payment gateway using Stripe. Here is my code. The config file and first of all …

php payment-gateway stripe-payments payment-processing
How do I integrate with the Braintree Payment Gateway using Braintree.js?

can anyone know how to configure braintree.js payment gateway. here is the link to braintree's site. https://sandbox.braintreegateway.…

payment-gateway payment payment-processing braintree
Stripe: card holder name verification

How can I implement this scenario: 1) When making payment with credit card user puts in the form his/her first …

java stripe-payments payment-processing
Validating Credit Card Information - CVV Numbers

I am using authorize.net {aim} for my payment gateway. I am using test authorize for developer account. I have …

payment-gateway credit-card authorize.net payment-processing
Accept credit card payment in iPhone app

How can I accept credit card payments from within my iPhone app? The Credit Card Terminal is a good solution …

iphone ios payment-processing