Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    SOLVED Problems with a payment page

    General Discussion
    2
    2
    223
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Lionel P last edited by

      Hello,

      I need your help...
      I need to build a payment page for an association.
      There are many parameters such as: choice of currency, choice of amount and choice of payment method (in this case Paypal or Stripe) and finally choice of payment recurrence (single or recurrent)

      This page poses me many problems of integration.

      http://breslev-1920b8.appdrag.site/preview/Participez--.html?from-preview=1&from=Participez--&timestamp=1655099366008

      1-First of all, could you remind me the element to integrate for the currency?
      (B_01)

      2-Idem : element to integrate for the choice of the 'free' amount ?
      (B_02)

      3-Stripe/Paypal : our accounts are open and active for years.
      Is there a validation to do on your side and where to find the necessary resources for the parameterization on the forum?

      Thank you in advance

      Lionel
      (B_03)B_03.png B_02.png B_01.png

      Joseph Benguira 1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira @Lionel P last edited by

        @lionel-p said in Problems with a payment page:

        1-First of all, could you remind me the element to integrate for the currency?

        1. For the currency I recommend a drop down menu (from cloudbackend inputs) where you add in the dropdown the list of currencies you want to accept

        2. it should be a numeric input (from cloudbackend inputs) since you are asking for an amount

        3. You will need to create a cloud function to process stripe payments in a custom way matching your UI, for that you will need to create a cloud function using the stripe NPM package (https://www.npmjs.com/package/stripe)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post