Sell Gift Card Payout Methods
This page explains how payout methods work when selling gift cards and how to view available options using the API.
Sell Payout Methods
When you sell a gift card on Prestmit, your payment is deposited directly into your Prestmit wallet, either Naira or Cedis, depending on your chosen payout method.
π§ Viewing Available Payout Methods
Prestmit normally supports both fiat and crypto payouts, but only fiat payouts are available through the API. It's better to fetch the list dynamically rather than static definitions in case the options change in the future.
To check all available payout options, use this endpoint: GET /giftcard-trade/sell/payout-methods
This returns a list of payout methods you can choose from when creating a sell transaction.
π― When You Need This
You'll typically check available payout methods when:
- Setting up your integration - Understanding what payout options are available
- Before creating a sell transaction - Choosing the appropriate payout method
- Displaying options to users - Showing available payout currencies in your app
Updated 5 months ago
Next.... Let's look at some issues you might encounter.