What precautions should I take to create a checkout page?

Asked

Viewed 48 times

2

Hello!

I am developing an e-commerce in Reactjs and doing the integration with Pagseguro and, although it is possible to use their checkout page, I would like to create mine and only send the data (card data, maturity, etc) for their processing.

I would like to know if there is special care to deal with the capture of these sensitive data or can I save the information from inputs directly in states like any other data and send to my API that will connect to the Pagseguro API.

Thank you.

  • 1

    It depends on the type of integration. If you are collecting card data, then you need to follow the PCI DSS. This is mentioned on Pagseguro’s website ("Our billing service allows you to send credit card details that are open only and exclusively to PCI Compliance sellers."), at https://dev.pagseguro.uol.com.br/v4.0/docs/cobrando-cartao-credito.

  • I am still adapting to the documentation of the pagseguro, and your answer helped me a lot, thank you very much. As I still do not have the PCI DSS I will proceed with the transparent checkout that they suggest. Thank you very much!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.