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

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

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:
- Navigate to the 'Transfer Funds' section.
- Select the source and destination accounts.
- Enter the amount you want to transfer.
- Confirm the transfer.
Preview

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.