lookupRedemption

This operation may be used to obtain the result of a previous redemption request. It returns one of five classes of response: the original approved response,the original error response, a HTTP status code of 102 if the original request is still being processed and no response is available yet, a HTTP status code of 403 if the client did not submit the original request and is therefore not permitted to obtain the response, a HTTP status code of 404 if the original request was not received.

SecurityhttpBasic
Request
path Parameters
requestId
required
string

The randomly generated UUID of this request.

Responses
102

Processing

200

OK

400

Bad request

403

Forbidden

404

Not Found

500

Internal server error

503

Service unavailable

504

Gateway timeout

get/redemptions/{requestId}
Request samples
Response samples
application/json
{
  • "transactionLabels": [
    ],
  • "id": "string",
  • "time": "2019-08-24T14:15:22Z",
  • "originator": {
    },
  • "client": {
    },
  • "settlementEntity": {
    },
  • "receiver": {
    },
  • "thirdPartyIdentifiers": [
    ],
  • "slipData": {
    },
  • "basketRef": "string",
  • "tranType": "GOODS_AND_SERVICES",
  • "srcAccType": "DEFAULT",
  • "destAccType": "DEFAULT",
  • "stan": "string",
  • "rrn": "string",
  • "voucher": {
    },
  • "amounts": {
    },
  • "posInfo": {
    }
}
Copyright © Electrum Payments (Pty) Ltd. 2019-2022. All right reserved.