Paypal Extension For App Inventor

1. Introduction

Extension name: PayPal
This extension can be used for users to make payments in your app.

Latest Version: 1.0
Released: 26 July 2020 02:15
Last Updated: 26 July 2020 02:15

2. Documentation

  • Paypal Config
    Configure PayPal by entering your credentials.
    component_method (93)

  • clientId ~ text
    It can be obtained through this link.
    Applications - PayPal Developer

  • merchantName ~ text

  • environment ~ text

    • Set to live to move real money.
      Note: To move real money you need a business account.
    • Set to sandbox to use your test credentials
      from https://developer.paypal.com
    • Set to mock to kick the tires without communicating to PayPal’s servers.
  • Make Payment
    Calls the PayPal payment screen.
    component_method (94)

  • value ~ number

  • currency ~ text

Supported currency

  • description ~ text
  • Paypal Confirmed
    Event triggered if payment is confirmed.
    component_event (36)
  • response ~ text
  • Paypal Canceled
    Event triggered if payment is canceled.
    component_event (37)
  • Paypal Error
    If there is an error during payment, this event is called with an error message.
    component_event (39)
  • message ~ text

3. Screenshots

image

4. Downloads

Demo:

1 Like

Are you serious, you take a free extension and turn it into a paid one…

3 Likes