Javascript SDK

The MoneyHash JavaScript SDK allows developers to integrate MoneyHash payment processing into their web applications. The SDK provides a simple and convenient way to accept customer payments, manage subscriptions, and send payouts.

Prerequisites

Below, you will find all you need to do before integrating MoneyHash with Javascript SDK:

  1. Get Started with MoneyHash to access your own Organization.
  2. Create an Account within your Organization.
  3. Connect providers to your new Account.
  4. Set up your Payment Defaults.
  5. Get your API keys in the dashboard to be able to make API calls.

Here are a few scenarios and use cases that you might want to explore:

  • Basic concepts: Basic concepts of how MoneyHash JS SDK works and what you need to be aware of before starting the integration.
  • Get available methods: How to retrieve available methods for an account for particular customer or for a specific intent.
  • Collecting card information: How to render the card form and how to collect card information in a PCI compliant way.
  • Pay with card information: How to accept a payment using the collected card information. It describes submitting collected card info to process a payment intent.
  • Save card for future use: How to save a customer's card information for future payment acceptance.
  • Apple Pay & other native pay methods: How to integrate native payment methods like Apple Pay and Google pay. Native pay methods typically offer a streamlined, device-specific payment experience.