ionicrestaurantapp
GithubDemoYoutubeContact
  • IONIC RESTAURANT APP
  • NodeJs Vs Firebase
  • Technologies
  • Video installation guide
  • Restaurant App
    • Requirements
    • Download
    • Installation Guide
    • App Structure
    • Firebase Config
    • API Config
    • Push Notifications
    • Run in Emulator
    • Social Configuration
  • Payment
    • Braintree
    • Stripe
  • Changelog
    • Changelog
Powered by GitBook
On this page
  1. Payment

Braintree

Braintree is a full-stack payments platform that makes it easy to accept payments in your app or website.

PreviousSocial ConfigurationNextStripe

Last updated 7 years ago

CtrlK

Braintree Payments

Go to https://sandbox.braintreegateway.com (for testing account) or https://www.braintreepayments.com/ (for production).

Create an account or login if already registered.

Navigate to dashboard and find the "Tokenization key" in Dashboard > Settings > API keys.

Paste Tokanize key to src > pages > checkout > checkout.ts.

If you want PayPal integration inside braintree payments, go to Sandbox Accounts(obtained from https://www.sandbox.paypal.com/myaccount/activity\and create a sandbox business and personal test accounts.

Note that if you want to move from Sandbox to Production, you should go to My Apps & Credentials (obtained from https://developer.paypal.com/developer/applications/.

To add PayPal integration inside braintree payments, navigate to Dashboard > Settings > Processing, and enable customers to pay with PayPal by adding PayPal credentials.

You have successfully created brain tree payments environments.