May 2018
Beginner to intermediate
526 pages
11h 57m
English
The Hosted Fields integration allows you to create your own payment form using custom styles and layout. An iframe is added dynamically to the page using the Braintree JavaScript SDK. The iframe includes the Hosted Fields payment form. When the customer submits the form, Hosted Fields collects the card details securely and attempts to tokenize them. If tokenization succeeds, you can send the generated token nonce to your view to make a transaction using the Python braintree module.
We will create a view for processing payments. The whole checkout process will work as follows:
Read now
Unlock full access