项目作者: jozefvacval

项目描述 :
Braintree card payment implementation with 3D secure
高级语言: PHP
项目地址: git://github.com/jozefvacval/braintree.git
创建时间: 2019-03-04T20:18:21Z
项目社区:https://github.com/jozefvacval/braintree

开源协议:

下载


PHP Braintree card payment implementation with 3D secure and 3D secure 2.0

Examples of code. Learn more about 3D Secure https://developers.braintreepayments.com/guides/3d-secure/overview

  • index_javascript_v2_sdk.php contains 3D secure integration with custom fields, used JavaScript v2 SDK on client side
  • index_javascript_v3_sdk.php contains 3D secure integration with hosted fields, used JavaScript v3 SDK on client side
  • index_3ds_2_javascript_v3_sdk.php contains 3D secure 2.0 integration with hosted fields, used JavaScript v3 SDK on client side

    Version of Braintree SDK

    Client side

  • JavaScript v2 SDK
  • JavaScript v3 SDK

    Server side

  • PHP

    Installation

    1. composer install

    Dependencies

  • jQuery 3.3.*
  • PHP Braintree library 3.39.*