Managing incoming payments.

Orbital supports accepting payments in various different methods:

  • Rapid Deposit - raw low level API, best suited to merchants who want full control of the UI and end-user experience.
  • Hosted Payment Page (HPP) Deposit - an Orbital hosted payment page, delivered to end users via a browser redirect. This integration method is best suited to merchants seeking a turn key solution with a pre-built payment page UI. Best for merchants whose business models support a variable payment amount from the end user.
  • Hosted Payment Page (HPP) Invoice - an Orbital hosted payment page, delivered to end users via a browser redirect. This integration method is best suited to merchants seeking a turn key solution with a pre-built payment page UI. Best for merchants whose business models require a fixed value payment amount.
  • Embedded Payment Page - a javascript payment widget that can be embedded on any page.

In the following pages, you will find HTTP request and response samples, as well as documentation on creating a payment by the various integration methods.