Standard Transaction

Overview

In this quickstart guide, you’ll learn the following key concepts involved with creating a standard transaction from your Customer’s bank account.

Key terms

  • Standard Transaction - An Aeropay Transaction Object where funds will move from a user to a merchant.
  • User - A user associated with the authorized merchant.
  • Aerosync - A bank aggregator allowing your user to link a bank account.

Creating a Standard Transaction

This guide will walk you through the following steps to create a preauthorized transaction to receive funds.

  1. Authorizing your application via a token
  2. Creating a user
  3. Attaching a funding source (bank account) to the Customer
  4. Creating a standard transaction

Before you begin

We encourage you to create a sandbox account, if you haven’t already. This will allow you to follow along with the steps outlined in this guide. Reach out to your account manager to receive sandbox credentials.

After creating a sandbox account, you’ll obtain your API Key and Secret, which are used to obtain an OAuth access token. An access token is required in order to authenticate against the Aeropay API.

Lastly, in this sandbox walkthrough, we recommend having an active webhook subscription. This will help notify your application of various events that occur within the Aeropay API. Check out our API Reference to learn more.

Let’s get started!