credit-card

Storing Credit Card Numbers in SESSION - ways around it?

回眸只為那壹抹淺笑 提交于 2019-12-02 14:29:27
I am well aware of PCI Compliance so don't need an earful about storing CC numbers (and especially CVV nums) within our company database during checkout process. However, I want to be safe as possible when handling sensitive consumer information and am curious how to get around passing CC numbers from page to page WITHOUT using SESSION variables if at all possible. My site is built in this way: Step 1) collect Credit Card information from customer - when customer hits submit, the information is first run through JS validation, then run through PHP validation, if all passes he moves to step 2.

Maximum Year in Expiry Date of Credit Card

左心房为你撑大大i 提交于 2019-12-02 14:15:45
Various online services have different values for maximum year of expiry, when it comes to Credit Cards. For instance: Basecamp: +15 years (2025) Amazon: +20 years (2030) Paypal: +19 years (2029) What is the reasonable maximum here? Are there any official guidelines? There is no official guideline as the credit card issuers can choose each when the cards they issue will expire. In fact they have been issuing cards for longer and longer periods of time. If you're trying to determine how far out into the future you should accommodate expiration dates for, err on the safe side and give your

Somebody is storing credit card data - how are they doing it?

倾然丶 夕夏残阳落幕 提交于 2019-12-02 14:13:55
Storing credit card information securely and legally is very difficult and should not be attempted . I have no intention of storing credit card data but I'm dying to figure out the following: My credit card info is being stored on a server some where in the world. This data is (hopefully) not being stored on a merchant's server, but at some point it needs to be stored to verify and charge the account identified by merchant submitted data. My question is this: if you were tasked with storing credit card data what encryption strategy would you use to secure the data on-disk? From what I can tell

CardIO cant get my card Info

狂风中的少年 提交于 2019-12-02 13:43:19
问题 I'm testing the iOS SDK of cardIO for scanning credit card, I followed the instructions in https://github.com/card-io/card.io-iOS-SDK , but I open my CardIOPaymentViewController it dont scan my card, there is no callback to "userDidProvideCreditCardInfo: " otherwise when I cancel the controller "userDidCancelPaymentViewController: " is called. Am I missing something ? Note that the card is properly positioned and I'm using a visa card. My source: @interface TestViewController :

Validating credit card format using regular expressions?

ε祈祈猫儿з 提交于 2019-12-02 13:38:09
I have an assignment that requires me to validate certain credit card formats using regular expressions. For example a MasterCard has 16 digits, starts with a 5 and is followed by 15 digits, so the regular expression would be as follows: \b5[0-9]{15}\b What would be the regular expressions for the following credit cards formats? Diners Club: credit card has 14 digits and begins with either 301, 302, 303, 304, 305, 36 or 38. JCB: credit card has either 15 digits beginning with either 2131 or 1800, or has 16 digits and begins with 35 Thanks! This should cover all of the bases (provided by RegEx

Windows 8 Phone - access to NFC reader?

人盡茶涼 提交于 2019-12-02 04:39:05
Short question: Can I read credit card information with a NFC capable Windows Phone 8? Long question: How does NFC with credit cards exatly work? The card (or the phone with wallet function) receives a request via NFC and replies with the cleartext credit card information in some standardised format? The Wallet option then aditionally still props some comfirmation dialog before broadcasting the credit card information? Or is there some handshake encryption going on before hand? Or is there some credit card specific secret code safeguarding the commuincation? Or is there some overlay protocol

Nginx - Password Protect an entire website but keep one folder open

一世执手 提交于 2019-12-02 01:44:20
问题 We're using Nginx on the server reserved for development (testing) and we want to prevent anyone outside the company from gaining access to the sites under development. However one of the sites uses online payment and for that a folder need to be accessible by anyone, used for the callback from the credit card company.. Is there any way we can protect an entire website but leave just one folder and all the files inside open ? Regards, Wael 回答1: server { auth_basic "go away"; location /a {

Credit card crediting and debiting / ACH crediting and debiting through Api without user interaction

谁都会走 提交于 2019-12-01 13:18:21
I'm looking for a way to automate a transfer from one credit card to another credit card or from one bank account to another bank account, without the end user having to login to something like paypal or amazon payments to complete the process (by transferring their on-line balance to their bank account). This is extension to the earlier question. API For Direct Deposit (ACH, EFT, Whatever) Anybody solved this. Could you suggest the answer? [EDIT] I know that PCI compliant issues will be there to store credit card info in database. So I am checking for an API which saves saves the info and

Credit card crediting and debiting / ACH crediting and debiting through Api without user interaction

≯℡__Kan透↙ 提交于 2019-12-01 11:36:46
问题 I'm looking for a way to automate a transfer from one credit card to another credit card or from one bank account to another bank account, without the end user having to login to something like paypal or amazon payments to complete the process (by transferring their on-line balance to their bank account). This is extension to the earlier question. API For Direct Deposit (ACH, EFT, Whatever) Anybody solved this. Could you suggest the answer? [EDIT] I know that PCI compliant issues will be

Paypal Express Checkout Subscription using Credit Card Payment

佐手、 提交于 2019-12-01 08:00:37
Question: Is it possible to set up a subscription via Paypal api Express Checkout, so you can pay via Credit card and Paypal login. The Paypal login works no problem, but I can not get it to work with credit cards at the moment. I have set the NVP SOLUTIONTYPE = Sole I know you can set up a paypal subscription button, but the client want to sell a product (single payment or instalments) and add a subscription if user wants to sign up. Many thanks for any help. Llewellyn UPDATE: For anyone else who has this problem I got this response back from Paypal: With subscriptions and Express Checkout,