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:

  1. Prepare: Gather your gift card details (brand, value, images, and codes).
  2. Check Rate: Use the rate endpoint to see the current price for that gift card.
  3. Submission: Send gift card details like codes and images to create a transaction
  4. Verification: Prestmit reviews and verifies the gift card
  5. Payout: Receive payment to your chosen payout method/wallet (Naira / Cedis)

πŸ“Š Available Endpoints

Use the following endpoints for selling gift cards:

EndpointMethodPurpose
/giftcard-trade/sell/createPOSTCreate a new gift card sell transaction.
/giftcard-trade/sell/rate-calculator-dataGETCheck current gift card rates.
/giftcard-trade/sell/historyGETView your past sell gift card transactions.
/giftcard-trade/sell/payout-methodsGETSee available payout methods.

🎁 Related Guides:


What’s Next

Next... let's go through the process of creating a sell gift card transaction over the API.