get
https://api-sandbox.GiftDeals.com/exchange/v3/quote/
Status Returns
| Http Status | Response Model | Notes |
|---|---|---|
| ⚪ 200 | Transaction | |
| 🔴 400 | Error | |
| 🔴 404 | Error | |
| 🔴 409 | Error | |
| 🔴 500 | Error |
Error Code Returns
| Https Status | Error Code | Message |
|---|---|---|
| 400 | request.missing.parameter.requestId | The RequestId HTTP header value is missing. |
| 400 | exchange.card.value.out.of.range | The card cannot be acquired because its current balance is out of range. |
| 400 | exchange.card.merchant.unavailable | We're unable to retrieve a status or balance from the merchant |
| 400 | exchange.card.is.unacceptable | We could not accept this card. This is because it's either a Merchandise Return Credit or there is some other limitation on the card where we're not able to use the card if we acquired it from the customer. |
| 400 | exchange.invalid.card | Invalid card due to either bad card number or pin |
| 400 | exchange.invalid.x-api-key | The x-api-key HTTP header value is invalid. |
| 404 | exchange.transaction.not.found | The transaction specified by the transaction ID cannot be found |
| 404 | exchange.transaction.ambiguous | deprecated |
| 404 | exchange.partner.not.found | deprecated |
| 409 | exchange.offer.code.expired | Offer code already expired. |
