post
https://dev-api.prestmit.io/partners/v1/giftcard-trade/sell/create
Initiate a new gift card sell transaction for a user.
Common fields:
-
giftcard_id: which gift card is being sold. You can get the ID from Subcategories Endpoint.
-
amount: the total amount of the gift card transaction
-
attachments[]: images/files (e.g., card photos). Files are not included in the signing hash.
-
comments: optional notes for the trade
-
payoutMethod: where proceeds are paid (e.g., NAIRA, CEDIS, BITCOINS, USDT e.t.c)
-
payoutAddress: required if a crypto payout method is chosen
-
uniqueIdentifier: your internal reference to track this trade end-to-end e.g username of your user
Response includes trade reference, rate, total amount, status, and gift card details.
Common Fields
| Field | Description |
|---|---|
giftcard_id | The ID of the gift card being sold. You can get this from the Subcategories Endpoint. |
amount | The total amount of the gift card transaction. |
attachments[] | Images or files (e.g., card photos). Note: Files are not included in the signing hash. |
comments | Optional notes for the trade. |
payoutMethod | Where proceeds are paid (e.g., NAIRA, CEDIS, BITCOINS, USDT, etc.). |
payoutAddress | Required only if a crypto payout method is chosen. |
uniqueIdentifier | Your internal reference to track the trade end-to-end (e.g., username of your user). |