Top "Credit-card" questions

is used for questions related to payment cards.

Bank name from credit card details?

Is there a way we can find the name of the bank from the details that we get after scanning …

credit-card
How to process credit card payments in Django?

I need to accept credit card payments on a site that provides a service outside the U.S. Given that …

python django credit-card payment
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
Credit Card validation: can Card Name contain non-ASCII characters?

Can the Card Name (i.e. the cardholder name, not the card type) contain non-ASCII characters? Example: "JOSÉ GONZÁLEZ".

validation internationalization ascii credit-card
Some issuing banks refusing 3D Secure requests

We have a commerce site we're attempting to get 3D Secure (Verified by VISA/Mastercard Securecode) set up with. We …

asp.net payment-gateway credit-card 3d-secure
Stripe: No such token.. a similar object exists in test mode, but a live mode key was used to make this request

When using Stripe in live mode I get this PHP error: No such token tok_fgfhn.. a similar object exists …

php stripe-payments credit-card
Regular Expression for Credit Card Track Data

Are there any known regular expressions out there to validate credit card track 1 and track 2 data? EDIT: From Wikipedia: The …

regex credit-card
How to mask credit card numbers in log files with Log4J?

Our web app needs to be made PCI compliant, i.e. it must not store any credit card numbers. The …

java log4j credit-card mask
reading EMV card using PPSE and not PSE

I'm trying to read the data off a contactless Visa Paywave card. For the Paywave, I have to submit a …

nfc credit-card emv
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