• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

3D Secure/Taking credit card payments

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    Originally posted by original PM View Post
    I think this is exactly the problem - generally they are trying to overcharge us - 80 days at £700 per day - which is £56k - just for implementing a payment gateway.....
    Well if you can't do it without their involvement and it comes down to cost. Your options are to suck it up, as the "overcharge" is all internal and ClientCo is not actually losing out. Or if it's blowing a hole in your budget, rise the concern with the project board or w/e. 80 man-days is definitely excessive for the work involved, but it's not uncommon for line managers to exaggerate effort, either to "look busy" or to plug holes in their budgets.

    Comment


      #12
      Originally posted by gables View Post
      Yup pretty sure the 3DS page will come from card processor, last place I had involvement with this it was a check box to turn it on and page from the card processor was presented in an iframe, not sure if this would still be the case.
      It depends on how it was implemented, again this was a few years ago, but if not using a 3rd party, i remember you had to change your code, so, it vaguely went, push data to card provider, they responded with some tokens and if 3d secure was required. You needed to handle the various 3d secure error codes. If multiple payment providers you may need functionality to switch this on and off for each provider.

      Then you had to display an iframe and pass in the token details. You had to provide a call back url so you could then update the transaction your side.

      I think you needed a bit of javascript then to handle displaying the success or failure of payment.

      But if you implemented a 3rd party gateway then it may have been as simple as clicking on the checkbox for 3d secure.

      Again, this was a few years ago, so it may have changed.

      It's not 80 days work but one person, talking to card people, delays, getting things setup, programming, testing and 4 weeks sounds possible. 4 people, 4 weeks sounds a piss take unless there is something we don't know.

      Comment


        #13
        Am currently using Stripe for taking payments on a website. Got some news from them in the last few months about changes due to SCA coming into effect. Didn't take much effort to "upgrade" - just needed to ensure the WordPress payment plugin supported SCA, and it was good to go.

        Guess it depends on who your payment gateway provider is, and how your website works with it.

        Comment

        Working...
        X