ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
![](https://img.kancloud.cn/bb/64/bb6426de2ccfe20b04db9136e0084184_832x445.png) 1. Configure payment method options for Magento to load payment methods. 2. The payment information form rendering in admin order creation. 3. The client initializes the Braintree hosted fields. These fields collect and tokenize payment information via a secure iframe. 4. The Braintree SDK submits the payment information to Braintree client-side and returns a payment token (nonce) to the client when clicking ‘Submit Order’ button. 5. The client submits the order information with the payment token to Magento. 6. Magento sends an authorization request. 7. Braintree sends the response to Magento. 8. Magento creates an order or throws a payment error based on the response result.