wirecardBrasil / moip-sdk-php

Cliente em PHP para integração server-side com APIs Moip v2
MIT License
124 stars 90 forks source link

Feat/set fingerprint #325

Closed mariodias closed 3 years ago

mariodias commented 3 years ago

History

Our risk analysis department instructs sellers to send the buyer’s device data when creating the payment so that it can be used to ensure greater security in the transactional process and consequently improve the conversion of our customers. Therefore, this PR includes in our SDK developed in PHP, the methods and functions necessary for the salespeople to be able to request and send us such information.

Description

Creates in the Payment class a method to receive the customer device data (IP address, geolocation, user agent, and the device fingerprint), and a method to retrieve this information.

Reference

Technical reference about this feature: https://docs.moip.com.br/reference#criar-pagamento

Tasks