Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Adding Stripe service to your app will allow you to accept payments inside of your application, with money going directly to the Stripe account you register with them.

...

  1. Paste here Stripe's account name to use on this Action green field ↓ ( it should 100% match the name you gave your account)
  2. Add source for Payment Amount, marked purple ↓, In this example, you see an amount as fixed at 91.92, but you can place a hashtag data reference here and pull this number dynamically from any place in your app. Note - that the minimum charge depends on the currency, find it here
  3. Paste in the currency (blue box ↓) you are going to be using, it should EXACTLY match the currency code in Stripe's list
  4. Select where to return your user from Stripe's payment gate in case of success and failure. We recommend creating 2 separate screens within your app to lead users to further required actions.




Save your screen!!!

Image Added


Done.