> ## Documentation Index
> Fetch the complete documentation index at: https://resources.iqpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Replacing & Resending Cards

> Send a card to a member again or issue a new card when the original is lost.

Use these actions when a member did not receive their card, needs it delivered to a new address, or reports it lost.

| Action                    | What it does                                   | Card number changes? |
| ------------------------- | ---------------------------------------------- | -------------------- |
| **Resend Digital Card**   | Re-delivers the same card by email or text     | No                   |
| **Resend Physical Card**  | Remails the same card to a (corrected) address | No                   |
| **Replace Physical Card** | Deactivates the old card and issues a new one  | Yes                  |

The difference comes down to one question: does the member keep the same restricted card, or do they get a new one? The two cards below show each path side by side.

<div style={{display:'flex', flexWrap:'wrap', gap:'16px', margin:'24px 0'}}>
  <div style={{flex:'1 1 260px', background:'#ffffff', border:'1px solid #e2e8f0', borderRadius:'12px', padding:'20px', color:'#1f2043'}}>
    <div style={{fontSize:'12px', fontWeight:700, letterSpacing:'0.06em', textTransform:'uppercase', color:'#667eea', marginBottom:'12px'}}>Resend</div>
    <div style={{fontWeight:700, fontSize:'16px', marginBottom:'4px'}}>Same card, delivered again</div>
    <div style={{fontSize:'13px', color:'#475569', marginBottom:'16px'}}>Card number and balance stay the same.</div>

    <svg viewBox="0 0 200 120" width="100%" style={{maxWidth:'200px', display:'block'}} role="img" aria-label="One restricted card">
      <rect x="20" y="24" width="150" height="90" rx="10" fill="#1f2043" />

      <rect x="32" y="42" width="34" height="24" rx="4" fill="#667eea" />

      <text x="32" y="92" fill="#c7cbe8" fontSize="11" fontFamily="monospace">•••• 4821</text>
      <text x="112" y="106" fill="#8a8fbf" fontSize="9">RESTRICTED</text>
    </svg>
  </div>

  <div style={{flex:'1 1 260px', background:'#ffffff', border:'1px solid #e2e8f0', borderRadius:'12px', padding:'20px', color:'#1f2043'}}>
    <div style={{fontSize:'12px', fontWeight:700, letterSpacing:'0.06em', textTransform:'uppercase', color:'#667eea', marginBottom:'12px'}}>Replace</div>
    <div style={{fontWeight:700, fontSize:'16px', marginBottom:'4px'}}>New card issued</div>
    <div style={{fontSize:'13px', color:'#475569', marginBottom:'16px'}}>The old card is deactivated. A new card takes its place.</div>

    <svg viewBox="0 0 200 120" width="100%" style={{maxWidth:'200px', display:'block'}} role="img" aria-label="Old card deactivated with a new card in front">
      <rect x="8" y="14" width="140" height="84" rx="10" fill="#cbd5e1" />

      <line x1="20" y1="26" x2="136" y2="86" stroke="#94a3b8" strokeWidth="3" />

      <rect x="46" y="34" width="150" height="90" rx="10" fill="#1f2043" />

      <rect x="58" y="52" width="34" height="24" rx="4" fill="#667eea" />

      <text x="58" y="102" fill="#c7cbe8" fontSize="11" fontFamily="monospace">•••• 9037</text>
      <text x="138" y="116" fill="#8a8fbf" fontSize="9">RESTRICTED</text>
    </svg>
  </div>
</div>

To get to these actions:

1. Go to **Card management → Cards**.
2. Find the member's card and click it to open the details panel.
3. Click the action button at the top of the panel.

The quick actions sit at the top of the card details panel. Which buttons appear depends on the card type and how the program sends cards. The mockup below shows the three buttons and when each one shows up.

<div style={{maxWidth:'420px', margin:'24px 0', background:'#ffffff', border:'1px solid #e2e8f0', borderRadius:'12px', padding:'20px', color:'#1f2043'}}>
  <div style={{fontSize:'12px', fontWeight:700, letterSpacing:'0.06em', textTransform:'uppercase', color:'#94a3b8', marginBottom:'16px'}}>Card details · Quick actions</div>

  <div style={{display:'flex', flexDirection:'column', gap:'14px'}}>
    <div>
      <div style={{display:'inline-block', background:'#1f2043', color:'#ffffff', fontSize:'13px', fontWeight:600, padding:'8px 16px', borderRadius:'8px'}}>Resend Digital Card</div>
      <div style={{fontSize:'12px', color:'#475569', marginTop:'6px'}}>Appears on digital cards sent by email or text.</div>
    </div>

    <div>
      <div style={{display:'inline-block', background:'#1f2043', color:'#ffffff', fontSize:'13px', fontWeight:600, padding:'8px 16px', borderRadius:'8px'}}>Resend Physical Card</div>
      <div style={{fontSize:'12px', color:'#475569', marginTop:'6px'}}>Appears on physical cards that have already shipped.</div>
    </div>

    <div>
      <div style={{display:'inline-block', background:'#ffffff', color:'#1f2043', fontSize:'13px', fontWeight:600, padding:'8px 16px', borderRadius:'8px', border:'1.5px solid #667eea'}}>Replace Physical Card</div>
      <div style={{fontSize:'12px', color:'#475569', marginTop:'6px'}}>Appears on active physical cards in recurring programs.</div>
    </div>
  </div>
</div>

***

## Resend a digital card

Resending delivers the same restricted card again — no new card is issued, and the card number and balance stay the same. Use this when a member did not get the original message or needs a new activation link.

The resend flow takes a few short steps. Here is the path from opening the card to re-delivering it.

<div style={{display:'flex', flexWrap:'wrap', alignItems:'stretch', gap:'8px', margin:'24px 0'}}>
  <div style={{flex:'1 1 130px', background:'#f1f2f7', border:'1px solid #e2e8f0', borderRadius:'10px', padding:'14px', color:'#1f2043'}}>
    <div style={{fontSize:'11px', fontWeight:700, color:'#667eea', marginBottom:'6px'}}>Step 1</div>
    <div style={{fontSize:'13px', fontWeight:600}}>Open the card</div>
    <div style={{fontSize:'12px', color:'#475569', marginTop:'4px'}}>Click the card to open its details panel.</div>
  </div>

  <div style={{display:'flex', alignItems:'center', color:'#667eea', fontSize:'20px', fontWeight:700}}>→</div>

  <div style={{flex:'1 1 130px', background:'#f1f2f7', border:'1px solid #e2e8f0', borderRadius:'10px', padding:'14px', color:'#1f2043'}}>
    <div style={{fontSize:'11px', fontWeight:700, color:'#667eea', marginBottom:'6px'}}>Step 2</div>
    <div style={{fontSize:'13px', fontWeight:600}}>Update contact info</div>
    <div style={{fontSize:'12px', color:'#475569', marginTop:'4px'}}>Fix the email or phone if needed.</div>
  </div>

  <div style={{display:'flex', alignItems:'center', color:'#667eea', fontSize:'20px', fontWeight:700}}>→</div>

  <div style={{flex:'1 1 130px', background:'#f1f2f7', border:'1px solid #e2e8f0', borderRadius:'10px', padding:'14px', color:'#1f2043'}}>
    <div style={{fontSize:'11px', fontWeight:700, color:'#667eea', marginBottom:'6px'}}>Step 3</div>
    <div style={{fontSize:'13px', fontWeight:600}}>Choose "Resend Reason\*"</div>
    <div style={{fontSize:'12px', color:'#475569', marginTop:'4px'}}>Then click "Confirm".</div>
  </div>

  <div style={{display:'flex', alignItems:'center', color:'#667eea', fontSize:'20px', fontWeight:700}}>→</div>

  <div style={{flex:'1 1 130px', background:'#1f2043', border:'1px solid #1f2043', borderRadius:'10px', padding:'14px', color:'#ffffff'}}>
    <div style={{fontSize:'11px', fontWeight:700, color:'#a9adde', marginBottom:'6px'}}>Result</div>
    <div style={{fontSize:'13px', fontWeight:600}}>Same card re-delivered</div>
    <div style={{fontSize:'12px', color:'#c7cbe8', marginTop:'4px'}}>By email or text for digital, by mail for physical.</div>
  </div>
</div>

**Steps:**

1. In the card details panel, click **Resend Digital Card**.
2. Review or update the member's **email** and **phone** fields. Changes you make here save to the member record.
3. Select a **Resend Reason\***:
   * **Damaged** — the link or card was not usable
   * **Address Change** — contact info changed
   * **Other** — enter a note in the **Please specify\*** field that appears
4. Click **Confirm**.

The card is delivered by email or text based on the member's delivery preference. Delivery usually arrives within minutes.

<Note>
  Digital cards in a failed state cannot be resent. Contact iQpay support at (888) 253-5667 for help with failed cards.
</Note>

***

## Resend a physical card

Resending a physical card remails the same card — same card number, same balance. Use this when the original mailing failed or the member moved. The flow follows the same path shown above: open the card, correct the mailing address, choose a reason, and confirm.

**Steps:**

1. In the card details panel, click **Resend Physical Card**.
2. Review or update the mailing address fields:
   * **Address Line 1\***
   * **Address Line 2** (optional)
   * **City\***
   * **State\***
   * **Postal Code\***
3. Select a **Resend Reason\*** (same options as digital — see above).
4. Click **Confirm**.

Allow normal shipping time for the card to arrive. Physical cards take days, not minutes.

<Note>
  Physical resend requires that the card has already shipped and that the member has a valid mailing address on file.
</Note>

***

## Replace a physical card

Replacing a card deactivates the old restricted card and issues a new one. The old card stops working. The new card is funded through the program's normal send schedule — the balance does not transfer automatically.

When you replace a card, you pick the timing. The two timelines below show how each choice plays out.

<div style={{display:'flex', flexDirection:'column', gap:'14px', margin:'24px 0'}}>
  <div style={{background:'#ffffff', border:'1px solid #e2e8f0', borderRadius:'12px', padding:'18px', color:'#1f2043'}}>
    <div style={{fontWeight:700, fontSize:'14px', marginBottom:'12px'}}>Replace immediately</div>

    <div style={{display:'flex', alignItems:'center', gap:'10px', flexWrap:'wrap'}}>
      <svg viewBox="0 0 280 24" width="100%" style={{maxWidth:'280px', height:'24px', display:'block'}} role="img" aria-label="Now: old card deactivated and new card ordered">
        <line x1="8" y1="12" x2="272" y2="12" stroke="#cbd5e1" strokeWidth="2" />

        <circle cx="8" cy="12" r="6" fill="#667eea" />

        <circle cx="140" cy="12" r="6" fill="#667eea" />
      </svg>
    </div>

    <div style={{display:'flex', gap:'12px', marginTop:'10px', flexWrap:'wrap'}}>
      <div style={{flex:'1 1 120px', fontSize:'12px'}}><strong style={{color:'#667eea'}}>Now</strong><br />Old card deactivated.</div>
      <div style={{flex:'1 1 120px', fontSize:'12px'}}><strong style={{color:'#667eea'}}>Now</strong><br />New card ordered right away.</div>
    </div>
  </div>

  <div style={{background:'#ffffff', border:'1px solid #e2e8f0', borderRadius:'12px', padding:'18px', color:'#1f2043'}}>
    <div style={{fontWeight:700, fontSize:'14px', marginBottom:'12px'}}>Schedule replacement (next recurrence)</div>

    <div style={{display:'flex', alignItems:'center', gap:'10px', flexWrap:'wrap'}}>
      <svg viewBox="0 0 280 24" width="100%" style={{maxWidth:'280px', height:'24px', display:'block'}} role="img" aria-label="Old card stays active until the next scheduled send, then swaps">
        <line x1="8" y1="12" x2="272" y2="12" stroke="#cbd5e1" strokeWidth="2" />

        <circle cx="8" cy="12" r="6" fill="#94a3b8" />

        <circle cx="272" cy="12" r="6" fill="#667eea" />
      </svg>
    </div>

    <div style={{display:'flex', gap:'12px', marginTop:'10px', flexWrap:'wrap'}}>
      <div style={{flex:'1 1 120px', fontSize:'12px'}}><strong style={{color:'#94a3b8'}}>Now → next send</strong><br />Old card stays active.</div>
      <div style={{flex:'1 1 120px', fontSize:'12px'}}><strong style={{color:'#667eea'}}>Next scheduled send</strong><br />New card ships and the old one swaps out.</div>
    </div>
  </div>
</div>

Replacement is available only for active physical cards on recurring programs.

**Steps:**

1. In the card details panel, click **Replace Physical Card**.
2. Select a **Replace Reason\***:
   * **Lost** — the member no longer has the card
3. Choose a **Replacement Type**:
   * **Replace immediately** — the old card is deactivated now and a new card is ordered right away.
   * **Schedule replacement (next recurrence)** — the new card ships with the next scheduled send. The old card stays active until then.
4. Click **Confirm**.

<Note>
  Only one replacement can be in progress per card. The platform blocks a second request while one is pending.
</Note>

***

## Fees

Resending or replacing a card may carry fees depending on your program's fee schedule. Applicable fees include the **Card/Offer Send Fee** and the **Physical Card Fee** — see the [Fee Types](/platform/fee-types) page for definitions. For the exact rates in your agreement, contact iQpay support at (888) 253-5667.

***

## Good to know

* **Contact info updates are saved.** When you update a member's email or phone on the resend form, those changes apply to the member record, not only the resend.
* **Only one replacement at a time.** If a replacement is already in progress, the Replace button is blocked until it completes.
* **Failed cards cannot be resent.** If a card is in a failed state, contact iQpay support at (888) 253-5667.
* **Physical replace is for recurring programs only.** One-time programs do not show the Replace option.
