v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Get Redemption Details

Get details on a specific redemption request

get/redemption/{redemptionId}

Path parameters

redemptionIdstring required

Redemption request identifier

Headers

api-keystring required

API key

auth-keystring required

Auth key generated using API key & secret

Response

200

statusinteger
{"stackTrail":"paths:/redemption/{redemptionId}:get:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "status": 200,
  "doc": {
    "redemptionId": "c6b8887a-1330-4ead-9aa8-a9efdf20acec",
    "customerId": "9145f5e5-4f9f-426c-b593-acd5f72fb118",
    "amount": 20,
    "currency": "USD",
    "note": "I need some funds",
    "status": [
      {
        "status": "Started",
        "created": "2022-04-01T09:50:54.025Z"
      }
    ]
  }
}