Guides

Funding an Account

This guide provides a step-by-step walkthrough on how to load funds into your account using our platform.

Step 1: Log In

Begin by logging into our platform using your assigned administrative credentials.

Step 2: Navigate to 'Deposit Funds'

Once logged in, locate the 'Deposit Funds' option in the main navigation menu and click on it.
Preview
Funding 01

Step 3: Choose Your Funding Method

In the 'Deposit Funds' section, you will be presented with various funding methods to choose from, such as credit card and ACH. Select the method that best suits your needs.
Preview
Funding 00
For detailed information on each funding method, please refer to our supplementary knowledge-base guide on Funding Your Account.

Step 4: Deposit Funds

After selecting your preferred funding method, enter the amount you wish to deposit and follow the on-screen instructions to complete the transaction.

Step 5: (Optional) Transfer Funds

If required, you can transfer funds between accounts associated with your API key. To do this:
  1. Navigate to the 'Transfer Funds' section.
  2. Select the source and destination accounts.
  3. Enter the amount you want to transfer.
  4. Confirm the transfer.
Preview
Funding 02

Confirming Funding via API

To programmatically confirm the funding status of your account, you can make the following API request:
curl --request GET \
     --url 'https://api.giftogram.com/api/v1/funding' \
     --header 'Authorization: <YOUR_API_KEY>'
Replace <YOUR_API_KEY> with your actual API key.
The response will include information about your account's funding status and available balance.
As always, make sure to keep your API key secure and do not share it with unauthorized parties. If you suspect that your API key has been compromised, revoke it immediately and generate a new one.
By following these steps, you can easily load funds into your account and start using our platform to create and manage gifting campaigns.