Skip to main content
Managed accounts (aka retailer credentials) allow you to use your own retailer accounts (e.g., Amazon) for order processing. This gives you control over the accounts used to place orders and can help with order limits and account management.

Overview

When you create retailer credentials, Zinc uses those accounts to log in and place orders on your behalf. Credentials are encrypted and stored securely.
If you don’t configure retailer credentials, Zinc will use default internal accounts to process your orders.

Order Locking

To prevent conflicts and ensure order integrity, managed accounts are locked during order processing. Only one order can be processed at a time per managed account. If you submit multiple orders simultaneously using the same managed account, they will be queued and processed sequentially. This prevents issues like duplicate cart items or checkout conflicts that could occur if multiple orders were placed concurrently on the same retailer account.

Two-Factor Authentication (TOTP)

If your retailer account has two-factor authentication enabled, you must provide the TOTP secret key when creating or updating credentials.
Using 2FA is the most secure and reliable method for avoiding account verification issues during order processing.

Finding Your Amazon TOTP Key

To find your Amazon TOTP secret key:
  1. Go to Amazon’s Login & Security settings
  2. Enable Two-Factor Authentication
  3. When shown the QR code, click “Can’t scan the barcode?”
  4. Copy the displayed secret key (64 characters)
The TOTP key is the 64-character secret key, NOT the 6-digit time-based code that changes every 30 seconds.
Amazon 2FA setup showing where to find the secret key

Email Forwarding

Retailers like Amazon may send verification codes via email during login. To handle these automatically, you can forward emails from your retailer account to a special Zinc email address. Zinc will parse incoming emails and automatically extract verification codes, so orders can proceed without manual intervention. Each managed account is assigned a dedicated forwarding address. You can find this address in the Zinc dashboard under your managed account settings.
Once email forwarding is configured and verified, the has_forwarding field on your managed account will be set to true.

Setting Up Email Forwarding in Gmail

Rather than forwarding all incoming mail to Zinc, we recommend creating a Gmail filter that only forwards emails from the retailer. This keeps your forwarding targeted and avoids sending unrelated emails to Zinc.
1

Register the Zinc forwarding address

Before Gmail can forward to any address, it must be registered. Go to Settings > Forwarding and POP/IMAP and click Add a forwarding address. Enter the Zinc forwarding email address shown in your managed account settings on the Zinc dashboard.Google will send a confirmation email to the Zinc address. Zinc automatically verifies the forwarding request — this may take a few minutes. Once confirmed, the address will appear as verified in Gmail.
Do not enable the “Forward a copy of incoming mail to” option on this page. That would forward all of your email. Instead, leave it set to Disable forwarding and use a filter in the next steps to forward only retailer emails.
2

Create a new filter

Go to Settings > Filters and Blocked Addresses and click Create a new filter.
3

Set the filter criteria

In the From field, enter the retailer’s email domain. For example, for Amazon enter amazon.com. This will match all emails sent from any @amazon.com address. Leave the other fields blank and click Create filter.
4

Set the filter action

Check Forward it to and select the Zinc forwarding address from the dropdown. You can also check Never send it to Spam to make sure retailer emails aren’t missed. Click Create filter to save.
If you also want to forward emails that are already in your inbox (e.g., a pending verification code), check Also apply filter to matching conversations when creating the filter.

Endpoints

Create Credentials

Request Fields

Response

Passwords and TOTP secrets are never returned in API responses. They are encrypted and stored securely. The has_totp field indicates whether 2FA is configured.

List Credentials

Response

Update Credentials

Use the short_id from the credentials response to update:

Request Fields

All fields are optional. Only provided fields are updated.

Delete Credentials

Returns 204 No Content on success.

Response Fields

Best Practices

  1. Use dedicated accounts - Create retailer accounts specifically for Zinc orders to avoid conflicts with personal orders
  2. Monitor account health - Retailer accounts can be locked if flagged for unusual activity. Check for login_failed or account_locked errors
  3. Keep credentials updated - If you change your retailer account password, update it here to avoid order failures
  4. Enable 2FA - Two-factor authentication prevents account lockouts from verification challenges and is the most reliable method for automated ordering