Sell Gift Card
This page explains how to sell gift cards through the Prestmit API.
π The Sell Gift Card Process
The gift card selling process follows these steps:
- Prepare: Gather your gift card details (brand, value, images, and codes).
- Check Rate: Use the rate endpoint to see the current price for that gift card.
- Submission: Send gift card details like codes and images to create a transaction
- Verification: Prestmit reviews and verifies the gift card
- Payout: Receive payment to your chosen payout method/wallet (Naira / Cedis)
π Available Endpoints
Use the following endpoints for selling gift cards:
| Endpoint | Method | Purpose |
|---|---|---|
/giftcard-trade/sell/create | POST | Create a new gift card sell transaction. |
/giftcard-trade/sell/rate-calculator-data | GET | Check current gift card rates. |
/giftcard-trade/sell/history | GET | View your past sell gift card transactions. |
/giftcard-trade/sell/payout-methods | GET | See available payout methods. |
π Related Guides:
Updated 5 months ago
Whatβs Next
Next... let's go through the process of creating a sell gift card transaction over the API.